• 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. Time Author
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.

9b12aa8 2010-07-06 16:07:52 NIIBE Yutaka

Merge branch 'segclass-eucjp-literal-removal'

e812e96 2010-07-06 16:05:46 NIIBE Yutaka

Bug fix of seg_class_tab.

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

* src-splitter/segclass.c (seg_class_tab): Added missing colons.

4f15cb0 2010-07-06 15:04:10 NIIBE Yutaka

Merge branch 'feature/depgraph-wt'

Conflicts: both change applied: swap args and change the var
src-worddic/ext_ent.c

d6486ce 2010-07-06 14:59:20 NIIBE Yutaka

Merge branch 'janitor/mkdepgraph-cleanup'

be98ec2 2010-07-06 14:57:33 NIIBE Yutaka

Merge branch 'janitor/no-ptab-use'

90b4eec 2010-07-06 14:42:46 NIIBE Yutaka

wt based depgraph implementation. (No ptab.)

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

* anthy/dic.h (anthy_get_seq_ent_wtype_freq0): New.

* depgraph/indepword-wt.txt: New file.

* depgraph/Makefile.am: Use indepword-wt.txt.

* depgraph/mkdepgraph.c (INDEPWORD_INPUT_FILENAME): Use
indepword-wt.txt.
(parse_indep): Support #XX type description.
(init_indep_word_seq_tab): # is not comment any more.

* src-splitter/compose.c (enum_candidates): Use anthy_wtype_equal.

* src-splitter/wordlist.c (make_word_list): Use
anthy_get_seq_ent_wtype_freq0.

* src-worddic/ext_ent.c (anthy_get_ext_seq_ent_wtype): Bug fix.
Swap arg1 and arg2.

* src-worddic/word_dic.c (anthy_get_seq_ent_wtype_freq0): New.
(anthy_get_seq_ent_wtype_compound_freq): Use anthy_wtype_equal.

e6f6525 2010-07-06 12:07:12 NIIBE Yutaka

Don't use anthy/ruleparser, anthy/logger and anthy/conf for mkdepgraph.

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

* depgraph/Makefile.am (DEPWORDS): Change order (as same as
read order in master.depword).
(CLEANFILES): Added all.depword.
(all.depword): Added a rule to generate.

* depgraph/master.depword: Comment out all include.

* depgraph/mkdepgraph.c (parse_dep): Call fprintf instead of
anthy_log.
(check_nodes): Likewise.
(get_tokens): New.
(init_depword_tab): Simply use fopen/fgets/fclose.
(init_indep_word_seq_tab): Likewise.
(parse_indep): Error check when realloc fails.
(main): Don't use anthy/conf.

1bfe0f9 2010-07-06 11:53:30 NIIBE Yutaka

Merge branch 'janitor/segclass-eucjp-literal-removal'

0932f86 2010-07-06 11:51:49 NIIBE Yutaka

Merge branch 'janitor/remove-ptab-fukushigkan'

01e671c 2010-07-06 11:47:41 NIIBE Yutaka

Merge branch 'textdict-no-mmap'

62e09b7 2010-07-06 11:43:33 NIIBE Yutaka

Bug fix of textdic.c.

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

* src-worddic/textdic.c (anthy_textdic_scan): Added missing break.