javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@451465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wolfgang Hoschek 2006-09-29 21:46:59 +00:00
parent 652d91f982
commit 7719af7c94
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import java.util.TreeSet;
* href="http://www.cogsci.princeton.edu/~wn/">WordNet </a> prolog file <a * href="http://www.cogsci.princeton.edu/~wn/">WordNet </a> prolog file <a
* href="http://www.cogsci.princeton.edu/2.0/WNprolog-2.0.tar.gz">wn_s.pl </a> * href="http://www.cogsci.princeton.edu/2.0/WNprolog-2.0.tar.gz">wn_s.pl </a>
* into a thread-safe main-memory hash map that can be used for fast * into a thread-safe main-memory hash map that can be used for fast
* high-frequncy lookups of synonyms for any given (lowercase) word string. * high-frequency lookups of synonyms for any given (lowercase) word string.
* <p> * <p>
* There holds: If B is a synonym for A (A -> B) then A is also a synonym for B (B -> A). * There holds: If B is a synonym for A (A -> B) then A is also a synonym for B (B -> A).
* There does not necessary hold: A -> B, B -> C then A -> C. * There does not necessary hold: A -> B, B -> C then A -> C.