Skip to content

Commit b064e74

Browse files
committed
Added a robust Natural Langauge Processing Library
1 parent e9db70b commit b064e74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
224224
* [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
225225
* [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
226226
* [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument files.
227+
* [pyexcel](http://pyexcel.readthedocs.org/en/latest/) - Python Wrapper that provides one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files
227228
* PDF
228229
* [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.
229230
* [PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages.
@@ -249,6 +250,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
249250
* [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text.
250251
* [TextBlob](http://textblob.readthedocs.org/en/latest/) - Providing a consistent API for diving into common NLP tasks.
251252
* [TextGrocery](https://github.com/2shou/TextGrocery) - A simple, efficient short-text classification tool based on LibLinear and Jieba.
253+
* [Spacy.io](https://spacy.io/) - spaCy is a library for industrial-strength natural language processing in Python and Cython.
252254

253255
## Documentation
254256

0 commit comments

Comments
 (0)