Uses of Class
org.egothor.stemmer.PatchCommandEncoder.Builder
Packages that use PatchCommandEncoder.Builder
Package
Description
Provides the core Egothor-style stemming infrastructure based on compact
patch-command tries.
-
Uses of PatchCommandEncoder.Builder in org.egothor.stemmer
Methods in org.egothor.stemmer that return PatchCommandEncoder.BuilderModifier and TypeMethodDescriptionstatic PatchCommandEncoder.BuilderPatchCommandEncoder.builder()Creates a fluent builder for constructing a direction-specialized encoder.PatchCommandEncoder.Builder.deleteCost(int value) Sets cost of a delete operation.PatchCommandEncoder.Builder.insertCost(int value) Sets cost of an insert operation.PatchCommandEncoder.Builder.matchCost(int value) Sets cost of a match operation.PatchCommandEncoder.Builder.replaceCost(int value) Sets cost of a replace operation.PatchCommandEncoder.Builder.traversalDirection(WordTraversalDirection value) Sets traversal direction used by the created encoder.