• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Anthyを正かなづかひの入力と變換に對應させるパッチの作成作業リポジトリ。<git://git.debian.org/git/collab-maint/anthy.git>のmasterブランチからフォーク。


RSS
Rev. Tiempo Autor
33f4944 seikana/depgraph 2012-06-27 20:46:48 MORIYAMA Hiroshi

Add a new script depgraph/anthy-depgraph-gendai-to-seikana.rb

Anthyの付属語辞書を正かなづかひ対応に改変するRubyスクリプト。
コミット a800bf8c71a688c747e72e4fc848b1436ad3306b で使用した。

a800bf8 2012-06-27 20:43:22 MORIYAMA Hiroshi

Small kana -> normal kana

小書きの仮名を含む付属語を基に、通常の仮名の付属語を作り、その作つた付属
語に含まれる仮名遣を正かなに直した。
(e.g. "きちゃわなかった" -> "きちやはなかつた")

ed8dcac 2012-06-27 20:25:36 MORIYAMA Hiroshi

Revert "Add a depwords ("っ-" -> "つ-")"

This reverts commit ae4dc1c95630d4607a71931d184bcd924c966b1d.

小書きの仮名を通常の大きさの仮名へ変換するのは、「っ」以外の他の仮名も含
めてすべて次のコミットにまとめることにした。

ae4dc1c 2012-06-26 20:04:48 MORIYAMA Hiroshi

Add a depwords ("っ-" -> "つ-")

dcf555d 2012-06-26 20:04:47 MORIYAMA Hiroshi

Add a depwords ("くらゐ")

d1ac36d 2012-06-26 20:04:47 MORIYAMA Hiroshi

Add a "ぢゃ" containing depwords

d1e0205 2012-06-26 20:04:47 MORIYAMA Hiroshi

Add a depwords ("ゐる", "をる")

e0d622f 2012-06-26 20:04:41 MORIYAMA Hiroshi

Add a depwords ("さう")

f5fffb8 2012-06-26 20:03:56 MORIYAMA Hiroshi

Add a depwords ("でせう", "ませう")

ce44edb 2012-06-24 11:46:36 MORIYAMA Hiroshi

Add the yodan verb conjugations

9c95d24 2012-06-24 11:43:33 MORIYAMA Hiroshi

Add a adjective conjugations

a5e2060 master 2010-09-23 14:26:29 NIIBE Yutaka

Apply fixes for udict from Masanari Iida.

b7b3220 2010-08-10 09:43:04 NIIBE Yutaka

metaword.c cleanup.

a8daa48 2010-08-03 10:13:27 NIIBE Yutaka

Merge branch 'janitor/mmap-readonly'

8b1b6ca 2010-08-03 10:10:13 NIIBE Yutaka

kill filemap.c, just mmap inside file_dic.c.
2010-08-03 NIIBE Yutaka <gniibe@fsij.org>

* anthy/Makefile.am (noinst_HEADERS): Removed filemap.h.
* anthy/filemap.h: Removed.

* src-diclib/Makefile.am (libdiclib_la_SOURCES): Removed
filemap.c.
* src-diclib/filemap.c: Removed.
* src-diclib/file_dic.c (struct file_dic): Directly have PTR
ans SIZE.
(anthy_mmap): Moved here (was: filemap.c).
(anthy_quit_file_dic): Call munmap directly.

* src-splitter/depgraph.c: Delete #include <anthy/filemap.h>.

485cff0 2010-08-03 10:02:00 NIIBE Yutaka

kill filemap.c, just mmap inside file_dic.c.
2010-08-03 NIIBE Yutaka <gniibe@fsij.org>

* anthy/Makefile.am (noinst_HEADERS): Removed filemap.h.
* anthy/filemap.h: Removed.

* src-diclib/Makefile.am (libdiclib_la_SOURCES): Removed
filemap.c.
* src-diclib/filemap.c: Removed.
* src-diclib/file_dic.c (struct file_dic): Directly have PTR
ans SIZE.
(anthy_mmap): Moved here (was: filemap.c).
(anthy_quit_file_dic): Call munmap directly.

* src-splitter/depgraph.c: Delete #include <anthy/filemap.h>.

a74bc34 2010-08-02 14:33:04 NIIBE Yutaka

more fix

3f7379b 2010-08-02 14:31:55 NIIBE Yutaka

more fix

c6dc443 2010-08-02 14:22:57 NIIBE Yutaka

more kill.
* src-worddic/dic_main.h (anthy_priv_dic_update): Removed.
* src-worddic/priv_dic.c: Likewise.
* src-worddic/word_dic.c (anthy_lock_dic): Don't call
anthy_priv_dic_update.

4e9fea0 2010-08-02 13:58:43 NIIBE Yutaka

kill texttrie.
2010-08-02 NIIBE Yutaka <gniibe@fsij.org>

* anthy/texttrie.h: Removed.
* anthy/Makefile.am (noinst_HEADERS): Remove texttrie.h.

*
* src-worddic/Makefile.am (libanthydic_la_SOURCES): Remove
texttrie.c.

* src-worddic/dic_util.c (anthy_private_tt_dic, find_next_key)
(delete_prefix, encoding_prefix, find_same_word): Removed.
(struct iterate_contex): Removed in_tt and key_buf.

(anthy_dic_util_init, select_first_entry_in_textdic): Don't
access to in_tt field.
(anthy_priv_dic_delete): Don't call delete_prefix.
(anthy_priv_dic_select_first_entry): Just call
select_first_entry_in_textdic.
(anthy_priv_dic_select_next_entry): Don't call find_next_key.
(anthy_priv_dic_get_index): Don't access in_tt and key_buf.
(anthy_priv_dic_get_freq): Just call anthy_parse_word_line.
(anthy_priv_dic_get_wtype, anthy_priv_dic_get_word): Don't
call anthy_trie_find.
(add_word_to_textdic): Don't call anthy_trie_delete.

* src-worddic/priv_dic.c (anthy_private_tt_dic, open_tt_dic)
(copy_words_from_tt): Removed.
(anthy_priv_dic_update): Don't call anthy_trie_update_mapping.
(anthy_copy_words_from_private_dic): Don't call copy_words_from_tt.
(anthy_init_private_dic): Dont' call open_tt_dic and anthy_trie_close.
(anthy_release_private_dic): Don't call anthy_trie_close.

* src-worddic/texttrie.c: Removed.

* src-worddic/word_dic.c: Comment fix.

a12b888 2010-08-02 13:06:25 NIIBE Yutaka

bug fix for record.c

12f78fb 2010-08-02 12:51:06 NIIBE Yutaka

bug fix for agent.c

9350af0 2010-07-08 17:14:57 NIIBE Yutaka

cleanup depgraph transition

c05d06f 2010-07-08 12:28:09 NIIBE Yutaka

cleanup of word_dic.c and ext_ent.c

035cd68 2010-07-08 11:49:21 NIIBE Yutaka

**DICTIONARY FORMAT CHANGE** Rules in anthy.dep now point to wtype name, instead of binary value.

637ad4a 2010-07-07 12:19:43 NIIBE Yutaka

wtype related cleanup.

be3faf1 2010-07-06 18:28:09 NIIBE Yutaka

Merge branch 'depgraph-wt'

ad2abbf 2010-07-06 18:20:50 NIIBE Yutaka

Remove special handling of WF_MEISI. It is handled by depgraph now.

2010-07-06 NIIBE Yutaka <gniibe@fsij.org>

* anthy/wtype.h (CT_MEISIKA): Removed.
(anthy_wtype_get_meisi): Removed.

* src-worddic/word_lookup.c (add_dic_ent): No need to add
entries with CT_MEISIKA.

* src-worddic/wtype.c (pos_name_tab)
(anthy_init_wtype_by_name,anthy_wtype_get_meisi): Removed.

8b26849 2010-07-06 17:18:48 NIIBE Yutaka

Merge branch 'depgraph-wt'

7fe0926 2010-07-06 17:13:50 NIIBE Yutaka

Remove conf variable DEPWORD/INDEPWORD

2010-07-06 NIIBE Yutaka <gniibe@fsij.org>

* anthy-conf.in (INDEPWORD, DEPWORD): Removed.
* anthy-test-conf.in: Likwise.
* test/prediction.c: Likewise.
* doc/GUIDE: Remove explanation of them.