Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoBayesian.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 417 |
wKanjiDelimiter : TStringList; |
wKanjiDelimiter : TStringList; |
| 418 |
words : TStringList; |
words : TStringList; |
| 419 |
aWord : string; |
aWord : string; |
| 420 |
countInfo : TWordCountInfo; |
// countInfo : TWordCountInfo; |
| 421 |
|
|
| 422 |
function cutBoth( _aWord : string; _delim : TStringList ) : string; |
function cutBoth( _aWord : string; _delim : TStringList ) : string; |
| 423 |
var |
var |
| 795 |
mean : Extended; |
mean : Extended; |
| 796 |
countInfo : TWordCountInfo; |
countInfo : TWordCountInfo; |
| 797 |
i : Integer; |
i : Integer; |
| 798 |
P1, Q1, R1 : Extended; |
P1, Q1{, R1} : Extended; |
| 799 |
cnt : Extended; |
cnt : Extended; |
| 800 |
begin |
begin |
| 801 |
|
|
| 891 |
mean : Extended; |
mean : Extended; |
| 892 |
countInfo : TWordCountInfo; |
countInfo : TWordCountInfo; |
| 893 |
i : Integer; |
i : Integer; |
| 894 |
normal : Extended; |
// normal : Extended; |
| 895 |
important : Extended; |
// important : Extended; |
| 896 |
P1, Q1 : Extended; |
P1, Q1 : Extended; |
| 897 |
cnt : Extended; |
cnt : Extended; |
| 898 |
begin |
begin |
|
|
Legend:
| Removed from v.1.20 |
|
| changed lines |
| |
Added in v.1.21 |
|
|
|