C# Class AvsAnLib.Internals.WordQuery

Afficher le fichier Open project: EamonNerbonne/a-vs-an

Méthodes publiques

Méthode Description
Query ( Node node, string word ) : AvsAn.Result

Determines the article for a given prefix by looking it up in the prefix trie. Recursive.

Method Details

Query() public static méthode

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
Résultat AvsAn.Result