Update morfologik's address from sf to github.

This commit is contained in:
Dawid Weiss 2017-08-04 11:14:41 +02:00
parent 23d383765b
commit d620326b88
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ import org.apache.lucene.util.RamUsageEstimator;
/** Represents an finite state machine (FST), using a
* compact byte[] format.
* <p> The format is similar to what's used by Morfologik
* (http://sourceforge.net/projects/morfologik).
* (https://github.com/morfologik/morfologik-stemming).
*
* <p> See the {@link org.apache.lucene.util.fst package
* documentation} for some simple examples.