You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[unoconv](https://github.com/dagwieers/unoconv) - Convert between any document format supported by LibreOffice/OpenOffice.
225
227
*[XlsxWriter](https://xlsxwriter.readthedocs.org/en/latest/) - A Python module for creating Excel .xlsx files.
226
228
*[xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
227
229
*[xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
*[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
230
230
* PDF
231
231
*[PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.
232
232
*[PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages.
@@ -246,13 +246,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
246
246
*Libraries for working with human languages.*
247
247
248
248
*[NLTK](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.
249
-
*[Jieba](https://github.com/fxsjy/jieba) - Chinese text segmentation.
250
-
*[langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system.
251
249
*[Pattern](http://www.clips.ua.ac.be/pattern) - A web mining module for the Python.
250
+
*[Jieba](https://github.com/fxsjy/jieba) - Chinese text segmentation.
252
251
*[SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text.
252
+
*[spaCy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython.
253
253
*[TextBlob](http://textblob.readthedocs.org/en/latest/) - Providing a consistent API for diving into common NLP tasks.
254
254
*[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.
255
+
*[langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system.
0 commit comments