You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in WikiCorpus the article title is not being tokenized, and this field is the main text about the articles from WikiNews.
So, one proposal would be to adjust it to allow the choice of which text field to tokenize, with at least 3 options (and it can be flexible):
only the body (current and default), or
only the title, or
title and body.
In the case of the last option (title and body), the text to be tokenized must first be composed of the title, followed by a separate (full stop) and, finally, the body.