Skip to content

Commit f184109

Browse files
committed
refine
1 parent 74c8446 commit f184109

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
220220
* Office
221221
* [Marmir](https://github.com/brianray/mm) - Takes Python data structures and turns them into spreadsheets.
222222
* [openpyxl](https://openpyxl.readthedocs.org/en/latest/) - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
223+
* [pyexcel](http://pyexcel.readthedocs.org/en/latest/) - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
223224
* [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
225+
* [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument files.
224226
* [unoconv](https://github.com/dagwieers/unoconv) - Convert between any document format supported by LibreOffice/OpenOffice.
225227
* [XlsxWriter](https://xlsxwriter.readthedocs.org/en/latest/) - A Python module for creating Excel .xlsx files.
226228
* [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
227229
* [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
228-
* [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
230230
* PDF
231231
* [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.
232232
* [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).
246246
*Libraries for working with human languages.*
247247

248248
* [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.
251249
* [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.
252251
* [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.
253253
* [TextBlob](http://textblob.readthedocs.org/en/latest/) - Providing a consistent API for diving into common NLP tasks.
254254
* [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.
256256

257257
## Documentation
258258

0 commit comments

Comments
 (0)