Package | Description |
---|---|
grammarscope.glue | |
grammarscope.server.iface | |
grammarscope.server.spo |
Modifier and Type | Field and Description |
---|---|
private StanfordRelationModel |
RelationDependentsDirectFactory.relationModel
Relation model
|
Modifier and Type | Method and Description |
---|---|
static RelationModel |
RelationModelFactory.makeRelationModel(StanfordRelationModel model)
Make relation model artifact from Stanford relation model
|
Constructor and Description |
---|
RelationDependentsDirectFactory(StanfordRelationModel relationModel,
Language language0) |
Modifier and Type | Method and Description |
---|---|
static StanfordRelationModel |
StanfordRelationModel.makeChineseModel()
Make Chinese model
|
private static StanfordRelationModel |
StanfordRelationModel.makeDefaultModel()
Make default model
|
static StanfordRelationModel |
StanfordRelationModel.makeEnglishModel()
Make English model
|
static StanfordRelationModel |
StanfordRelationModel.makeModel(Language language)
Make model
|
static StanfordRelationModel |
StanfordRelationModel.makeUniversalEnglishModel()
Make UniversalEnglish model
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.String,edu.stanford.nlp.trees.GrammaticalRelation> |
SPOAnalyzer.makeIdToRelationMap(StanfordRelationModel relationModel)
Make id to grammatical relation map
|
Constructor and Description |
---|
SPOAnalyzer(ISegmenter segmenter,
IParser parser,
IMorphology morphology,
StanfordRelationModel relationModel)
Constructor
|