-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It seems you are computing all N grams instead of N gram prefixes given in the paper.
For example in case of a QA dataset , what we need is prefix n grams or say first N words of questions and then a sunburst of that.
But you seem to compute all possible ngrams from each sentence.
Please correct me If I am wrong.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels