Click or drag to resize

morphMachineExplore Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Explores the specified token.

Namespace:  imbNLP.Data.semanticLexicon.morphology
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public morphRuleMatchSet Explore(
	string token,
	ILogBuilder loger
)

Parameters

token
Type: SystemString
The token.
loger
Type: ILogBuilder
The loger.

Return Value

Type: morphRuleMatchSet

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.morphology.morphMachine.Explore(System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also