Метод | Описание | |
---|---|---|
AddPositionSpans ( List |
||
CheckPosition ( int position ) : bool |
Checks to see if this term is valid at
|
|
GetPositionSpans ( ) : List |
||
IsPositionSensitive ( ) : bool | ||
SetPositionSensitive ( bool positionSensitive ) : void | ||
WeightedSpanTerm ( float weight, String term ) : System | ||
WeightedSpanTerm ( float weight, String term, bool positionSensitive ) : System |
public AddPositionSpans ( List |
||
positionSpans | List |
|
Результат | void |
public CheckPosition ( int position ) : bool | ||
position | int | to check against valid term postions |
Результат | bool |
public SetPositionSensitive ( bool positionSensitive ) : void | ||
positionSensitive | bool | |
Результат | void |
public WeightedSpanTerm ( float weight, String term ) : System | ||
weight | float | |
term | String | |
Результат | System |
public WeightedSpanTerm ( float weight, String term, bool positionSensitive ) : System | ||
weight | float | |
term | String | |
positionSensitive | bool | |
Результат | System |