C# 클래스 AvsAnLib.Internals.WordQuery

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

공개 메소드들

메소드 설명
Query ( Node node, string word ) : AvsAn.Result

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

메소드 상세

Query() 공개 정적인 메소드

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