C# 클래스 AvsAnLib.AvsAn

파일 보기 프로젝트 열기: EamonNerbonne/a-vs-an

공개 메소드들

메소드 설명
Query ( string word ) : Result

Determines whether an english word should be preceded by the indefinite article "a" or "an". By Eamon Nerbonne; feedback can be reported to https://github.com/EamonNerbonne/a-vs-an/

메소드 상세

Query() 공개 정적인 메소드

Determines whether an english word should be preceded by the indefinite article "a" or "an". By Eamon Nerbonne; feedback can be reported to https://github.com/EamonNerbonne/a-vs-an/
public static Query ( string word ) : Result
word string The word to test. AvsAn assumes this is a complete word; in some cases word-prefixes may result in a differing classification that complete words. If you wish to classify an incomplete word (a prefix), append a non-word, non-space character such as the underscore "_" as a placeholder for further letters.
리턴 Result