Skip to content

Commit

Permalink
release version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Dec 19, 2018
1 parent 5a3a7ba commit b0b3bce
Show file tree
Hide file tree
Showing 22 changed files with 3,345 additions and 738 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Features
- Stemmer
- **Summarization**, using skip-thought state-of-art to give precise
summarization.
- Topic Modelling
- **Topic Modelling**, provide LDA2Vec, LDA, NMF and LSA interface for easy topic modelling.
- **Topic and Influencers Analysis**, using deep and machine learning
models to understand topics and Influencers similarity in sentences.
- **Toxicity Analysis**, from BERT, Fast-Text, Dynamic-Memory Network,
Expand Down
2 changes: 1 addition & 1 deletion build-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip3 install xgboost==0.80 tqdm nltk unidecode numpy scipy python-levenshtein tensorflow
pip3 install xgboost==0.80 tqdm unidecode numpy scipy python-levenshtein tensorflow pyldavis
pip3 install sklearn_crfsuite sklearn scikit-learn==0.19.1 requests fuzzywuzzy
pip3 install pandas toolz
pip3 install PySastrawi
Expand Down
9 changes: 9 additions & 0 deletions docs/Cluster.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Text Clustering
====================

.. note::

This tutorial is available as an IPython notebook
`here <https://github.com/DevconX/Malaya/tree/master/example/text-clustering>`_.

.. include:: text-clustering-generator.rst
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Features
- Stemmer
- **Summarization**, using skip-thought state-of-art to give precise
summarization.
- Topic Modelling
- **Topic Modelling**, provide LDA2Vec, LDA, NMF and LSA interface for easy topic modelling.
- **Topic and Influencers Analysis**, using deep and machine learning
models to understand topics and Influencers similarity in sentences.
- **Toxicity Analysis**, from BERT, Fast-Text, Dynamic-Memory Network,
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def __getattr__(cls, name):
'load-*.rst',
'*.ipynb',
'references.rst',
'text-clustering-generator.rst',
]

# The name of the Pygments (syntax highlighting) style to use.
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ Contents:
Topics
Toxic
Word2vec
Cluster
Api
Reference
375 changes: 294 additions & 81 deletions docs/load-topic-modelling.rst

Large diffs are not rendered by default.

Loading

0 comments on commit b0b3bce

Please sign in to comment.