Uses of Class
com.basistech.rosette.dm.Transliteration.Builder
Packages that use Transliteration.Builder
-
Uses of Transliteration.Builder in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return Transliteration.BuilderModifier and TypeMethodDescriptionTransliteration.Builder.add(Transliteration transliteration) Adds all the transliterations within the givenTransliterationto this builder.Adds a transliterated text to this builder.Transliteration.Builder.clearTransliterations()Clears all the transliterated texts within the current builder.protected Transliteration.BuilderTransliteration.Builder.getThis()static Transliteration.BuilderTransliteration.Builder.of(Transliteration transliteration) Creates a builder whose contents are a copy of the givenTransliteration.static Transliteration.BuilderCreates a new builder with a transliterated text under the given script.Transliteration.Builder.transliterations(Map<com.basistech.util.ISO15924, String> forLang) Sets the internal script to transliterated text mapping to a copy of the given map.