ABB.Swum.WordData.PartOfSpeechData.IsEventWord C# (CSharp) Method

IsEventWord() public abstract method

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