public class Configuration extends Object
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
static int |
defaultBoost(Token tok)
Description of the Method
|
static boolean |
isControlToken(String str)
Is this a control token which is not excluded when it has a low
idf?
|
static boolean |
isControlToken(Token tok)
Is this a control token which is not excluded when it has a low
idf?
|
public static boolean isControlToken(String str)
str
- Tokenpublic static boolean isControlToken(Token tok)
tok
- Tokenpublic static int defaultBoost(Token tok)
tok
- Description of the ParameterCopyright © 2016 Egothor. All Rights Reserved.