|
2 | 2 |
|
3 | 3 | [](https://travis-ci.org/stephenhky/PyShortTextCategorization)
|
4 | 4 |
|
5 |
| -[](https://shorttext.readthedocs.io/en/latest/?badge=latest) |
6 |
| - |
7 | 5 | ## Introduction
|
8 | 6 |
|
9 | 7 | This package `shorttext` is a Python package that facilitates supervised and unsupervised
|
@@ -69,13 +67,14 @@ If you would like to contribute, feel free to submit the pull requests. You can
|
69 | 67 | * Documentation: [http://shorttext.readthedocs.io](http://shorttext.readthedocs.io/)
|
70 | 68 | * Github: [https://github.com/stephenhky/PyShortTextCategorization](https://github.com/stephenhky/PyShortTextCategorization)
|
71 | 69 | * PyPI: [https://pypi.org/project/shorttext/](https://pypi.org/project/shorttext/)
|
72 |
| -* "Short Text Mining using Advanced Keras Layers and Maxent: shorttext 0.4.1," [WordPress](https://datawarrior.wordpress.com/2017/07/30/short-text-mining-using-advanced-keras-layers-and-maxent-shorttext-0-4-1/) |
| 70 | +* "Package shorttext 1.0.0 released," [Medium](https://medium.com/@stephenhky/package-shorttext-1-0-0-released-ca3cb24d0ff3) |
73 | 71 | * "Python Package for Short Text Mining", [WordPress](https://datawarrior.wordpress.com/2016/12/22/python-package-for-short-text-mining/)
|
74 | 72 | * "Document-Term Matrix: Text Mining in R and Python," [WordPress](https://datawarrior.wordpress.com/2018/01/22/document-term-matrix-text-mining-in-r-and-python/)
|
75 | 73 | * An [earlier version](https://github.com/stephenhky/PyShortTextCategorization/tree/b298d3ce7d06a9b4e0f7d32f27bab66064ba7afa) of this repository is a demonstration of the following blog post: [Short Text Categorization using Deep Neural Networks and Word-Embedding Models](https://datawarrior.wordpress.com/2016/10/12/short-text-categorization-using-deep-neural-networks-and-word-embedding-models/)
|
76 | 74 |
|
77 | 75 | ## News
|
78 | 76 |
|
| 77 | +* 07/17/2018: `shorttext` 1.0.1 released. |
79 | 78 | * 07/14/2018: `shorttext` 1.0.0 released.
|
80 | 79 | * 06/18/2018: `shorttext` 0.7.2 released.
|
81 | 80 | * 05/30/2018: `shorttext` 0.7.1 released.
|
@@ -110,4 +109,5 @@ If you would like to contribute, feel free to submit the pull requests. You can
|
110 | 109 | ## Possible Future Updates
|
111 | 110 |
|
112 | 111 | - [ ] Jupyter notebooks as tutorials;
|
| 112 | +- [ ] Compatibility with Python 3.7; |
113 | 113 | - [ ] More available corpus.
|
0 commit comments