mirror of https://github.com/apache/lucene.git
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:
parent
652d91f982
commit
7719af7c94
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue