Natural Language Processing related projects, which includes concepts and srcipts about:
- word2vec,
gensim
,fastText
andtensorflow
implementations - text similarity,
gensim doc2vec
andgensim word2vec averaging
implementations - text classification,
tensorflow LSTM
andfastText
implementations - Chinese word segmentation,
HMM Viterbi
implementations - brands NER via bi-directional LSTM + CRF,
tensorflow
implementation - ..