Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
G
M
O
P
R
T
W
C
closeUntil(BufferedWriter, String, boolean)
- Method in class corpora.markup.
Marker
Closes all opened stack elements until given element.
corpora.markup
- package corpora.markup
count(Object)
- Method in class corpora.markup.
ExtendedStack
Counts each element of this stack that matches the given element.
countElement(String)
- Method in class corpora.markup.
Marker
Counts each opened element in structure tree that matches the given element.
createLog(String)
- Method in class corpora.markup.
Marker
Creates log file of automatic structuring and marking process.
createXML(String, String)
- Method in class corpora.markup.
Marker
Creates transformation file that will contain marked text.
E
empty()
- Method in class corpora.markup.
ExtendedStack
Checks if this stack is empty.
ExtendedStack
- class corpora.markup.
ExtendedStack
.
ExtendedStack()
- Constructor for class corpora.markup.
ExtendedStack
Creates an empty ExtendedStack.
ExtendedString
- class corpora.markup.
ExtendedString
.
ExtendedString(String)
- Constructor for class corpora.markup.
ExtendedString
Initializes a newly created ExtendedString - a copy of the parameter 'string'.
G
getConfig(String)
- Method in class corpora.markup.
Marker
Opens auto-marker configuration file.
getSource(String)
- Method in class corpora.markup.
Marker
Opens source file - text to be structured and marked.
M
mark(BufferedReader, BufferedWriter, BufferedWriter)
- Method in class corpora.markup.
PoetryMarker
Transforms given source file to xml file according to given regex and poetry DTD.
mark(BufferedReader, BufferedWriter, BufferedWriter)
- Method in class corpora.markup.
ProsaMarker
Transforms given source file to xml file according to given regex and prosa DTD.
Marker
- class corpora.markup.
Marker
.
Marker()
- Constructor for class corpora.markup.
Marker
Initialises auto-marker workspace.
O
openElement(BufferedWriter, String)
- Method in class corpora.markup.
Marker
Writes opening element into transformation file and pushes it into stack.
P
peek()
- Method in class corpora.markup.
ExtendedStack
Looks at the element at the top of this stack without removing it from the stack.
PoetryMarker
- class corpora.markup.
PoetryMarker
.
PoetryMarker()
- Constructor for class corpora.markup.
PoetryMarker
pop()
- Method in class corpora.markup.
ExtendedStack
Removes the element at the top of this stack and returns it as the value of this function.
ProsaMarker
- class corpora.markup.
ProsaMarker
.
ProsaMarker()
- Constructor for class corpora.markup.
ProsaMarker
push(Object)
- Method in class corpora.markup.
ExtendedStack
Pushes an element onto the top of this stack.
R
readSource(BufferedReader)
- Method in class corpora.markup.
Marker
Reads current row of source file.
replaceSubstr(String, String)
- Method in class corpora.markup.
ExtendedString
Replaces each substring of this string that matches the given substring 'from' with the given replacement substring 'to'.
T
topElement()
- Method in class corpora.markup.
Marker
Returns last opened element name.
W
writeLog(BufferedWriter, String, String)
- Method in class corpora.markup.
Marker
Writes record of problem event in log file.
writeXML(BufferedWriter, String, int)
- Method in class corpora.markup.
Marker
Writes marked string in transformation file.
C
E
G
M
O
P
R
T
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes