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
These two classes are very much alike. The only difference is that the NLTKDocumentSplitter uses NLTK's sentence boundary detection algorithm. We should merge those two into one single component.
It could still be possible to give the user the choice to either use a naive approach for sentence boundary detection (e.g., ".") or, if he/she wishes so, use NLTK sentence boundary detection.
The text was updated successfully, but these errors were encountered:
These two classes are very much alike. The only difference is that the
NLTKDocumentSplitter
uses NLTK's sentence boundary detection algorithm. We should merge those two into one single component.It could still be possible to give the user the choice to either use a naive approach for sentence boundary detection (e.g., ".") or, if he/she wishes so, use NLTK sentence boundary detection.
The text was updated successfully, but these errors were encountered: