Click or drag to resize

basicLanguageToolsspellCheckSample Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Proverava grupu reci - vraca broj reci koje su prosle spell check

Namespace:  imbNLP.Data.basic
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public static int spellCheckSample(
	this basicLanguage model,
	List<string> words
)

Parameters

model
Type: imbNLP.Data.basicbasicLanguage

[Missing <param name="model"/> documentation for "M:imbNLP.Data.basic.basicLanguageTools.spellCheckSample(imbNLP.Data.basic.basicLanguage,System.Collections.Generic.List{System.String})"]

words
Type: System.Collections.GenericListString

[Missing <param name="words"/> documentation for "M:imbNLP.Data.basic.basicLanguageTools.spellCheckSample(imbNLP.Data.basic.basicLanguage,System.Collections.Generic.List{System.String})"]

Return Value

Type: Int32
Koliko reci je prepoznao

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type basicLanguage. 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