|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfki.lt.tools.tokenizer.Description
de.dfki.lt.tools.tokenizer.CliticsDescription
CliticsDescription
extends Description
. It
manages the content of a clitics description file.
Field Summary | |
protected static java.lang.String |
ENCLITIC_RULE
This is the name of the enclitic rule. |
protected static java.lang.String |
PROCLITIC_RULE
This is the name of the proclitic rule. |
Fields inherited from class de.dfki.lt.tools.tokenizer.Description |
DEF_CLASS, DEF_REGEXP, definitionsMap, DEFS, FACTORY, LIST_ENCODING, LIST_FILE, LISTS, listsMap, regExpMap, RULES, rulesMap |
Constructor Summary | |
CliticsDescription(org.w3c.dom.Document clitDescr,
java.util.Set classes)
This creates a new instance of CliticsDescription for
the clitics description contained in the dom
Document clitDescr . |
Methods inherited from class de.dfki.lt.tools.tokenizer.Description |
getDefinitionsMap, getListsMap, getRegExpMap, getRulesMap, loadDefinitions, loadLists, loadRules, setDefinitionsMap, setListsMap, setRegExpMap, setRulesMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String PROCLITIC_RULE
protected static final java.lang.String ENCLITIC_RULE
Constructor Detail |
public CliticsDescription(org.w3c.dom.Document clitDescr, java.util.Set classes)
CliticsDescription
for
the clitics description contained in the dom
Document clitDescr
.
clitDescr
- a dom Document
with the
clitics descriptionclasses
- a Set
with the defined classes, used
for validation
InitializationException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |