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

IsVerbParticle() public abstract method

Indicates whether the given word is a verb particle. For example, in "pick up", "pick" is a verb and "up" is a verb particle.
public abstract IsVerbParticle ( string verb, string word ) : bool
verb string The verb to test the particle against.
word string The potential particle.
return bool
        public abstract bool IsVerbParticle(string verb, string word);
        /// <summary>