Pinned Repositories
a-PyTorch-Tutorial-to-Sequence-Labeling
Empower Sequence Labeling with Task-Aware Neural Language Model | a PyTorch Tutorial to Sequence Labeling
ABSADatasets
Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification
Agriculture_KnowledgeGraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
atec-nlp
ATEC 金融大脑-金融智能NLP服务
awesome-kgqa
A collection of some materials of knowledge graph question answering
awesome-vqa
Visual Q&A reading list
awesome_Chinese_medical_NLP
中文医学NLP公开资源整理:术语集/语料库/词向量/预训练模型/知识图谱/命名实体识别/QA/信息抽取/模型/论文/etc
BERE
md2json
A functional library that takes a markdown body; and tries to create a JSON representation of the document.
lrpopeyou's Repositories
lrpopeyou/awesome-vqa
Visual Q&A reading list
lrpopeyou/Celan
This repository includes the source code for Entity Linking on Chinese Microblogs via Deep Neural Network
lrpopeyou/Chinese-Medical-Records-Named-Entity-Recognition
基于BiLSTM-CRF网络的中文电子病历命名实体识别
lrpopeyou/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
lrpopeyou/chinese_province_city_area_mapper
一个用于提取简体中文字符串中省,市和区并能够进行映射,检验和简单绘图的python模块
lrpopeyou/ChineseNRE
中文实体关系抽取,pytorch,bilstm+attention
lrpopeyou/Competition_CAIL
2018**‘法研杯’法律智能挑战赛(CAIL2018)个人作品
lrpopeyou/ConcepT
lrpopeyou/CrimeKgAssitant
Crime assistant including crime type prediction and crime consult service based on nlp methods and crime kg,罪名法务智能项目,内容包括856项罪名知识图谱, 基于280万罪名训练库的罪名预测,基于20W法务问答对的13类问题分类与法律资讯问答功能.
lrpopeyou/cross-lingual-open-ie
MT/IE: Cross-lingual Open Information Extraction with Neural Sequence-to-Sequence Models
lrpopeyou/DeepLearning.ai-Summary
This repository contains my personal notes and summaries on DeepLearning.ai specialization courses. I've enjoyed every little bit of the course hope you enjoy my notes too.
lrpopeyou/emr-ner
NER for Chinese electronic medical records. Use doc2vec, self_attention and multi_attention.
lrpopeyou/hello_lyy
hello lyy for test
lrpopeyou/hnswlib
Header-only C++/python library for fast approximate nearest neighbors
lrpopeyou/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
lrpopeyou/Kaggle-Quora-Insincere-Questions-Classification
Kaggle新赛(baseline)-基于BERT的fine-tuning方案+基于tensor2tensor的Transformer Encoder方案
lrpopeyou/Keyword_Extraction-1
神策杯2018高校算法大师赛第二名代码方案
lrpopeyou/MatchZoo
MatchZoo is a toolkit for text matching. It was developed to facilitate the designing, comparing, and sharing of deep text matching models.
lrpopeyou/models
Models and examples built with TensorFlow
lrpopeyou/MVLSTM
Adapted from MatchZoo
lrpopeyou/NERuselocal
电子病历实体命名识别
lrpopeyou/OpenIE-standalone
lrpopeyou/OpenNRE
Neural Relation Extraction implemented in TensorFlow
lrpopeyou/ProductKnowledgeGraph
GoodsKG, a knowledge graph that contains the product-product hierarchy and producer sales goods relationship, which sum up to 1300 products and more than 90000 brands, 基于京东网站的商品上下级概念,商品品牌之间关系,商品描述维度等知识库,基于该知识库可以支持商品属性库构建,商品销售问答,品牌物品生产等知识查询服务,也可用于情感分析等下游应用.
lrpopeyou/pythainlp
Thai natural language processing in Python.
lrpopeyou/QASystemOnMedicalKG
A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
lrpopeyou/RelationExtraction-NIS-PyTorch
Code for the NLPCC 2018 paper: Distant Supervision for Relation Extraction with Neural Instance Selector
lrpopeyou/rnn-nlu
A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling
lrpopeyou/Text-Pairs-Relation-Classification
About Text Pairs (Sentence Level) Classification (Similarity Modeling) Based on Neural Network.
lrpopeyou/Text-Similarity
Text-Similarity Method in Pytorch