- Add missing tags in `ConstituencyParserCoreNLP`.
0.0.15
- Add missing tags in `ConstituencyParserCoreNLP`.
0.0.14
- BugFix interface naming (`CoreNLPParser`) that was colliding with NLTK same class name.
0.0.13
- Fix `DependencyParserCoreNLP` `tree_parser_sentences` method that was not returning proper graph. - Add parsed tree tags to `DependencyParserCoreNLP` and `ConstituencyParserCoreNLP`.
0.0.12
- Add TQDM into `tree_parser_sentences` methods.
0.0.11
- Fix the error in `DependencyParserCoreNLP` that returns a constituency tree rather than a dependency tree. - `ConstituencyParserCoreNLP` now uses CoreNLP like `DependencyParserCoreNLP` instead of Stanza.