- readDocument() - Method in interface cz.ufal.udapi.core.io.DocumentReader
-
Reads bundles into document.
- readDocument() - Method in class cz.ufal.udapi.core.io.impl.CoNLLUReader
-
- Reader - Class in cz.ufal.udapi.block.common
-
Reader is base class for more specific readers, e.g.
- Reader(Map<String, String>) - Constructor for class cz.ufal.udapi.block.common.Reader
-
- readInDocument(Document) - Method in interface cz.ufal.udapi.core.io.DocumentReader
-
Reads bundles into Document.
- readInDocument(Document) - Method in class cz.ufal.udapi.core.io.impl.CoNLLUReader
-
Reads CoNLLU file into given document.
- readTree(Document) - Method in class cz.ufal.udapi.block.common.Reader
-
Reads tree and loads it into the document.
- readTree(Document) - Method in class cz.ufal.udapi.block.read.CoNLLU
-
Read one tree at a time.
- readTree(Document) - Method in interface cz.ufal.udapi.core.io.DocumentReader
-
Reads tree into document.
- readTree(BufferedReader, Document) - Method in interface cz.ufal.udapi.core.io.DocumentReader
-
Reads tree into document with given reader.
- readTree(BufferedReader, Document) - Method in class cz.ufal.udapi.core.io.impl.CoNLLUReader
-
Reads tree into document and returns it.
- readTree(Document) - Method in class cz.ufal.udapi.core.io.impl.CoNLLUReader
-
Reads tree into document and returns it.
- remove() - Method in interface cz.ufal.udapi.core.Bundle
-
Removes bundle from the document.
- remove() - Method in class cz.ufal.udapi.core.impl.DefaultBundle
-
- remove() - Method in class cz.ufal.udapi.core.impl.DefaultNode
-
- remove(EnumSet<Node.RemoveArg>) - Method in class cz.ufal.udapi.core.impl.DefaultNode
-
- remove() - Method in interface cz.ufal.udapi.core.Node
-
Remove node from the tree.
- remove(EnumSet<Node.RemoveArg>) - Method in interface cz.ufal.udapi.core.Node
-
Removes node from the tree.
- Root - Interface in cz.ufal.udapi.core
-
Root represent technical root of the sentence.
- Run - Class in cz.ufal.udapi.core
-
The purpose of Run class is to run scenarios.
- Run() - Constructor for class cz.ufal.udapi.core.Run
-
- run(boolean, boolean, String...) - Method in class cz.ufal.udapi.core.Run
-
Entrypoint for scenario execution.