ABB.Swum.WordData.PartOfSpeechData.IsEventWord C# (CSharp) Метод

IsEventWord() публичный абстрактный Метод

Indicates whether the given word relates generally to the execution of an event, e.g. start, begin, finish, int.
public abstract IsEventWord ( string word ) : bool
word string The word to test.
Результат bool
        public abstract bool IsEventWord(string word);
        /// <summary>