Package org.basex.util.ft
Class StemDir
java.lang.Object
org.basex.util.hash.ASet
org.basex.util.hash.TokenSet
org.basex.util.hash.TokenMap
org.basex.util.ft.StemDir
- All Implemented Interfaces:
Iterable<byte[]>
Simple stemming directory for full-text requests.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.basex.util.hash.TokenMap
clear, get, put, put, rehash, remove, toString, valuesMethods inherited from class org.basex.util.hash.TokenSet
add, add, contains, hash, id, iterator, key, put, read, writeMethods inherited from class org.basex.util.hash.ASet
capacity, checkSize, isEmpty, size, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
StemDir
public StemDir()
-
-
Method Details
-
read
Reads a stop words file.- Parameters:
fl- file reference- Returns:
- success flag
-