Modifier and Type | Field and Description |
---|---|
private Language |
Server.language
Language
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
Server.getDefaultConfig(Language lang) |
Modifier and Type | Field and Description |
---|---|
private Language |
Server.language
Language
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
Server.getDefaultConfig(Language lang) |
Modifier and Type | Field and Description |
---|---|
Language |
Settings.language |
Modifier and Type | Method and Description |
---|---|
static GrammaticalRelationData[] |
GrammaticalRelationData.getData(Language language)
Get language data
|
static java.util.Map<java.lang.String,GrammaticalRelationData> |
GrammaticalRelationData.getDataMap(Language language)
Get language relation-mapped data
|
static RelationModel |
RelationModelFactory.makeRelationModel(Language language) |
Modifier and Type | Field and Description |
---|---|
private Language |
Server.language
Language
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
Server.getDefaultConfig(Language lang) |
Constructor and Description |
---|
DocumentFactory(Language language)
Constructor
|
Modifier and Type | Field and Description |
---|---|
private Language |
Server.language
Language
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
Server.getDefaultConfig(Language lang) |
Constructor and Description |
---|
DocumentFactory(Language language)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected Language |
AbstractDocumentFactory.language
Language
|
Modifier and Type | Method and Description |
---|---|
static Language |
RelationFactory.toIface(edu.stanford.nlp.international.Language language) |
Constructor and Description |
---|
AbstractDocumentFactory(Language language)
Constructor
|
RelationDependentsDirectFactory(StanfordRelationModel relationModel,
Language language0) |
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
Server.getDefaultConfig(Language lang) |
Constructor and Description |
---|
DocumentFactory(Language language)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
Server.getDefaultConfig(Language lang) |
Constructor and Description |
---|
DocumentFactory(Language language)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
NullServer.getDefaultConfig(Language lang) |
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
DefaultCoreNlpServer.getDefaultConfig(Language lang) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
LanguageFactory.languageToDParseModel(Language language)
Default dparse model for language
|
static java.lang.Class<?> |
GrammaticalRelationsFactory.makeGrammaticalRelationClass(Language language)
Get grammatical relation model class for a specified grammatical relation
|
static java.util.List<edu.stanford.nlp.trees.GrammaticalRelation> |
GrammaticalRelationsFactory.makeGrammaticalRelationCollection(Language language)
Make collection of grammatical relations from language
|
static edu.stanford.nlp.trees.TreebankLanguagePack |
LanguageFactory.makeLanguagePackFromLanguage(Language language)
TreebankLanguagePack factory
|
Modifier and Type | Field and Description |
---|---|
Language |
StanfordRelationModel.language
Language
|
Language |
BasicRelation.language
Language
|
Modifier and Type | Method and Description |
---|---|
static Language |
Language.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
IServer.getDefaultConfig(Language lang)
Get server config
|
static StanfordRelationModel |
StanfordRelationModel.makeModel(Language language)
Make model
|
Constructor and Description |
---|
BasicRelation(java.lang.String id,
java.lang.String longName,
Language language,
java.lang.String specific)
Constructor
|
Relation(java.lang.String id,
java.lang.String longName,
Language language,
java.lang.String[] targetPatterns)
Constructor
|
Relation(java.lang.String id,
java.lang.String longName,
Language language,
java.lang.String[] targetPatterns,
Relation parent,
java.util.List<Relation> children)
Constructor
|
StanfordRelationModel(edu.stanford.nlp.trees.GrammaticalRelation root,
java.util.List<edu.stanford.nlp.trees.GrammaticalRelation> relations,
Language language)
Constructor
|
Modifier and Type | Method and Description |
---|---|
private Language |
DefaultParserServer.getLanguage()
Language factory
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
DefaultParserServer.getDefaultConfig(Language lang) |
private static edu.stanford.nlp.trees.TreebankLanguagePack |
GrammaticalStructureAnalyzer.makeLanguagePack(Language language)
TreebankLanguagePack factory
|
Constructor and Description |
---|
GrammaticalStructureAnalyzer(Language language)
Constructor
|
Segmenter(Language language)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static edu.stanford.nlp.process.TokenizerFactory<edu.stanford.nlp.ling.CoreLabel> |
TokenizerFactoryUtils.makeTokenizerFactory(Language language) |