JiangYee's Stars
cool-RR/PySnooper
Never use print for debugging again
geekinglcq/CDCS
Chinese Data Competitions' Solutions
NELSONZHAO/zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
jhlau/doc2vec
Python scripts for training/testing paragraph vectors
ovity/octotree
GitHub on steroids
jayparks/tf-seq2seq
Sequence to sequence learning using TensorFlow.
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
danielfrg/word2vec
Python interface to Google word2vec
instillai/TensorFlow-Course
:satellite: Simple and ready-to-use tutorials for TensorFlow
LauJames/TKMRC
Machine Reading Comprehension based on Dureader
LauJames/QuestionMatching
Adapted from MatchZoo
cryer/Coursera_deep_learning
This something about deep learning on Coursera by Andrew Ng
NTMC-Community/MatchZoo
Facilitating the design, comparison and sharing of deep text matching models.
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
hankcs/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
stanfordnlp/CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
NLPIR-team/NLPIR-ICTCLAS
The Java Package of NLPIR-ICTCLAS.
NLPIR-team/NLPIR
rocket2016/TextsClusterer
Simple text clusterer, uses lemmatization and Porter's stemming for english texts and Porter's stemming for ukrainian texts
AngelinaT-t/BooleanRetrival_PostingLists
建立倒排索引(reverted index);倒排索引表的合并
geekydevu/boolean-retrieval-model
gokul-uf/Boolean-Retrieval-System
A Boolean Retrieval System written in Python
UnknownGi/Boolean-Retrieval-Model
Working with Inverted Index and Positional Index to handle Boolean Queries (AND, OR, NOT), Proximity Queries and Phrase Queries using Boolean and Extended Boolean Model using Information Retrieval