mirror of https://github.com/apache/lucene.git
add link to paper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eae14b165c
commit
e21c07f683
|
@ -105,6 +105,8 @@ import org.apache.lucene.util.fst.FST;
|
|||
// conflict resolving (eg greedy matching) because that algo
|
||||
// finds all matches. This really amounts to adding a .*
|
||||
// closure to the FST and then determinizing it.
|
||||
//
|
||||
// Another possible solution is described at http://www.cis.uni-muenchen.de/people/Schulz/Pub/dictle5.ps
|
||||
|
||||
public final class SynonymFilter extends TokenFilter {
|
||||
|
||||
|
|
Loading…
Reference in New Issue