|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.utils.corpuslinguistics.inputter.GapFixer
public class GapFixer
Adds displayable content for certain gap elements in XML file.
| Nested Class Summary | |
|---|---|
static class |
GapFixer.GapFilter
JDOM element filter which selects |
static class |
GapFixer.GapProcessor
JDOM element processor which fixes |
| Field Summary | |
|---|---|
protected static char |
letterGapChar
Letter gap marker is Unicode lozenge = ?. |
protected static java.lang.String |
letterGapString
|
protected static char |
spanGapChar
Span gap marker is Unicode three dots = …. |
protected static java.lang.String |
spanGapString
|
protected static char |
wordGapChar
Word gap marker is Unicode lozenge = ?. |
protected static java.lang.String |
wordGapString
|
| Constructor Summary | |
|---|---|
protected |
GapFixer()
Allow overrides but no instantiation. |
| Method Summary | |
|---|---|
static void |
fixGaps(org.jdom.Document document)
Fix some gap elements in a DOM document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final char letterGapChar
protected static final java.lang.String letterGapString
protected static final char wordGapChar
protected static final java.lang.String wordGapString
protected static final char spanGapChar
protected static final java.lang.String spanGapString
| Constructor Detail |
|---|
protected GapFixer()
| Method Detail |
|---|
public static void fixGaps(org.jdom.Document document)
document - Document containing gaps to fix.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||