public class HebrewTreeNormalizer extends BobChrisTreeNormalizer
| Modifier and Type | Class and Description |
|---|---|
static class |
HebrewTreeNormalizer.HebrewEmptyFilter
Remove traces and pronoun deletion markers.
|
BobChrisTreeNormalizer.AOverAFilter, BobChrisTreeNormalizer.EmptyFilteraOverAFilter, emptyFilter, tlp| Constructor and Description |
|---|
HebrewTreeNormalizer() |
| Modifier and Type | Method and Description |
|---|---|
Tree |
normalizeWholeTree(Tree tree,
TreeFactory tf)
Normalize a whole tree -- one can assume that this is the
root.
|
cleanUpLabel, normalizeNonterminal, normalizeTerminal, transformTreepublic Tree normalizeWholeTree(Tree tree, TreeFactory tf)
BobChrisTreeNormalizernormalizeWholeTree in class BobChrisTreeNormalizertree - The tree to be normalizedtf - the TreeFactory to create new nodes (if needed)