You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2019/10/10 09:05:18 UTC

[lucene-solr] branch branch_8x updated: Update Wordnet file format description link (#792)

This is an automated email from the ASF dual-hosted git repository.

romseygeek pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new b531bea  Update Wordnet file format description link (#792)
b531bea is described below

commit b531bea830bbefa11835f61405a0f57fe8f8929b
Author: Christoph Büscher <cb...@posteo.de>
AuthorDate: Thu Oct 10 11:02:38 2019 +0200

    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.
---
 .../java/org/apache/lucene/analysis/synonym/WordnetSynonymParser.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/WordnetSynonymParser.java b/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/WordnetSynonymParser.java
index a4183d7..13e488c 100644
--- a/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/WordnetSynonymParser.java
+++ b/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/WordnetSynonymParser.java
@@ -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)