close
The Wayback Machine - https://web.archive.org/web/20200911042448/https://github.com/goru001/inltk/releases
Skip to content
  • v0.8.1
  • c39d9ba
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.8.1
  • c39d9ba
  • Compare
    Choose a tag to compare
    Search for a tag

@goru001 goru001 released this Jan 18, 2020 · 5 commits to master since this release

  1. English support has been added
  2. Runtime performance of get_similar_sentences has been added
Assets 4
  • v0.7.2
  • 7c55095
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.7.2
  • 7c55095
  • Compare
    Choose a tag to compare
    Search for a tag

@goru001 goru001 released this Dec 14, 2019 · 30 commits to master since this release

This contains addition of new feature - get_similar_sentences - with which you can augment and multiply your data in supported languages

Assets 4

@goru001 goru001 released this Nov 10, 2019 · 39 commits to master since this release

New Features:

  • You can now get 400 dimensional encoding for sentences using get_sentence_encoding - supported for all languages in iNLTK
  • You can now get similarity score (cosine similarity) between 2 sentences using get_sentence_similarity - supported for all languages in iNLTK.

New Model:

  • The above features will not work for punjabi language with the old model. Please execute the following code-snippet before using them
from inltk.inltk import reset_models

>> reset_models('pa')
>> setup('pa')
Assets 4

@goru001 goru001 released this May 26, 2019 · 48 commits to master since this release

Added Urdu support to iNLTK - thanks to @anuragshas contributions
Added Windows 10 support - thanks to @ibrahiminfinite contributions

Assets 4

@goru001 goru001 released this May 17, 2019 · 64 commits to master since this release

Added get_embedding_vectors function to allow users to get embedding vectors for their words/sentences/documents

Assets 4

@goru001 goru001 released this May 17, 2019 · 66 commits to master since this release

Added tamil support

Assets 4
You can’t perform that action at this time.