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
At the moment the TextDatasetFromDataFrame class collects tag/entity sequences from the start of the document until it fills the block. This is not ideal; we would rather have the block of text surrounding the target terms:
if there is one term, just center around the term
if there are more terms, center around the int(N/2) term
The text was updated successfully, but these errors were encountered:
At the moment the TextDatasetFromDataFrame class collects tag/entity sequences from the start of the document until it fills the block. This is not ideal; we would rather have the block of text surrounding the target terms:
The text was updated successfully, but these errors were encountered: