Method GetWeightedSpanTerm
GetWeightedSpanTerm(String)
Retrieve the WeightedSpanTerm for the specified token. Useful for passing Span information to a IFragmenter.
Declaration
public virtual WeightedSpanTerm GetWeightedSpanTerm(string token)
Parameters
Type | Name | Description |
---|---|---|
System.String | token | token to get WeightedSpanTerm for |
Returns
Type | Description |
---|---|
WeightedSpanTerm | WeightedSpanTerm for token |