Develop and Download Open Source Software

Browse CVS Repository

/[OSDN]/gikonavigoeson/gikonavi/GikoBayesian.pas

Log of /gikonavigoeson/gikonavi/GikoBayesian.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Links to v1_50_0_605: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.17.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 10 04:16:46 2005 UTC (18 years, 9 months ago) by h677
Branch: Bb50
CVS Tags: b50, v1_50_0_598, v1_50_0_599, v1_50_0_600, v1_50_0_601, v1_50_0_602, v1_50_0_603, v1_50_0_604, v1_50_0_605, v1_50_0_606, v1_50_2_604, v1_50_2_606
Changes since 1.17: +29 -10 lines
Diff to previous 1.17 , to next main 1.22
例外を吐きそうな計算部に例外処理を適当に追加


Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 5 14:24:26 2004 UTC (19 years, 5 months ago) by h677
Branch: MAIN
CVS Tags: bv1_49_0_564, bv1_49_0_565, merged-remodeling, root-of-Bb50, root-of-remodel, v1_50_0_571, v1_50_0_572, v1_50_0_573, v1_50_0_574, v1_50_0_576, v1_50_0_577, v1_50_0_578, v1_50_0_579, v1_50_0_580, v1_50_0_581, v1_50_0_582, v1_50_0_584, v1_50_0_585, v1_50_0_586, v1_50_0_587, v1_50_0_588, v1_50_0_590, v1_50_0_593, v1_50_0_594, v1_50_0_595, v1_50_0_596, v_step1
Branch point for: Bb50, remodeling
Changes since 1.16: +10 -5 lines
Diff to previous 1.16
0除算例外が出ても平気にした。


Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 1 10:32:02 2004 UTC (19 years, 5 months ago) by yoffy
Branch: MAIN
CVS Tags: bv1_49_0_563
Changes since 1.15: +3 -5 lines
Diff to previous 1.15
else が紛れ込んでたので修正。


Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 1 10:28:24 2004 UTC (19 years, 5 months ago) by yoffy
Branch: MAIN
Changes since 1.14: +29 -54 lines
Diff to previous 1.14
Gary Robinson-Fisher をバグバグのまま放置しておくのは危険なので
とりあえず必ず 50% になるように変更。


Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 1 09:51:57 2004 UTC (19 years, 5 months ago) by yoffy
Branch: MAIN
Changes since 1.13: +15 -2 lines
Diff to previous 1.13
平仮名を辞書に含めないようになった。
(ソースの先頭にある GIKO_BAYESIAN_NO_HIRAGANA_DIC のコメントアウトで復活可能)


Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 1 05:18:21 2004 UTC (19 years, 5 months ago) by yoffy
Branch: MAIN
Changes since 1.12: +8 -6 lines
Diff to previous 1.12
前回のコミットで ModeWhite のチェックが抜けてしまっていたので修正。


Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 1 04:45:25 2004 UTC (19 years, 5 months ago) by yoffy
Branch: MAIN
Changes since 1.11: +197 -70 lines
Diff to previous 1.11
- 平仮名の単語分けワードを増やしてより細分化。
- 漢字にも単語分けワードを用意。
- 漢字は最長 2 字で切るようになった。


Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 31 16:48:44 2004 UTC (19 years, 5 months ago) by yoffy
Branch: MAIN
Changes since 1.10: +44 -20 lines
Diff to previous 1.10
- デリミタの前後で単語を区切るはずが、デリミタ前しか切っていなかったバグを修正。
- IndexOf の代わりに Find を使うようになった。


Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 31 12:24:33 2004 UTC (19 years, 5 months ago) by yoffy
Branch: MAIN
Changes since 1.9: +10 -11 lines
Diff to previous 1.9
- DEBUG を定義してビルドした場合に、
 スパムフィルタのアルゴリズムを選択できるようになった。
- スパムフィルタの Gary Robinson 法を教科書通りに実装してみた。
 ※Gary Robinson-Fisher 法は未だ機能せず。


Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 27 00:10:12 2004 UTC (19 years, 5 months ago) by yoffy
Branch: MAIN
Changes since 1.8: +153 -20 lines
Diff to previous 1.8
スパムフィルタの ON/OFF オプションを追加。


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 05:59:39 2004 UTC (19 years, 6 months ago) by yoffy
Branch: MAIN
Changes since 1.7: +9 -5 lines
Diff to previous 1.7
辞書が壊れていてもいいように、値がマイナス値を取れないよう修正。


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 04:28:15 2004 UTC (19 years, 6 months ago) by yoffy
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
コンパイル出来なかったので修正。


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 04:26:38 2004 UTC (19 years, 6 months ago) by yoffy
Branch: MAIN
Changes since 1.5: +6 -2 lines
Diff to previous 1.5
仮名の長音、濁音、半濁音が記号扱いにならないように修正。


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 03:46:57 2004 UTC (19 years, 6 months ago) by yoffy
Branch: MAIN
CVS Tags: v1_50_0_561
Changes since 1.4: +5 -3 lines
Diff to previous 1.4
漢字の取り扱いがおかしいので戻した。


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 03:18:44 2004 UTC (19 years, 6 months ago) by yoffy
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
THashedStringList は遅いので使用を停止。


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 03:13:19 2004 UTC (19 years, 6 months ago) by yoffy
Branch: MAIN
Changes since 1.2: +53 -83 lines
Diff to previous 1.2
最適化。


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 01:20:34 2004 UTC (19 years, 6 months ago) by yoffy
Branch: MAIN
Changes since 1.1: +59 -3 lines
Diff to previous 1.1
- 正しくファイル名がセットされないバグを修正。
- 初回学習かどうかの判定を誤っていたバグを修正。


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 20 18:25:00 2004 UTC (19 years, 6 months ago) by yoffy
Branch: MAIN
スパムフィルタの導入。


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26