Consider https://www.nltk.org/ for tokenization
I had to add once: nltk.download('punkt_tab') nltk.download('averaged_perceptron_tagger_eng')
These for chunks: nltk.download('maxent_ne_chunker_tab') nltk.download('words')
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Consider https://www.nltk.org/ for tokenization
I had to add once: nltk.download('punkt_tab') nltk.download('averaged_perceptron_tagger_eng')
These for chunks: nltk.download('maxent_ne_chunker_tab') nltk.download('words')