Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
ギコナビ(避難所版)
ギコナビ(避難所版)
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse Git: gikonavi
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
Open Discussion (2)
Help (1)
Developers (1)
Help
Mailing Lists
list of ML
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse CVS Repository
/
[OSDN]
/
gikonavigoeson
/
gikonavi
/
AbonUnit.pas
Diff of /gikonavigoeson/gikonavi/AbonUnit.pas
Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision
1.34
by
yoffy
, Thu Oct 21 09:04:26 2004 UTC
revision
1.35
by
yoffy
, Wed Oct 27 00:10:12 2004 UTC
#
Line 111
const
Line 111
const
111
112
implementation
implementation
113
114
uses MojuUtils, GikoSystem, GikoBayesian;
uses MojuUtils, GikoSystem, GikoBayesian, Setting;
115
116
function InvidiAbonListSort( item1, item2 : Pointer ) : Integer;
function InvidiAbonListSort( item1, item2 : Pointer ) : Integer;
117
begin
begin
#
Line 614
const
Line 614
const
614
SPAM_THRESHOLD = 0.9;
SPAM_THRESHOLD = 0.9;
615
begin
begin
616
617
if GikoSys.Setting.SpamFilterAlgorithm = gsfaNone then Exit;
618
j := 0;
j := 0;
619
wordCount := TWordCount.Create;
wordCount := TWordCount.Create;
620
try
try
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.1.34
changed lines
Added in v.1.35
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26