ABB.Swum.WordData.PartOfSpeechData.IsEventWord C# (CSharp) Méthode

IsEventWord() public abstract méthode

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.
Résultat bool
        public abstract bool IsEventWord(string word);
        /// <summary>