Property | Type | Description | |
---|---|---|---|
bm25_tf | Dictionary |
||
bm25_tf_finals | Double>.Dictionary | ||
df | Int32>.Dictionary | ||
dl | Int32>.Dictionary | ||
docsltn | Double>.Dictionary | ||
requests | List |
||
tf | Dictionary |
Method | Description | |
---|---|---|
Proceed ( String url ) : void |
Proceed the whole file, line-by-line
|
|
ProceedBM25_TF ( ) : void | ||
ProceedXML ( String url ) : void | ||
Proceedltn ( ) : void | ||
clean_n_clear ( ) : void |
Method | Description | |
---|---|---|
ProceedOneLine ( String line ) : void |
Proceed one line, analyze, and fill dictionary with statistics.
|
|
ProceedOneLineXML ( String line ) : void | ||
dfw ( String word ) : |
||
tf_td ( String word, |
public Proceed ( String url ) : void | ||
url | String | URL of file - will be automaticaly converted to name of unGzipped file. |
return | void |