mirror of https://github.com/apache/lucene.git
Update Wordnet file format description link (#792)
The link to the description of the Wordnet prolog database files was outdated. This change replaces it with a working link.
This commit is contained in:
parent
1cda424503
commit
5f27328a9b
|
@ -30,7 +30,7 @@ import org.apache.lucene.util.CharsRefBuilder;
|
|||
/**
|
||||
* Parser for wordnet prolog format
|
||||
* <p>
|
||||
* See http://wordnet.princeton.edu/man/prologdb.5WN.html for a description of the format.
|
||||
* See https://wordnet.princeton.edu/documentation/prologdb5wn for a description of the format.
|
||||
* @lucene.experimental
|
||||
*/
|
||||
// TODO: allow you to specify syntactic categories (e.g. just nouns, etc)
|
||||
|
|
Loading…
Reference in New Issue