jaysharp's Stars
HadoopIt/rnn-nlu
A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling
Conchylicultor/DeepQA
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
HIT-SCIR/ltp
Language Technology Platform
google/grumpy
Grumpy is a Python to Go source code transcompiler and runtime.
sbinet/go-python
naive go bindings to the CPython2 C-API
advancedlogic/go-freeling
Golang Natural Language Processing
yesseecity/hanlp-python
把之前 hanLP-python-flask 裡面的 hanLP 單獨分出來
hankcs/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
FudanNLP/fnlp
中文自然语言处理工具包 Toolkit for Chinese natural language processing
hankcs/MainPartExtractor
主谓宾提取器的Java实现(对斯坦福的代码失去兴趣,不再维护)
ofooo/FAQrobot
一个自动回复FAQ问题的聊天机器人。目前使用了简单词汇对比、词性权重、词向量3种相似度计算模式。输入符合格式的FAQ文本文件即可立刻使用。欢迎把无法正确区分的问题和FAQ文件发送到评论区。
adjust/rmq
Message queue system written in Go and backed by Redis
iamxiaomu/doc2vec
the example of doc2vec to calculate the similarity of docs
sonyisme/keras-recommendation
Using Keras to implement recommender systems
zhangruiskyline/NLP_DeepLearning
Dig into NLP with python and machine/deep learning
google/sling
SLING - A natural language frame semantics parser
PaddlePaddle/book
Deep Learning 101 with PaddlePaddle (『飞桨』深度学习框架入门教程)
PaddlePaddle/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
chartbeat-labs/textacy
NLP, before and after spaCy
explosion/sense2vec
🦆 Contextually-keyed word vectors
explosion/spaCy
💫 Industrial-strength Natural Language Processing (NLP) in Python
ireaderlab/alex
http benchmark web app based on vegeta & boom
influxdata/influxdb
Scalable datastore for metrics, events, and real-time analytics
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
klb3713/sentence2vec
Tools for mapping a sentence with arbitrary length to vector space
piskvorky/gensim
Topic Modelling for Humans
BYVoid/OpenCC
Conversion between Traditional and Simplified Chinese
zake7749/word2vec-tutorial
中文詞向量訓練教學
isnowfy/snownlp
Python library for processing Chinese text
zake7749/Chatbot
基於向量匹配的情境式聊天機器人