Added Yase to Python - NLP

Yase help people to easily transcode sentence to list of word vector instead of a mean word vector. It found to be useful when used with LSTM for deep learning. It also work with any type of sequence.

Disclaimer : I'm author of Yase
This commit is contained in:
Pierre PACI 2017-05-14 18:37:09 +02:00 committed by GitHub
parent 8ce0b0192f
commit 2a4c4b3fde

View File

@ -765,6 +765,7 @@ on MNIST digits[DEEP LEARNING]
* [stanford-corenlp-python](https://github.com/dasmith/stanford-corenlp-python) - Python wrapper for [Stanford CoreNLP](https://github.com/stanfordnlp/CoreNLP)
* [CLTK](https://github.com/cltk/cltk) - The Classical Language Toolkit
* [rasa_nlu](https://github.com/golastmile/rasa_nlu) - turn natural language into structured data
* [yase](https://github.com/PPACI/yase) - Transcode sentence (or other sequence) to list of word vector
<a name="python-general-purpose"></a>
#### General-Purpose Machine Learning