C# Class AvsAnLib.Internals.WordQuery

Datei anzeigen Open project: EamonNerbonne/a-vs-an

Public Methods

Method 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 method

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
return AvsAn.Result