All Projects → jcyk → Greedycws

jcyk / Greedycws

Licence: mit
Source code for an ACL2017 paper on Chinese word segmentation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Greedycws

Ngx Permissions
Permission and roles based access control for your angular(angular 2,4,5,6,7,9+) applications(AOT, lazy modules compatible
Stars: ✭ 749 (+751.14%)
Mutual labels:  acl
Oneupaclbundle
The missing link between Symfonys Acl implementation and your application.
Stars: ✭ 48 (-45.45%)
Mutual labels:  acl
Chinesenlp
Datasets, SOTA results of every fields of Chinese NLP
Stars: ✭ 1,206 (+1270.45%)
Mutual labels:  chinese-word-segmentation
Second order sdp
Second-Order Semantic Dependency Parsing with End-to-End Neural Networks
Stars: ✭ 23 (-73.86%)
Mutual labels:  acl
Deepnlp
基于深度学习的自然语言处理库
Stars: ✭ 34 (-61.36%)
Mutual labels:  chinese-word-segmentation
Loopback Component Access Groups
Access controls for Loopback.
Stars: ✭ 56 (-36.36%)
Mutual labels:  acl
Incubator
Incubator adapters/functionality for the Phalcon PHP Framework
Stars: ✭ 734 (+734.09%)
Mutual labels:  acl
Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
Stars: ✭ 10,872 (+12254.55%)
Mutual labels:  acl
Kafka Specs
Tool to ease and automate Apache Kafka cluster configuration management
Stars: ✭ 36 (-59.09%)
Mutual labels:  acl
Laravel Vue Starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 76 (-13.64%)
Mutual labels:  acl
Php Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in PHP .
Stars: ✭ 865 (+882.95%)
Mutual labels:  acl
Openstack Policy Editor
A Casbin Policy Editor for OpenStack
Stars: ✭ 28 (-68.18%)
Mutual labels:  acl
Dnn cws
利用深度学习实现中文分词
Stars: ✭ 58 (-34.09%)
Mutual labels:  chinese-word-segmentation
Jcseg
Jcseg is a light weight NLP framework developed with Java. Provide CJK and English segmentation based on MMSEG algorithm, With also keywords extraction, key sentence extraction, summary extraction implemented based on TEXTRANK algorithm. Jcseg had a build-in http server and search modules for the latest lucene,solr,elasticsearch
Stars: ✭ 754 (+756.82%)
Mutual labels:  chinese-word-segmentation
Brandenburg
Laravel Authentication Package
Stars: ✭ 79 (-10.23%)
Mutual labels:  acl
Acl4ssr
SSR 去广告ACL规则/SS完整GFWList规则/Clash规则碎片,Telegram频道订阅地址
Stars: ✭ 6,960 (+7809.09%)
Mutual labels:  acl
Aclify
🔒 Node Access Control Lists (ACL).
Stars: ✭ 49 (-44.32%)
Mutual labels:  acl
Acl
a lightweight acl manager for go.
Stars: ✭ 84 (-4.55%)
Mutual labels:  acl
Cws
Source code for an ACL2016 paper of Chinese word segmentation
Stars: ✭ 81 (-7.95%)
Mutual labels:  acl
Chinese Word Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
Stars: ✭ 9,548 (+10750%)
Mutual labels:  chinese-word-segmentation

greedyCWS

Hi, this code is easy to use!

Please check the src/train.py for all hyper-parameter and IO settings.

You can modify the src/train.py to speficy your own model settings or datasets.

  • For training, use the command line python train.py. Training details will be printed on the screen. The learned parameters will be saved in in the same directory as train.py per epoch, which will be named as epoch1, epoch2, ....
  • For test, the same command line python train.py is used, but with a specified parameter file (e.g., epoch1), via the function argument load_params in train.py (Note load_params should be None when training). In addition, tell your test file by setting dev_file (Yes, when test, consider it as "test_file"). The segmented result will be saved in src/result.

The code is originally designed for reasearch purpose, but adaptable to industrial use.

Citation

This code implements an efficient and effective neural word segmenter proposed in the following paper.

Deng Cai, Hai Zhao, etc., Fast and Accurate Neural Word Segmentation for Chinese. ACL 2017.

If you find it useful, please cite the paper.

@InProceedings{cai-EtAl:2017:Short,
  author    = {Cai, Deng  and  Zhao, Hai  and  Zhang, Zhisong  and  Xin, Yuan  and  Wu, Yongjian  and  Huang, Feiyue},
  title     = {Fast and Accurate Neural Word Segmentation for Chinese},
  booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
  month     = {July},
  year      = {2017},
  address   = {Vancouver, Canada},
  publisher = {Association for Computational Linguistics},
  pages     = {608--615},
  url       = {http://aclweb.org/anthology/P17-2096}
}

Contact

Drop me (Deng Cai) an email at thisisjcykcd (AT) gmail.com if you have any question.

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].