mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-23 21:23:37 +03:00
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:
parent
8ce0b0192f
commit
2a4c4b3fde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user