C# Класс AvsAnLib.AvsAn

Показать файл Открыть проект

Открытые методы

Метод Описание
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