◆ Config()
grammarscope.server.conf.Config.Config |
( |
| ) |
|
|
private |
◆ getCoreNlpDefaultSettings()
◆ getDefaultCorefOptions()
static Properties grammarscope.server.conf.Config.getDefaultCorefOptions |
( |
final Language |
language, |
|
|
final Properties |
properties0 |
|
) |
| |
|
static |
◆ getDefaultCoreNlpConfig()
static Properties grammarscope.server.conf.Config.getDefaultCoreNlpConfig |
( |
final Language |
language | ) |
|
|
static |
◆ getDefaultDepParserModel()
static String grammarscope.server.conf.Config.getDefaultDepParserModel |
( |
final Language |
language | ) |
|
|
static |
◆ getDefaultDepParserOptions()
static Properties grammarscope.server.conf.Config.getDefaultDepParserOptions |
( |
final Language |
language, |
|
|
final Properties |
properties |
|
) |
| |
|
static |
◆ getDefaultNerOptions()
static Properties grammarscope.server.conf.Config.getDefaultNerOptions |
( |
final Language |
language, |
|
|
final Properties |
properties0 |
|
) |
| |
|
static |
◆ getDefaultOtherOptions()
static Properties grammarscope.server.conf.Config.getDefaultOtherOptions |
( |
final Language |
language, |
|
|
final Properties |
properties0 |
|
) |
| |
|
static |
◆ getDefaultParserConfig()
static Properties grammarscope.server.conf.Config.getDefaultParserConfig |
( |
@SuppressWarnings("unused") final Language |
lang | ) |
|
|
static |
◆ getDefaultParserModel()
static String grammarscope.server.conf.Config.getDefaultParserModel |
( |
final Language |
language | ) |
|
|
static |
◆ getDefaultParserOptions()
static Properties grammarscope.server.conf.Config.getDefaultParserOptions |
( |
final Language |
language, |
|
|
final Properties |
properties |
|
) |
| |
|
static |
◆ getDefaultPosTaggerModel()
static String grammarscope.server.conf.Config.getDefaultPosTaggerModel |
( |
final Language |
language | ) |
|
|
static |
◆ getDefaultPosTaggerOptions()
static Properties grammarscope.server.conf.Config.getDefaultPosTaggerOptions |
( |
final Language |
language, |
|
|
final Properties |
properties |
|
) |
| |
|
static |
◆ getDefaultSegmentOptions()
static Properties grammarscope.server.conf.Config.getDefaultSegmentOptions |
( |
final Language |
language, |
|
|
final Properties |
properties0 |
|
) |
| |
|
static |
◆ getDefaultTokenizeLanguage()
static String grammarscope.server.conf.Config.getDefaultTokenizeLanguage |
( |
final Language |
language | ) |
|
|
static |
◆ load()
static Properties grammarscope.server.conf.Config.load |
( |
final String |
filePath | ) |
throws Exception |
|
static |
Load from file
- Parameters
-
filePath | persist file path |
- Returns
- properties
- Exceptions
-
◆ propertiesToString()
static String grammarscope.server.conf.Config.propertiesToString |
( |
final Properties |
properties | ) |
|
|
staticprivate |
Properties to string
- Parameters
-
- Returns
- n=v n=v ... string
◆ DEFAULT_ANNOTATORS_EXPAND
final String grammarscope.server.conf.Config.DEFAULT_ANNOTATORS_EXPAND = "parse,dparse,structure,typeddependencies,semanticgraph" |
|
staticprivate |
The documentation for this class was generated from the following file:
- grammarscope/server-conf/src/main/java/grammarscope/server/conf/Config.java