Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] oneliners, Was: Moving on from xterm
- Date: Tue, 23 Aug 2016 07:47:41 +0900
- From: NOKUBI Takatsugu <knok@example.com>
- Subject: Re: [tlug] oneliners, Was: Moving on from xterm
- References: <20160819111442.GA30780@quadratic.cynic.net> <9f9cc5f579c92c3ddf7f29865d5862c2@jp.sometwo.net> <20160822114101.GA3944@fluxcoil.net>
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
Thank you for introdution of kakasi, I am a kakasi maintainer. At Mon, 22 Aug 2016 13:41:01 +0200, Christian Horn wrote: > I use kakasi for a quick attempt to convert Kanji into Hiragana: > > [chris@спутник ~]$ echo 例文文章です。 | kakasi -JH -i utf8 -f -w > 例文[れいぶん] 文章[ぶんしょう] です 。 > [chris@спутник ~]$ > [chris@спутник ~]$ qq 例文文章です。 > 例文文章です。 > 例文[れいぶん] 文章[ぶんしょう] です 。 > [chris@спутник ~]$ kakasi has some problem. * the dictionary is too old * not good for complex sentence MeCab is also useful for such situation. % echo 例文文章です。|mecab -Oyomi レイブンブンショウデス。 % echo 例文文章です。|mecab --node-format='%pS%m[%f[7]]' --eos-format='\n' 例文[レイブン]文章[ブンショウ]です[デス]。[。] mecab-ipadic-neologd is a good dictionary for MeCab. https://github.com/neologd/mecab-ipadic-neologd To append the following to dicrc, you can use -Oyomi2 option with MeCab: ; yomi2 node-format-yomi2 = %pS%m[%f[7]] unk-format-yomi2 = %M eos-format-yomi2 = \n
- Follow-Ups:
- Re: [tlug] oneliners, Was: Moving on from xterm
- From: Jim Breen
- References:
- [tlug] Moving on from xterm
- From: Curt Sampson
- Re: [tlug] Moving on from xterm
- From: Furkan Mustafa
- [tlug] oneliners, Was: Moving on from xterm
- From: Christian Horn
Home | Main Index | Thread Index
- Prev by Date: [tlug] oneliners, Was: Moving on from xterm
- Next by Date: Re: [tlug] oneliners, Was: Moving on from xterm
- Previous by thread: [tlug] oneliners, Was: Moving on from xterm
- Next by thread: Re: [tlug] oneliners, Was: Moving on from xterm
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links