public final class TokenInfoFST
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Long |
NO_OUTPUT |
Constructor and Description |
---|
TokenInfoFST(FST<java.lang.Long> fst) |
Modifier and Type | Method and Description |
---|---|
FST.Arc<java.lang.Long> |
findTargetArc(int ch,
FST.Arc<java.lang.Long> follow,
FST.Arc<java.lang.Long> arc,
boolean useCache,
FST.BytesReader fstReader) |
FST.BytesReader |
getBytesReader() |
FST.Arc<java.lang.Long> |
getFirstArc(FST.Arc<java.lang.Long> arc) |
public TokenInfoFST(FST<java.lang.Long> fst) throws java.io.IOException
java.io.IOException
public FST.Arc<java.lang.Long> findTargetArc(int ch, FST.Arc<java.lang.Long> follow, FST.Arc<java.lang.Long> arc, boolean useCache, FST.BytesReader fstReader) throws java.io.IOException
java.io.IOException
public FST.BytesReader getBytesReader()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.