Pinned Repositories
Agriculture-KBQA
基于知识图谱的农业智能问答系统,正在持续完善
ALBERT_NER_KERAS
利用ALBERT和BI-LSTM,在Keras中实现序列标注算法。
Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
bert
decaNLP
The Natural Language Decathlon: A Multitask Challenge for NLP
EntityRelationExtraction
实体关系抽取pipline方式,使用了BiLSTM+CRF+BERT
fastText
Library for fast text representation and classification.
fastText.py
A Python interface for Facebook fastText
KnowledgeGraph
知识图谱车音工作项目
lac
Baidu's open-source lexical analysis tool for Chinese, including word segmentation, part-of-speech tagging & named entity recognition.
yuppx's Repositories
yuppx/Agriculture-KBQA
基于知识图谱的农业智能问答系统,正在持续完善
yuppx/ALBERT_NER_KERAS
利用ALBERT和BI-LSTM,在Keras中实现序列标注算法。
yuppx/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
yuppx/bert
yuppx/decaNLP
The Natural Language Decathlon: A Multitask Challenge for NLP
yuppx/EntityRelationExtraction
实体关系抽取pipline方式,使用了BiLSTM+CRF+BERT
yuppx/fastText
Library for fast text representation and classification.
yuppx/fastText.py
A Python interface for Facebook fastText
yuppx/KnowledgeGraph
知识图谱车音工作项目
yuppx/lac
Baidu's open-source lexical analysis tool for Chinese, including word segmentation, part-of-speech tagging & named entity recognition.
yuppx/NLPIR
yuppx/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various text-classification models.(知乎看山杯第一名解决方案)
yuppx/QAonMilitaryKG
QAonMilitaryKG,QaSystem based on military knowledge graph that stores in mongodb which is different from the previous one, 基于mongodb存储的军事领域知识图谱问答项目,包括飞行器、太空装备等8大类,100余小类,共计5800项的军事武器知识库,该项目不使用图数据库进行存储,通过jieba进行问句解析,问句实体项识别,基于查询模板完成多类问题的查询,主要是提供一种工业界的问答**demo。