All Projects → Jiagu → Similar Projects or Alternatives

246 Open source projects that are alternatives of or similar to Jiagu

Monpa
MONPA 罔拍是一個提供正體中文斷詞、詞性標註以及命名實體辨識的多任務模型
Stars: ✭ 203 (-91.43%)
Mutual labels:  pos, ner, chinese-word-segmentation
Nlp Tools
😋本项目旨在通过Tensorflow基于BiLSTM+CRF实现中文分词、词性标注、命名实体识别(NER)。
Stars: ✭ 225 (-90.5%)
Mutual labels:  pos, ner
Min nlp practice
Chinese & English Cws Pos Ner Entity Recognition implement using CNN bi-directional lstm and crf model with char embedding.基于字向量的CNN池化双向BiLSTM与CRF模型的网络,可能一体化的完成中文和英文分词,词性标注,实体识别。主要包括原始文本数据,数据转换,训练脚本,预训练模型,可用于序列标注研究.注意:唯一需要实现的逻辑是将用户数据转化为序列模型。分词准确率约为93%,词性标注准确率约为90%,实体标注(在本样本上)约为85%。
Stars: ✭ 107 (-95.48%)
Mutual labels:  pos, ner
Nlp Papers
Papers and Book to look at when starting NLP 📚
Stars: ✭ 111 (-95.31%)
Mutual labels:  pos, ner
Fasthan
fastHan是基于fastNLP与pytorch实现的中文自然语言处理工具,像spacy一样调用方便。
Stars: ✭ 449 (-81.04%)
Mutual labels:  pos, ner
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-95.95%)
Mutual labels:  pos
Cluedatasetsearch
搜索所有中文NLP数据集,附常用英文NLP数据集
Stars: ✭ 2,112 (-10.81%)
Mutual labels:  ner
Nlp Journey
Documents, papers and codes related to Natural Language Processing, including Topic Model, Word Embedding, Named Entity Recognition, Text Classificatin, Text Generation, Text Similarity, Machine Translation),etc. All codes are implemented intensorflow 2.0.
Stars: ✭ 1,290 (-45.52%)
Mutual labels:  ner
Chinesenlp
Datasets, SOTA results of every fields of Chinese NLP
Stars: ✭ 1,206 (-49.07%)
Mutual labels:  chinese-word-segmentation
Nlp research
NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务
Stars: ✭ 141 (-94.05%)
Mutual labels:  ner
Daguan 2019 rank9
datagrand 2019 information extraction competition rank9
Stars: ✭ 121 (-94.89%)
Mutual labels:  ner
Farm
🏡 Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.
Stars: ✭ 1,140 (-51.86%)
Mutual labels:  ner
Etagger
reference tensorflow code for named entity tagging
Stars: ✭ 100 (-95.78%)
Mutual labels:  ner
Ner Annotator
Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.
Stars: ✭ 127 (-94.64%)
Mutual labels:  ner
Latticelstm
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
Stars: ✭ 1,318 (-44.34%)
Mutual labels:  ner
Esc pos printer
ESC/POS (thermal, receipt) printing for Flutter & Dart
Stars: ✭ 148 (-93.75%)
Mutual labels:  pos
Ccks2019 Task5
CCKS2019评测任务五-公众公司公告信息抽取,第3名
Stars: ✭ 87 (-96.33%)
Mutual labels:  ner
Multilstm
keras attentional bi-LSTM-CRF for Joint NLU (slot-filling and intent detection) with ATIS
Stars: ✭ 122 (-94.85%)
Mutual labels:  ner
Chinese Word Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
Stars: ✭ 9,548 (+303.21%)
Mutual labels:  chinese-word-segmentation
Clinical Ner
面向中文电子病历的命名实体识别
Stars: ✭ 151 (-93.62%)
Mutual labels:  ner
Tianchi Ruijin
瑞金医院MMC人工智能辅助构建知识图谱大赛-baseline
Stars: ✭ 62 (-97.38%)
Mutual labels:  ner
Tutapos
TUTA Point of Sale Using Laravel & Angularjs Framework
Stars: ✭ 115 (-95.14%)
Mutual labels:  pos
Torchcrf
An Inplementation of CRF (Conditional Random Fields) in PyTorch 1.0
Stars: ✭ 58 (-97.55%)
Mutual labels:  ner
Phonlp
PhoNLP: A BERT-based multi-task learning toolkit for part-of-speech tagging, named entity recognition and dependency parsing (NAACL 2021)
Stars: ✭ 56 (-97.64%)
Mutual labels:  ner
Ncrfpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Stars: ✭ 1,767 (-25.38%)
Mutual labels:  ner
Open Retail
Perangkat lunak open source yang dikembangkan khusus untuk bidang usaha ritel, grosir, toko bangunan, toko komputer, toko buku, counter hp, pos, point of sale, kasir dan bidang usaha lainnya yang sejenis.
Stars: ✭ 110 (-95.35%)
Mutual labels:  pos
Salorhospitality
The innovative Point of Sale Solution serving the Hospitality Industry
Stars: ✭ 52 (-97.8%)
Mutual labels:  pos
Lexiconner
Lexicon-based Named Entity Recognition
Stars: ✭ 102 (-95.69%)
Mutual labels:  ner
Bnlp
BNLP is a natural language processing toolkit for Bengali Language.
Stars: ✭ 127 (-94.64%)
Mutual labels:  ner
Bond
BOND: BERT-Assisted Open-Domain Name Entity Recognition with Distant Supervision
Stars: ✭ 96 (-95.95%)
Mutual labels:  ner
Macadam
Macadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBERT、ROBERTA、NEZHA、XLNET、ELECTRA、GPT-2等EMBEDDING嵌入; 支持FineTune、FastText、TextCNN、CharCNN、BiRNN、RCNN、DCNN、CRNN、DeepMoji、SelfAttention、HAN、Capsule等文本分类算法; 支持CRF、Bi-LSTM-CRF、CNN-LSTM、DGCNN、Bi-LSTM-LAN、Lattice-LSTM-Batch、MRC等序列标注算法。
Stars: ✭ 149 (-93.71%)
Mutual labels:  ner
Bi Lstm Crf Ner Tf2.0
Named Entity Recognition (NER) task using Bi-LSTM-CRF model implemented in Tensorflow 2.0(tensorflow2.0 +)
Stars: ✭ 93 (-96.07%)
Mutual labels:  ner
Ner Evaluation
An implementation of a full named-entity evaluation metrics based on SemEval'13 Task 9 - not at tag/token level but considering all the tokens that are part of the named-entity
Stars: ✭ 126 (-94.68%)
Mutual labels:  ner
Uer Py
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
Stars: ✭ 1,295 (-45.31%)
Mutual labels:  ner
Nlp pytorch project
Embedding, NMT, Text_Classification, Text_Generation, NER etc.
Stars: ✭ 153 (-93.54%)
Mutual labels:  ner
Greedycws
Source code for an ACL2017 paper on Chinese word segmentation
Stars: ✭ 88 (-96.28%)
Mutual labels:  chinese-word-segmentation
Dan Jurafsky Chris Manning Nlp
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
Stars: ✭ 124 (-94.76%)
Mutual labels:  ner
Turkish Bert Nlp Pipeline
Bert-base NLP pipeline for Turkish, Ner, Sentiment Analysis, Question Answering etc.
Stars: ✭ 85 (-96.41%)
Mutual labels:  ner
Ld Net
Efficient Contextualized Representation: Language Model Pruning for Sequence Labeling
Stars: ✭ 148 (-93.75%)
Mutual labels:  ner
Jsprintmanager
Advanced Client-side Printing & Scanning Solution for Javascript
Stars: ✭ 74 (-96.87%)
Mutual labels:  pos
Ner
命名体识别(NER)综述-论文-模型-代码(BiLSTM-CRF/BERT-CRF)-竞赛资源总结-随时更新
Stars: ✭ 118 (-95.02%)
Mutual labels:  ner
Pharmacy Pos
Pharmacy+ POS is Point of Sale for health institutions that deal with walk-in patients such as clinics and drug shops.
Stars: ✭ 70 (-97.04%)
Mutual labels:  pos
G2pc
g2pC: A Context-aware Grapheme-to-Phoneme Conversion module for Chinese
Stars: ✭ 155 (-93.45%)
Mutual labels:  chinese-word-segmentation
Wepos
WooCommerce Point of Sale ( POS ) WordPress Plugin
Stars: ✭ 63 (-97.34%)
Mutual labels:  pos
Nlpcc Wordseg Weibo
NLPCC 2016 微博分词评测项目
Stars: ✭ 120 (-94.93%)
Mutual labels:  chinese-word-segmentation
Dnn cws
利用深度学习实现中文分词
Stars: ✭ 58 (-97.55%)
Mutual labels:  chinese-word-segmentation
Sultan
Minimarket Point Of Sales (POS) software writen in C++ with Qt framework
Stars: ✭ 138 (-94.17%)
Mutual labels:  pos
Ntagger
reference pytorch code for named entity tagging
Stars: ✭ 58 (-97.55%)
Mutual labels:  ner
Angular 4 Material Pos
POS written in Angular 4 with Angular Material UI
Stars: ✭ 54 (-97.72%)
Mutual labels:  pos
Ner Slot filling
中文自然语言的实体抽取和意图识别(Natural Language Understanding),可选Bi-LSTM + CRF 或者 IDCNN + CRF
Stars: ✭ 151 (-93.62%)
Mutual labels:  ner
Ner blstm Crf
LSTM-CRF for NER with ConLL-2002 dataset
Stars: ✭ 51 (-97.85%)
Mutual labels:  ner
Fiscalberry
[JSON ↔ HW] Connect things using JSON API with the fiscalberry websocket server interact easily with any kind of Hardware. Another IoT solution...
Stars: ✭ 44 (-98.14%)
Mutual labels:  pos
Medcat
Medical Concept Annotation Tool
Stars: ✭ 133 (-94.38%)
Mutual labels:  ner
Bert Ner
Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
Stars: ✭ 1,012 (-57.26%)
Mutual labels:  ner
Eflinventory V2
🏬 Point-of-sale and inventory tracking for small-scale retail stores. Easily manage inventory, purchases, sales, and damaged and/or expired products.
Stars: ✭ 106 (-95.52%)
Mutual labels:  pos
Jointre
End-to-end neural relation extraction using deep biaffine attention (ECIR 2019)
Stars: ✭ 41 (-98.27%)
Mutual labels:  ner
Named entity recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
Stars: ✭ 995 (-57.98%)
Mutual labels:  ner
Store Pos
Point of Sale Desktop App built with Electron
Stars: ✭ 103 (-95.65%)
Mutual labels:  pos
Sequence tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
Stars: ✭ 1,889 (-20.23%)
Mutual labels:  ner
Deeplearning nlp
基于深度学习的自然语言处理库
Stars: ✭ 154 (-93.5%)
Mutual labels:  chinese-word-segmentation
1-60 of 246 similar projects