All Projects → lx865712528 → LM-CNLC

lx865712528 / LM-CNLC

Licence: other
Chinese Natural Language Correction via Language Model

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to LM-CNLC

Lightnlp
基于Pytorch和torchtext的自然语言处理深度学习框架。
Stars: ✭ 739 (+4826.67%)
Mutual labels:  chinese, language-model
Chinese-Word-Segmentation-in-NLP
State of the art Chinese Word Segmentation with Bi-LSTMs
Stars: ✭ 23 (+53.33%)
Mutual labels:  chinese, language-model
Nlp chinese corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
Stars: ✭ 6,656 (+44273.33%)
Mutual labels:  chinese, language-model
Chinese Electra
Pre-trained Chinese ELECTRA(中文ELECTRA预训练模型)
Stars: ✭ 830 (+5433.33%)
Mutual labels:  chinese, language-model
Char rnn lm zh
language model in Chinese,基于Pytorch官方文档实现
Stars: ✭ 57 (+280%)
Mutual labels:  chinese, language-model
Clue
中文语言理解测评基准 Chinese Language Understanding Evaluation Benchmark: datasets, baselines, pre-trained models, corpus and leaderboard
Stars: ✭ 2,425 (+16066.67%)
Mutual labels:  chinese, language-model
Nezha chinese pytorch
NEZHA: Neural Contextualized Representation for Chinese Language Understanding
Stars: ✭ 65 (+333.33%)
Mutual labels:  chinese, language-model
Char Rnn Chinese
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch. Based on code of https://github.com/karpathy/char-rnn. Support Chinese and other things.
Stars: ✭ 192 (+1180%)
Mutual labels:  chinese, language-model
PCPM
Presenting Collection of Pretrained Models. Links to pretrained models in NLP and voice.
Stars: ✭ 21 (+40%)
Mutual labels:  language-model
minGPT-TF
A minimal TF2 re-implementation of the OpenAI GPT training
Stars: ✭ 36 (+140%)
Mutual labels:  language-model
chinese-rhymer
轻量中文押韵神器,100%绝对可用,傻瓜式命令行操作,秒速实现烈焰单押,闪电双押,龙卷三押以及海啸式四押,目前版本 v0.2.6。Search for rhymes for Chinese words, with 1, 2, 3 and 4 characters, released on PyPI with current version of 0.2.6.
Stars: ✭ 72 (+380%)
Mutual labels:  chinese
djinni
djinni中文文档,一个根据djinni写成的demo(ios),解决了macOS Sierra 10.12环境下无法build的问题
Stars: ✭ 52 (+246.67%)
Mutual labels:  chinese
Chi-Wiki
A programmer who is not good at Chinese is not a advanced middle school student.
Stars: ✭ 18 (+20%)
Mutual labels:  chinese
ansj seg
ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典
Stars: ✭ 6,213 (+41320%)
Mutual labels:  chinese
query completion
Personalized Query Completion
Stars: ✭ 24 (+60%)
Mutual labels:  language-model
Romanian-Transformers
This repo is the home of Romanian Transformers.
Stars: ✭ 60 (+300%)
Mutual labels:  language-model
resume
My Chinese and English Resumes in LaTeX with Font Awesome 5
Stars: ✭ 296 (+1873.33%)
Mutual labels:  chinese
find-Chinese-medical-words
发现新词 无监督词库生成 医学词库生成 发现未登录词
Stars: ✭ 73 (+386.67%)
Mutual labels:  chinese
chinese-novel
📙 Chinese novel database 最全的中国古典小说数据库。
Stars: ✭ 131 (+773.33%)
Mutual labels:  chinese
pinyin4js
A opensource javascript library for converting chinese to pinyin。welcome Star : P
Stars: ✭ 153 (+920%)
Mutual labels:  chinese

Chinese Natural Language Correction via Language Model

Setup

  1. install requirements listed in ./requirements.txt
  2. place forward model in ./checkpoint/normal
  3. place backward model in ./checkpoint/reverse

Example

in demo.py

Reference

Junjie, Y., & Zhenghua, L. (n.d.). Chinese Spelling Error Detection and Correction Based on Language Model, Pronunciation, and Shape. Retrieved from http://www.aclweb.org/anthology/W14-6835
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].