• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

chasen/H25-Jun-2012-785621

doc/H03-May-2022-1,8871,508

lib/H25-Jun-2012-7,7765,410

mkchadic/H25-Jun-2012-1,9711,415

perl/H03-May-2022-404186

tests/H07-May-2022-485402

AUTHORSH A D13-Jun-2012117 43

COPYINGH A D13-Jun-20121.5 KiB2924

ChangeLogH A D25-Jun-201219.3 KiB727419

INSTALLH A D13-Jun-20121.2 KiB3426

Makefile.amH A D13-Jun-20122.5 KiB6756

Makefile.inH A D25-Jun-201221 KiB671576

NEWSH A D13-Jun-20124.2 KiB10791

READMEH A D13-Jun-20121.7 KiB5237

acconfig.hH A D13-Jun-201279 53

aclocal.m4H A D25-Jun-2012308.4 KiB8,8677,897

chasen-config.inH A D13-Jun-20121.3 KiB10381

chasen.specH A D25-Jun-20124.7 KiB145118

chasen.spec.inH A D13-Jun-20124.7 KiB145118

config.guessH A D25-Jun-201243.9 KiB1,5031,292

config.h.inH A D25-Jun-20123.7 KiB14599

config.subH A D25-Jun-201233.8 KiB1,7151,566

configureH A D25-Jun-2012546.8 KiB18,42714,247

configure.inH A D25-Jun-20123.9 KiB148125

depcompH A D25-Jun-201213.5 KiB480304

install-shH A D25-Jun-20127 KiB295169

ltmain.shH A D25-Jun-2012237.7 KiB8,4146,482

missingH A D25-Jun-201210 KiB337263

mkinstalldirsH A D25-Jun-20121.9 KiB11285

README

1======================================================================
2		     Morphological Analysis System
3			 ChaSen version 2.4.1
4======================================================================
5
60. Files and directories
7------------------------
8
9   README                how to install and use ChaSen
10   INSTALL               general guidance how to install
11   NEWS                  version history
12   ChangeLog             change log
13   COPYING               copying of ChaSen
14   lib/                  ChaSen libraries and its sources
15   chasen/               ChaSen command and its sources
16   mkchadic/             programs for building dictionaries and its sources
17   perl/                 Perl modules to use ChaSen
18   doc/                  manuals
19
201. Installation
21---------------------------
22
23   See INSTALL.
24
252. How to use ChaSen system
26---------------------------
27
28   Suppose a Japanese text file `nihongo', which should be encoded in
29   Japanese EUC (Extended UNIX Code), JIS (ISO-2022-JP), Shift_JIS
30   (MS Kanji) or UTF-8.  Issue the following command:
31
32   % chasen nihongo # Use the system default encode
33
34   % chasen -i e nihongo-euc # Use EUC-JP or JIS
35
36   % chasen -i s nihongo-euc # Use Shift_JIS
37
38   % chasen -i w nihongo-euc # Use UTF-8
39
40   The result of the morphological analysis is shown on the standard
41   output.  If your terminal has a direct input facility of Japanese
42   characters, simply type
43
44   % chasen
45
46   then input a Japanese sentence followed by a carrige return.
47
48----------------------------------------------------------------------
49See doc/manual-j.pdf for details (in Japanese).
50For further information, send an email to chasen@is.naist.jp
51ChaSen homepage: http://chasen.naist.jp/
52