File: README

package info (click to toggle)
kytea 0.4.6%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 780 kB
  • ctags: 989
  • sloc: cpp: 6,894; makefile: 85; ansic: 44
file content (15 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
KyTea

KyTea is a general text analysis toolkit, with a focus on Japanese and other languages requiring word or morpheme segmentation.

Detailed usage information can be found at 
http://www.phontron.com/kytea

To build KyTea, run

> ./configure
> make

If there is no configure file in the directory (for example, if you checked the source out from github), you can rebuild the configure file using

> autoreconf -i