OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / mecab-0.996 / tests / t9 / ipadic.pl
1 #!/usr/bin/perl
2
3 # ¤ä¤Ü¤Ã¤¿¤¯¤Ã,47,47,5026,·ÁÍÆ»ì,¼«Î©,*,*,·ÁÍƻ졦¥¢¥¦¥ªÃÊ,Ï¢ÍÑ¥ÆÀܳ,¤ä¤Ü¤Ã¤¿¤¤,¥ä¥Ü¥Ã¥¿¥¯¥Ã,¥ä¥Ü¥Ã¥¿¥¯¥Ã
4
5 while (<>) {
6     chomp;
7     my @l = split /,/, $_;
8     print "1\t", $l[11], "\n";
9 }