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:
Christoph Büscher 2019-10-10 11:02:38 +02:00 committed by Alan Woodward
parent 1cda424503
commit 5f27328a9b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.apache.lucene.util.CharsRefBuilder;
/** /**
* Parser for wordnet prolog format * Parser for wordnet prolog format
* <p> * <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 * @lucene.experimental
*/ */
// TODO: allow you to specify syntactic categories (e.g. just nouns, etc) // TODO: allow you to specify syntactic categories (e.g. just nouns, etc)