Skip to content

Commit 73ba4c4

Browse files
authored
Merge pull request keon#42 from oroszgy/patch-1
Added textacy
2 parents a00c188 + 4657e8b commit 73ba4c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ Yoav Goldberg. October 2015. No new info, 75 page summary of state of the art.
114114
* [python-zpar](https://github.com/EducationalTestingService/python-zpar) - Python bindings for [ZPar](https://github.com/frcchang/zpar), a statistical part-of-speech-tagger, constiuency parser, and dependency parser for English.
115115
* [colibri-core](https://github.com/proycon/colibri-core) - Python binding to C++ library for extracting and working with with basic linguistic constructions such as n-grams and skipgrams in a quick and memory-efficient way.
116116
* [spaCy](https://github.com/spacy-io/spaCy) - Industrial strength NLP with Python and Cython.
117+
* [textacy](https://github.com/chartbeat-labs/textacy) - Higher level NLP built on spaCy
117118
* [PyStanfordDependencies](https://github.com/dmcc/PyStanfordDependencies) - Python interface for converting Penn Treebank trees to Stanford Dependencies.
118-
 * [gensim](https://radimrehurek.com/gensim/index.html) - Python library to conduct unsupervised semantic modelling from plain text
119-
 * [scattertext](https://github.com/JasonKessler/scattertext) - Python library to produce d3 visualizations of how language differs between corpora.
119+
* [gensim](https://radimrehurek.com/gensim/index.html) - Python library to conduct unsupervised semantic modelling from plain text
120+
* [scattertext](https://github.com/JasonKessler/scattertext) - Python library to produce d3 visualizations of how language differs between corpora.
120121

121122

122123
* <a id="c++">**C++** - C++ Libraries</a>

0 commit comments

Comments
 (0)