semmo

Semmo, your simple semantic friend


License
GPL-3.0
Install
pip install semmo==0.0.3

Documentation

Semmo, your simple semantic friend

Semmo is a basic text-analysis library for your everyday needs.

Facilitates:

  • synonym mining and other text-normalisation techniques such a lemmatisation
  • N-gram mining and TFIDF-scoring
  • basic text-mining using regex
  • basic text-filtering using regex
  • Word embeddings

Want to haves:

  • learn regex patterns using LSTM's
  • text-dimension reduction techniques such as NMF/LDA/LSA etc.

Built on top of

  • SpaCy
  • Gensim
  • TextPipe
  • Sklearn