public class TeluguLTS extends Object
Constructor and Description |
---|
TeluguLTS(InputStream utf8toit3mapStream)
TeluguLTS constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
makeProperIt3(String filename) |
String |
phonemise(String word)
Get it3 pronunciation for a word
|
ArrayList<String> |
readUTF8File(String filename) |
ArrayList<String> |
readUTF8String(String word) |
public TeluguLTS(InputStream utf8toit3mapStream) throws IOException
utf8toit3mapStream
- utf8toit3mapStreamIOException
- IOExceptionpublic String phonemise(String word) throws IOException
word
- wordIOException
- IOExceptionpublic ArrayList<String> readUTF8String(String word) throws IOException
IOException
public ArrayList<String> readUTF8File(String filename) throws IOException
IOException
public void makeProperIt3(String filename) throws IOException
IOException
public static void main(String[] args) throws IOException
args
- argsIOException
- IOExceptionCopyright © 2000–2016 DFKI GmbH. All rights reserved.