Skip to content

Commit b2e6a7a

Browse files
committed
Merge pull request vinta#584 from acquayefrank/patch-1
Added a robust Natural Langauge Processing Library
2 parents 0b62a21 + b064e74 commit b2e6a7a

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
@@ -226,6 +226,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
226226
* [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
227227
* [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
228228
* [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument files.
229+
* [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
229230
* PDF
230231
* [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.
231232
* [PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages.
@@ -251,6 +252,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
251252
* [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text.
252253
* [TextBlob](http://textblob.readthedocs.org/en/latest/) - Providing a consistent API for diving into common NLP tasks.
253254
* [TextGrocery](https://github.com/2shou/TextGrocery) - A simple, efficient short-text classification tool based on LibLinear and Jieba.
255+
* [Spacy.io](https://spacy.io/) - spaCy is a library for industrial-strength natural language processing in Python and Cython.
254256

255257
## Documentation
256258

0 commit comments

Comments
 (0)