Constructor WeightedSpanTerm
WeightedSpanTerm(Single, String)
Declaration
public WeightedSpanTerm(float weight, string term)
Parameters
Type | Name | Description |
---|---|---|
System.Single | weight | |
System.String | term |
WeightedSpanTerm(Single, String, Boolean)
Declaration
public WeightedSpanTerm(float weight, string term, bool positionSensitive)
Parameters
Type | Name | Description |
---|---|---|
System.Single | weight | |
System.String | term | |
System.Boolean | positionSensitive |