Package | Description |
---|---|
de.up.ling.irtg.binarization |
Classes for binarizing IRTGs.
|
de.up.ling.irtg.script |
Various useful scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
GensymBinaryRuleFactory |
class |
InsideRuleFactory
Generates nonterminals in the style of Klein and Manning's (2003)
"inside" strategy (see their Fig.
|
class |
XbarRuleFactory |
Modifier and Type | Method and Description |
---|---|
static Function<InterpretedTreeAutomaton,BinaryRuleFactory> |
GensymBinaryRuleFactory.createFactoryFactory() |
static Function<InterpretedTreeAutomaton,BinaryRuleFactory> |
InsideRuleFactory.createFactoryFactory() |
static Function<InterpretedTreeAutomaton,BinaryRuleFactory> |
XbarRuleFactory.createFactoryFactory() |
Constructor and Description |
---|
BkvBinarizer(Map<String,RegularSeed> regularSeeds,
Function<InterpretedTreeAutomaton,BinaryRuleFactory> ruleFactory) |
Modifier and Type | Method and Description |
---|---|
static Function<InterpretedTreeAutomaton,BinaryRuleFactory> |
PennTreebankConverter.makeRuleFactoryFactory(String binarizationMode) |
Copyright © 2017. All rights reserved.