Click or drag to resize

termExploreProceduresgetSynonymsWithWordnetViaApertium Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Method: word -- translation --- synset ---- other synsets --- collecting all words --- translation --- word

Namespace:  imbNLP.Data.semanticLexicon.explore
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public static termExploreModel getSynonymsWithWordnetViaApertium(
	termExploreModel model,
	ILogBuilder response,
	bool disableCodePrefixFilter = false,
	bool disableCodeBranchFilter = false
)

Parameters

model
Type: imbNLP.Data.semanticLexicon.exploretermExploreModel
The model.
response
Type: ILogBuilder
The response.
disableCodePrefixFilter (Optional)
Type: SystemBoolean
if set to true [disable code prefix filter].
disableCodeBranchFilter (Optional)
Type: SystemBoolean
if set to true [disable code branch filter].

Return Value

Type: termExploreModel

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

See Also