Stores the array of stopwords.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string[] stopWords
Visual Basic
Public Shared stopWords As String()
Visual C++
public:
static array<String^>^ stopWords
F#
static val mutable stopWords: string[]

Field Value

Type: array<String>[]()[][]

See Also