Click or drag to resize

termSparkGetAllForms Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[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.26
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