Click or drag to resize

termSparkGetAllForms Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Data.semanticLexicon.term.termSpark.GetAllForms(System.Boolean)"]

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public List<string> GetAllForms(
	bool includingNominalForm = true
)

Parameters

includingNominalForm (Optional)
Type: SystemBoolean

[Missing <param name="includingNominalForm"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termSpark.GetAllForms(System.Boolean)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.term.termSpark.GetAllForms(System.Boolean)"]

Implements

IWeightTableTerm.GetAllForms(Boolean)
See Also