Uses of Interface
org.apache.lucene.analysis.morph.MorphData
Packages that use MorphData
Package
Description
Kuromoji dictionary implementation.
Analyzer for Korean.
Korean dictionary implementation.
Abstract classes for morphological analyzers.
-
Uses of MorphData in org.apache.lucene.analysis.ja.dict
Subinterfaces of MorphData in org.apache.lucene.analysis.ja.dictModifier and TypeInterfaceDescriptioninterfaceRepresents Japanese morphological information.Classes in org.apache.lucene.analysis.ja.dict that implement MorphDataModifier and TypeClassDescription(package private) classMorphological information for system dictionary.(package private) final classMorphological information for unk dictionary.(package private) final classMorphological information for user dictionary. -
Uses of MorphData in org.apache.lucene.analysis.ko
Methods in org.apache.lucene.analysis.ko with parameters of type MorphDataModifier and TypeMethodDescriptionprotected intViterbi.computeSpacePenalty(MorphData morphData, int wordID, int numSpaces) Returns the space penalty associated with the providedPOS.Tag. -
Uses of MorphData in org.apache.lucene.analysis.ko.dict
Subinterfaces of MorphData in org.apache.lucene.analysis.ko.dictModifier and TypeInterfaceDescriptioninterfaceRepresents Korean morphological information.Classes in org.apache.lucene.analysis.ko.dict that implement MorphDataModifier and TypeClassDescription(package private) classMorphological information for system dictionary.(package private) final classMorphological information for unk dictionary.(package private) final classMorphological information for user dictionary. -
Uses of MorphData in org.apache.lucene.analysis.morph
Classes in org.apache.lucene.analysis.morph with type parameters of type MorphDataModifier and TypeClassDescriptionclassBinaryDictionary<T extends MorphData>Abstract dictionary base class.classBinaryDictionaryWriter<T extends BinaryDictionary<? extends MorphData>>Abstract base dictionary writer class.interfaceDictionary<T extends MorphData>High-level dictionary interface for morphological analyzers.classGraphvizFormatter<T extends MorphData>Outputs the dot (graphviz) string for the viterbi lattice.static interfaceGraphvizFormatter.DictionaryProvider<T extends MorphData>DictionaryproviderclassViterbiNBest<T extends Token,U extends MorphData> Viterbisubclass for n-best path calculation.protected static final classViterbiNBest.Lattice<U extends MorphData>Yet another lattice data structure for keeping n-best path.Fields in org.apache.lucene.analysis.morph with type parameters of type MorphDataModifier and TypeFieldDescriptionprivate final BinaryDictionary<? extends MorphData> Viterbi.dictionaryprivate final Dictionary<? extends MorphData> Viterbi.userDictionaryMethods in org.apache.lucene.analysis.morph with parameters of type MorphDataModifier and TypeMethodDescriptionprotected final voidViterbi.add(MorphData morphData, Viterbi.Position fromPosData, int wordPos, int endPos, int wordID, TokenType type, boolean addPenalty) Add a token on the minimum cost path to the pending token list.protected intViterbi.computeSpacePenalty(MorphData morphData, int wordID, int numSpaces) Returns the space penalty.Constructor parameters in org.apache.lucene.analysis.morph with type arguments of type MorphDataModifierConstructorDescriptionprotectedViterbi(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs, Class<U> positionImpl) protectedViterbi(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs, Class<U> positionImpl) protectedViterbiNBest(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs) protectedViterbiNBest(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs)