Package ca.phon.fontconverter
Class TranscriptConverter
java.lang.Object
ca.phon.fontconverter.TranscriptConverter
Handles conversion of one transcription method to UTF-8 IPA
encoding. Conversion files are stored in the data/conv directory
and must conform to the converter.xsd schema.
-
Constructor Summary
ModifierConstructorDescriptionprotected
TranscriptConverter
(String name, de.susebox.jtopas.Tokenizer tokenizer) Constructor - hidden -
Method Summary
Modifier and TypeMethodDescriptionConvert the transcriptstatic Collection<String>
static TranscriptConverter
getInstanceOf
(String name) Get an instance of a converter given the font namegetName()
de.susebox.jtopas.Tokenizer
-
Constructor Details
-
TranscriptConverter
Constructor - hidden
-
-
Method Details
-
getInstanceOf
Get an instance of a converter given the font name -
getAvailableConverterNames
-
getName
-
getTokenizer
public de.susebox.jtopas.Tokenizer getTokenizer() -
convert
Convert the transcript
-