Click or drag to resize

termExploreProceduresgetSynonymsWithHunspell Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Data.semanticLexicon.explore.termExploreProcedures.getSynonymsWithHunspell(imbNLP.Data.semanticLexicon.explore.termExploreModel,imbSCI.Core.reporting.ILogBuilder)"]

Namespace:  imbNLP.Data.semanticLexicon.explore
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public static termExploreModel getSynonymsWithHunspell(
	this termExploreModel model,
	ILogBuilder log
)

Parameters

model
Type: imbNLP.Data.semanticLexicon.exploretermExploreModel

[Missing <param name="model"/> documentation for "M:imbNLP.Data.semanticLexicon.explore.termExploreProcedures.getSynonymsWithHunspell(imbNLP.Data.semanticLexicon.explore.termExploreModel,imbSCI.Core.reporting.ILogBuilder)"]

log
Type: ILogBuilder

[Missing <param name="log"/> documentation for "M:imbNLP.Data.semanticLexicon.explore.termExploreProcedures.getSynonymsWithHunspell(imbNLP.Data.semanticLexicon.explore.termExploreModel,imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: termExploreModel

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.explore.termExploreProcedures.getSynonymsWithHunspell(imbNLP.Data.semanticLexicon.explore.termExploreModel,imbSCI.Core.reporting.ILogBuilder)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type termExploreModel. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also