public class VocabularyGenerator extends Object
FrequencyBasedLists
.Modifier and Type | Class and Description |
---|---|
static class |
VocabularyGenerator.XmlApi
Deprecated.
Constants for the various XML-based APIs
|
Constructor and Description |
---|
VocabularyGenerator(FrequencyBasedLists fbl,
VocabularyGenerator.XmlApi xapi)
Deprecated.
|
VocabularyGenerator(SerializerVocabulary serializerVocabulary,
ParserVocabulary parserVocabulary,
FrequencyBasedLists fbl,
VocabularyGenerator.XmlApi xapi)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ParserVocabulary |
getParserVocabulary()
Deprecated.
Get the generated parser vocabulary.
|
SerializerVocabulary |
getSerializerVocabulary()
Deprecated.
Get the generated serializer vocabulary.
|
static void |
main(String[] args)
Deprecated.
|
public VocabularyGenerator(FrequencyBasedLists fbl, VocabularyGenerator.XmlApi xapi)
fbl
- the set of frequency-based lists.xapi
- the XML API that the parser and serializer vocabulary
will be used with.public VocabularyGenerator(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary, FrequencyBasedLists fbl, VocabularyGenerator.XmlApi xapi)
serializerVocabulary
- the serializer vocabualry to useparserVocabulary
- the parser vocabulary to usefbl
- the set of frequency-based lists.xapi
- the XML API that the parser and serializer vocabulary
will be used with.public SerializerVocabulary getSerializerVocabulary()
public ParserVocabulary getParserVocabulary()
Copyright © 2016 Oracle Corpration. All rights reserved.