Acme-Lou
view release on metacpan or search on metacpan
author/en2kana.csv view on Meta::CPAN
# License: GPL
#
# This dictionary is based on the following resource.
# - bep-eng.dic
# Copyright 1999-2006 Bilingual Emacspeak Project. All rights reserved.
# Originally created by Jun Ishikawa and GrassRoots users group.
# - General Service List Top 2000 words
# - ALC SVL12000's Level 1,2
# - Brown Corpus 2000 Most Common Words
# - Japanese junior high school English text
# - and, Lou Ohshiba's Blog (http://mycasty.jp/louooshiba/)
ability,ã¢ããªãã£ã¼
able,ã¨ã¤ãã«
about,ã¢ãã¦ã
abroad,ã¢ããã¼ã
absent,ã¢ãã»ã³ã
accent,ã¢ã¯ã»ã³ã
accept,ã¢ã¯ã»ãã
accessory,ã¢ã¯ã»ãµãªã¼
accident,ã¢ã¯ã·ãã³ã
author/en2kana.csv view on Meta::CPAN
antique,ã¢ã³ãã£ã¼ã¯
anxiety,ã¢ã³ã°ã¶ã¤ã¨ãã£ã¼
anxious,ã¢ã³ã¯ã·ã£ã¹
any,ã¨ãã¼
anybody,ã¨ãããã£ã¼
anyone,ã¨ãã¯ã³
anything,ã¨ãã·ã³ã°
anyway,ã¨ãã¦ã§ã¤
anywhere,ã¨ãã¦ã§ã¢
apart,ã¢ãã¼ã
apology,ã¢ããã¸ã¼
appear,ã¢ãã¢ã¼
appearance,ã¢ãã¢ã©ã³ã¹
apple,ã¢ããã«
apply,ã¢ãã©ã¤
approach,ã¢ããã¼ã
approval,ã¢ãã«ã¼ãã«
april,ã¨ã¤ããªã«
are,ã¡ã¼
area,ã¨ãªã¢
arm,ã¢ã¼ã
author/en2kana.csv view on Meta::CPAN
careful,ã±ã¢ãã«
carefully,ã±ã¢ããªã¼
carnival,ã«ã¼ããã«
carpenter,ã«ã¼ãã³ã¿ã¼
carry,ãã£ãªã¼
case,ã±ã¼ã¹
cash,ãã£ãã·ã¥
cast,ãã£ã¹ã
castle,ãã£ãã¹ã«
cat,ãã£ãã
catalog,ã«ã¿ãã°
catch,ãã£ãã
category,ã«ãã´ãªã¼
cause,ã³ã¼ãº
ceiling,ã·ã¼ãªã³ã°
cent,ã»ã³ã
center,ã»ã³ã¿ã¼
central,ã»ã³ãã©ã«
century,ã»ã³ãã¥ãªã¼
chain,ãã§ã¼ã³
chair,ãã§ã¢ã¼
author/en2kana.csv view on Meta::CPAN
june,ã¸ã¥ã¼ã³
jungle,ã¸ã£ã³ã°ã«
junior,ã¸ã¥ãã¢
just,ã¸ã£ã¹ã
keep,ãã¼ã
key,ãã¼
kick,ããã¯
kid,ããã
kill,ãã«
kilo,ãã
kilogram,ããã°ã©ã
kilometer,ããã¡ã¼ã¿ã¼
kind,ã«ã¤ã³ã
king,ãã³ã°
kiss,ãã¹
kitchen,ãããã³
knee,ãã¼
knife,ãã¤ã
knight,ãã¤ã
knock,ããã¯
know,ãã¦
author/loucsv.pl view on Meta::CPAN
use autodie;
use Encode;
use FindBin;
=head1 USAGE
useage:
cat mecab-ipadic-2.7.0-20060707/*.csv | perl loucsv.pl > lou.csv
original:
http://chasen.org/~taku/blog/archives/2007/01/_mecab.html
=cut
my $ja2kana = get_ja2kana();
my $pos_form_okuri_map = {
'åè©-*' => '',
'æåè©-*' => '',
'æ¥ç¶è©-*' => '',
'é£ä½è©-*' => '',
( run in 1.379 second using v1.01-cache-2.11-cpan-49f99fa48dc )