Click or drag to resize

termLemmaBaseGetAllForms Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbMiningContext.TFModels.core.termLemmaBase.GetAllForms(System.Boolean)"]

Namespace:  imbMiningContext.TFModels.core
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public List<string> GetAllForms(
	bool includingNominalForm = true
)

Parameters

includingNominalForm (Optional)
Type: SystemBoolean

[Missing <param name="includingNominalForm"/> documentation for "M:imbMiningContext.TFModels.core.termLemmaBase.GetAllForms(System.Boolean)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:imbMiningContext.TFModels.core.termLemmaBase.GetAllForms(System.Boolean)"]

Implements

IWeightTableTerm.GetAllForms(Boolean)
See Also