ABB.Swum.WordData.PartOfSpeechData.IsVerbParticle C# (CSharp) 메소드

IsVerbParticle() 공개 추상적인 메소드

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.
리턴 bool
        public abstract bool IsVerbParticle(string verb, string word);
        /// <summary>