Resources for Chinese: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 2: | Line 2: | ||
===Free software=== | ===Free software=== | ||
* [https://github.com/yzhang/rseg rseg] word segmentation, in ruby (no compilation, no hard dependencies apart from ruby), comes with a model (MIT license) | * [https://github.com/yzhang/rseg rseg] word segmentation, in ruby (no compilation, no hard dependencies apart from ruby), comes with a model (MIT license) | ||
* [http://code.google.com/p/duduplus/ DuDuPlus: a graph-based dependency parser for English and Chinese] ("Other Open Source" | * [https://code.google.com/p/ctbparser/ ctbparser] word segmentation, POS tagging, NER, dependency parsing, all using Conditional Random Fields; written in C++ (LGPL license) | ||
* [http://www.cl.cam.ac.uk/~yz360/zpar.html ZPar] word segmentation, POS tagging, CFG/dep/CCG parsing of Chinese and English; written in C++ (GPL3 license) | |||
* [http://code.google.com/p/duduplus/ DuDuPlus: a graph-based dependency parser for English and Chinese] ("Other Open Source" license?) | |||
** where is the source code? | |||
==Data== | ==Data== | ||
Revision as of 16:02, 6 December 2012
Tools
Free software
- rseg word segmentation, in ruby (no compilation, no hard dependencies apart from ruby), comes with a model (MIT license)
- ctbparser word segmentation, POS tagging, NER, dependency parsing, all using Conditional Random Fields; written in C++ (LGPL license)
- ZPar word segmentation, POS tagging, CFG/dep/CCG parsing of Chinese and English; written in C++ (GPL3 license)
- DuDuPlus: a graph-based dependency parser for English and Chinese ("Other Open Source" license?)
- where is the source code?