Метод | Описание | |
---|---|---|
Query ( Node node, string word ) : AvsAn.Result |
Determines the article for a given prefix by looking it up in the prefix trie. Recursive.
|
public static Query ( Node node, string word ) : AvsAn.Result | ||
node | Node | The root of the (remaining) prefix-trie to check |
word | string | The word being checked |
Результат | AvsAn.Result |