Skip navigation links
A B C D E F G H I K M N P R S T U V W 

A

addBundle(Bundle) - Method in interface cz.ufal.udapi.core.Document
Adds bundle to the document.
addBundle(Bundle) - Method in class cz.ufal.udapi.core.impl.DefaultDocument
Adds bundle to document.
addComment(String) - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
addComment(String) - Method in interface cz.ufal.udapi.core.Root
Add comment to the sentence.
addMultiword(String) - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
addMultiword(String) - Method in interface cz.ufal.udapi.core.Root
Adds multiword to the sentence.
addTree(Root) - Method in interface cz.ufal.udapi.core.Bundle
Adds tree to the bundle.
addTree(Root) - Method in class cz.ufal.udapi.core.impl.DefaultBundle
 
Adpositions - Class in cz.ufal.udapi.block.tutorial
This class is useful for tutorial purposes.
Adpositions() - Constructor for class cz.ufal.udapi.block.tutorial.Adpositions
 
afterProcessBundle(Bundle) - Method in class cz.ufal.udapi.block.write.Treex
 
afterProcessBundle(Bundle) - Method in class cz.ufal.udapi.core.Block
Called after bundle processing.
afterProcessDocument(Document) - Method in class cz.ufal.udapi.block.write.Treex
 
afterProcessDocument(Document) - Method in class cz.ufal.udapi.core.Block
Called after document processing.

B

beforeProcessBundle(Bundle) - Method in class cz.ufal.udapi.block.write.Treex
 
beforeProcessBundle(Bundle) - Method in class cz.ufal.udapi.core.Block
Called before bundle processing.
beforeProcessDocument(Document) - Method in class cz.ufal.udapi.block.write.Treex
 
beforeProcessDocument(Document) - Method in class cz.ufal.udapi.core.Block
Called before document processing.
Block - Class in cz.ufal.udapi.core
Block represents reader, writer or some transformation.
Block() - Constructor for class cz.ufal.udapi.core.Block
Default constructor.
Block(Map<String, String>) - Constructor for class cz.ufal.udapi.core.Block
Constructor with parameters.
Bundle - Interface in cz.ufal.udapi.core
Represents bundle.

C

CoNLLU - Class in cz.ufal.udapi.block.read
CoNLLU reader.
CoNLLU(Map<String, String>) - Constructor for class cz.ufal.udapi.block.read.CoNLLU
 
CoNLLU - Class in cz.ufal.udapi.block.write
Serializes internal structure to CoNLLU file.
CoNLLU() - Constructor for class cz.ufal.udapi.block.write.CoNLLU
 
CoNLLUReader - Class in cz.ufal.udapi.core.io.impl
Reader of files in CoNLLU format.
CoNLLUReader(Reader) - Constructor for class cz.ufal.udapi.core.io.impl.CoNLLUReader
 
CoNLLUReader(String) - Constructor for class cz.ufal.udapi.core.io.impl.CoNLLUReader
 
CoNLLUReader(Path) - Constructor for class cz.ufal.udapi.core.io.impl.CoNLLUReader
 
CoNLLUReader(File) - Constructor for class cz.ufal.udapi.core.io.impl.CoNLLUReader
 
CoNLLUWriter - Class in cz.ufal.udapi.core.io.impl
Writer for CoNLLU format.
CoNLLUWriter() - Constructor for class cz.ufal.udapi.core.io.impl.CoNLLUWriter
 
copyTree() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
copyTree() - Method in interface cz.ufal.udapi.core.Root
 
createBundle() - Method in interface cz.ufal.udapi.core.Document
Creates new bundle and adds it to the document.
createBundle() - Method in class cz.ufal.udapi.core.impl.DefaultDocument
Creates new bundle and adds it to document.
createChild() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
createChild() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
createChild() - Method in interface cz.ufal.udapi.core.Node
Creates new child of the given node and returns it.
createChild() - Method in interface cz.ufal.udapi.core.Root
Creates new child of the root and returns it.
createNode() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
createNode() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
createTree() - Method in interface cz.ufal.udapi.core.Bundle
Creates tree and adds it to the bundle.
createTree() - Method in class cz.ufal.udapi.core.impl.DefaultBundle
 
cz.ufal.udapi.block.common - package cz.ufal.udapi.block.common
 
cz.ufal.udapi.block.read - package cz.ufal.udapi.block.read
 
cz.ufal.udapi.block.tutorial - package cz.ufal.udapi.block.tutorial
 
cz.ufal.udapi.block.util - package cz.ufal.udapi.block.util
 
cz.ufal.udapi.block.write - package cz.ufal.udapi.block.write
 
cz.ufal.udapi.core - package cz.ufal.udapi.core
 
cz.ufal.udapi.core.impl - package cz.ufal.udapi.core.impl
 
cz.ufal.udapi.core.io - package cz.ufal.udapi.core.io
 
cz.ufal.udapi.core.io.impl - package cz.ufal.udapi.core.io.impl
 
cz.ufal.udapi.exception - package cz.ufal.udapi.exception
 
cz.ufal.udapi.main - package cz.ufal.udapi.main
 

D

DEFAULT_ZONE - Static variable in interface cz.ufal.udapi.core.Root
default zone is undefined
DefaultBundle - Class in cz.ufal.udapi.core.impl
Implementation of Bundle.
DefaultBundle(Document) - Constructor for class cz.ufal.udapi.core.impl.DefaultBundle
 
DefaultDocument - Class in cz.ufal.udapi.core.impl
Implementation of document.
DefaultDocument() - Constructor for class cz.ufal.udapi.core.impl.DefaultDocument
Default constructor.
DefaultNode - Class in cz.ufal.udapi.core.impl
Default implementation of node.
DefaultNode(Root, Node) - Constructor for class cz.ufal.udapi.core.impl.DefaultNode
 
DefaultNode(Root) - Constructor for class cz.ufal.udapi.core.impl.DefaultNode
 
DefaultRoot - Class in cz.ufal.udapi.core.impl
Implementation of Root.
DefaultRoot(Document) - Constructor for class cz.ufal.udapi.core.impl.DefaultRoot
 
DefaultRoot(Document, Bundle) - Constructor for class cz.ufal.udapi.core.impl.DefaultRoot
 
DefaultRootNode - Class in cz.ufal.udapi.core.impl
Represents technical root of the sentence.
DefaultRootNode(Root, Node) - Constructor for class cz.ufal.udapi.core.impl.DefaultRootNode
 
DefaultRootNode(Root) - Constructor for class cz.ufal.udapi.core.impl.DefaultRootNode
 
DeleteCommas - Class in cz.ufal.udapi.block.tutorial
This class deletes commas in the document.
DeleteCommas() - Constructor for class cz.ufal.udapi.block.tutorial.DeleteCommas
 
DETOKENIZE - Static variable in class cz.ufal.udapi.block.write.Sentences
 
Document - Interface in cz.ufal.udapi.core
Document representing given CoNLLU file or some collection of bundles.
DocumentReader - Interface in cz.ufal.udapi.core.io
Used for reading document from different formats.
DocumentWriter - Interface in cz.ufal.udapi.core.io
Used to write documents into different formats.

E

EMPTY - Static variable in class cz.ufal.udapi.block.write.Sentences
 
equals(Object) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
Eval - Class in cz.ufal.udapi.block.util
Eval block is useful for quick prototyping.
Eval(Map<String, String>) - Constructor for class cz.ufal.udapi.block.util.Eval
 
execute() - Method in class cz.ufal.udapi.core.Run
Executes scenario.

F

FATAL - Static variable in class cz.ufal.udapi.block.write.Sentences
 

G

getAddress() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getAddress() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getAddress() - Method in interface cz.ufal.udapi.core.Node
 
getAddress() - Method in interface cz.ufal.udapi.core.Root
 
getBundle() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getBundle() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getBundle() - Method in interface cz.ufal.udapi.core.Node
 
getBundle() - Method in interface cz.ufal.udapi.core.Root
 
getBundles() - Method in interface cz.ufal.udapi.core.Document
 
getBundles() - Method in class cz.ufal.udapi.core.impl.DefaultDocument
Returns bundles in document.
getChildren(EnumSet<Node.ChildrenArg>) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getChildren() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getChildren() - Method in interface cz.ufal.udapi.core.Node
Returns children of the node in word order.
getChildren(EnumSet<Node.ChildrenArg>) - Method in interface cz.ufal.udapi.core.Node
Returns children of the node in word order.
getComments() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getComments() - Method in interface cz.ufal.udapi.core.Root
Returns list of comments belonging to the sentence.
getDefaultBundle() - Method in interface cz.ufal.udapi.core.Document
Convenient method to return first bundle.
getDefaultBundle() - Method in class cz.ufal.udapi.core.impl.DefaultDocument
Helper method.
getDeprel() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getDeprel() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getDeprel() - Method in interface cz.ufal.udapi.core.Node
 
getDeprel() - Method in interface cz.ufal.udapi.core.Root
 
getDeps() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getDeps() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getDeps() - Method in interface cz.ufal.udapi.core.Node
 
getDeps() - Method in interface cz.ufal.udapi.core.Root
 
getDescendants(EnumSet<Node.DescendantsArg>, Node) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getDescendants(EnumSet<Node.DescendantsArg>) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getDescendants() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getDescendants() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getDescendants() - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
getDescendants(EnumSet<Node.DescendantsArg>) - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
getDescendants(EnumSet<Node.DescendantsArg>, Node) - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
getDescendants() - Method in interface cz.ufal.udapi.core.Node
 
getDescendants(EnumSet<Node.DescendantsArg>) - Method in interface cz.ufal.udapi.core.Node
 
getDescendants(EnumSet<Node.DescendantsArg>, Node) - Method in interface cz.ufal.udapi.core.Node
 
getDescendants() - Method in interface cz.ufal.udapi.core.Root
 
getDescendantsF() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getDescendantsF() - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
getDescendantsInner(EnumSet<Node.DescendantsArg>, Optional<Node>) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getDescendantsInner(EnumSet<Node.DescendantsArg>, Optional<Node>) - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
getDocument() - Method in interface cz.ufal.udapi.core.Bundle
Returns document of the bundle.
getDocument() - Method in class cz.ufal.udapi.core.impl.DefaultBundle
 
getDocument() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getDocument() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getDocument() - Method in interface cz.ufal.udapi.core.Node
 
getDocument() - Method in interface cz.ufal.udapi.core.Root
 
getFeats() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getFeats() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getFeats() - Method in interface cz.ufal.udapi.core.Node
 
getFeats() - Method in interface cz.ufal.udapi.core.Root
 
getForm() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getForm() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getForm() - Method in interface cz.ufal.udapi.core.Node
 
getForm() - Method in interface cz.ufal.udapi.core.Root
 
getHead() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getHead() - Method in interface cz.ufal.udapi.core.Node
 
getId() - Method in interface cz.ufal.udapi.core.Bundle
 
getId() - Method in class cz.ufal.udapi.core.impl.DefaultBundle
 
getId() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getId() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getId() - Method in interface cz.ufal.udapi.core.Node
 
getId() - Method in interface cz.ufal.udapi.core.Root
 
getLemma() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getLemma() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getLemma() - Method in interface cz.ufal.udapi.core.Node
 
getLemma() - Method in interface cz.ufal.udapi.core.Root
 
getMisc() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getMisc() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getMisc() - Method in interface cz.ufal.udapi.core.Node
 
getMisc() - Method in interface cz.ufal.udapi.core.Root
 
getMultiwords() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getMultiwords() - Method in interface cz.ufal.udapi.core.Root
 
getNextNode() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getNextNode() - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
getNextNode() - Method in interface cz.ufal.udapi.core.Node
 
getNextSibling() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getNextSibling() - Method in interface cz.ufal.udapi.core.Node
 
getNode() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getNode() - Method in interface cz.ufal.udapi.core.Root
 
getNumber() - Method in interface cz.ufal.udapi.core.Bundle
Returns index of the bundle.
getNumber() - Method in class cz.ufal.udapi.core.impl.DefaultBundle
 
getOrd() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getOrd() - Method in interface cz.ufal.udapi.core.Node
 
getParams() - Method in class cz.ufal.udapi.core.Block
 
getParent() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getParent() - Method in interface cz.ufal.udapi.core.Node
Returns parent node.
getPrevNode() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getPrevNode() - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
getPrevNode() - Method in interface cz.ufal.udapi.core.Node
 
getPrevSibling() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getPrevSibling() - Method in interface cz.ufal.udapi.core.Node
 
getRoot() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getRoot() - Method in interface cz.ufal.udapi.core.Node
 
getSentence() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getSentence() - Method in interface cz.ufal.udapi.core.Root
 
getSiblings() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getSiblings() - Method in interface cz.ufal.udapi.core.Node
 
getTree(String) - Method in interface cz.ufal.udapi.core.Bundle
Returns tree with given zone.
getTree(String) - Method in class cz.ufal.udapi.core.impl.DefaultBundle
 
getTrees() - Method in interface cz.ufal.udapi.core.Bundle
Returns list of sentence trees.
getTrees() - Method in class cz.ufal.udapi.core.impl.DefaultBundle
 
getUniqueNodeId() - Method in interface cz.ufal.udapi.core.Document
Useful for node IDs generation.
getUniqueNodeId() - Method in class cz.ufal.udapi.core.impl.DefaultDocument
 
getUpos() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getUpos() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getUpos() - Method in interface cz.ufal.udapi.core.Node
 
getUpos() - Method in interface cz.ufal.udapi.core.Root
 
getXpos() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
getXpos() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getXpos() - Method in interface cz.ufal.udapi.core.Node
 
getXpos() - Method in interface cz.ufal.udapi.core.Root
 
getZone() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
getZone() - Method in interface cz.ufal.udapi.core.Root
 

H

hashCode() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 

I

IF_MISSING - Static variable in class cz.ufal.udapi.block.write.Sentences
 
isDescendantOf(Node) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
isDescendantOf(Node) - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
isDescendantOf(Node) - Method in interface cz.ufal.udapi.core.Node
 
isRoot() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
isRoot() - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
isRoot() - Method in interface cz.ufal.udapi.core.Node
 

K

KEEP_ZONE - Static variable in class cz.ufal.udapi.block.common.Reader
 

M

Main - Class in cz.ufal.udapi.main
The purpose of this class is to test correct behavior of Node operations and to provide standard benchmark scenario.
Main() - Constructor for class cz.ufal.udapi.main.Main
 
main(String[]) - Static method in class cz.ufal.udapi.main.Main
 

N

Node - Interface in cz.ufal.udapi.core
Node represents token (word) of the sentence.
Node.ChildrenArg - Enum in cz.ufal.udapi.core
Args used for children retrieval.
Node.DescendantsArg - Enum in cz.ufal.udapi.core
Args used for descendants retrieval.
Node.RemoveArg - Enum in cz.ufal.udapi.core
Args used for child removal.
Node.ShiftArg - Enum in cz.ufal.udapi.core
 
normalizeOrder() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
normalizeOrder() - Method in interface cz.ufal.udapi.core.Root
Orders nodes in the tree to reflect correct word order.

P

PARAM_BUNDLES_PER_DOC - Static variable in class cz.ufal.udapi.block.common.Reader
 
PARAM_ZONE - Static variable in class cz.ufal.udapi.block.common.Reader
 
precedes(Node) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
precedes(Node) - Method in class cz.ufal.udapi.core.impl.DefaultRootNode
 
precedes(Node) - Method in interface cz.ufal.udapi.core.Node
 
printSubTree(boolean, Node, StringBuilder, String) - Method in class cz.ufal.udapi.block.write.Treex
 
processBundle(Bundle) - Method in class cz.ufal.udapi.block.util.Eval
 
processBundle(Bundle) - Method in class cz.ufal.udapi.core.Block
The main method for bundle processing.
processDocument(Document) - Method in class cz.ufal.udapi.block.common.Reader
Processes document.
processDocument(Document) - Method in class cz.ufal.udapi.block.read.Sentences
Loads sentences into given document.
processDocument(Document) - Method in class cz.ufal.udapi.block.util.Eval
 
processDocument(Document) - Method in class cz.ufal.udapi.block.write.CoNLLU
 
processDocument(Document) - Method in class cz.ufal.udapi.core.Block
Processes document.
processEnd() - Method in class cz.ufal.udapi.block.read.CoNLLU
Close readers.
processEnd() - Method in class cz.ufal.udapi.block.tutorial.Adpositions
 
processEnd() - Method in class cz.ufal.udapi.block.util.Eval
 
processEnd() - Method in class cz.ufal.udapi.block.write.CoNLLU
 
processEnd() - Method in class cz.ufal.udapi.core.Block
Called once at the end of block processing.
processNode(Node) - Method in class cz.ufal.udapi.block.tutorial.Adpositions
 
processNode(Node) - Method in class cz.ufal.udapi.block.tutorial.DeleteCommas
 
processNode(Node) - Method in class cz.ufal.udapi.block.tutorial.ToPositions
 
processNode(Node) - Method in class cz.ufal.udapi.core.Block
The main method for node processing.
processStart() - Method in class cz.ufal.udapi.block.read.CoNLLU
Intialize readers.
processStart() - Method in class cz.ufal.udapi.block.util.Eval
 
processStart() - Method in class cz.ufal.udapi.block.write.CoNLLU
 
processStart() - Method in class cz.ufal.udapi.core.Block
Called once at the beginning of block processing.
processTree(Root) - Method in class cz.ufal.udapi.block.util.Eval
 
processTree(Root) - Method in class cz.ufal.udapi.block.write.CoNLLU
 
processTree(Root) - Method in class cz.ufal.udapi.block.write.Sentences
 
processTree(Root) - Method in class cz.ufal.udapi.block.write.TextModeTrees
 
processTree(Root) - Method in class cz.ufal.udapi.block.write.Treex
 
processTree(Root) - Method in class cz.ufal.udapi.core.Block
The main method for tree processing.
processTree(BufferedWriter, Root) - Method in interface cz.ufal.udapi.core.io.DocumentWriter
Writes tree to given writer.
processTree(BufferedWriter, Root) - Method in class cz.ufal.udapi.core.io.impl.CoNLLUWriter
Processes one sentence tree.

R

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.

S

Sentences - Class in cz.ufal.udapi.block.read
Reads sentences from standard input into default bundle.
Sentences() - Constructor for class cz.ufal.udapi.block.read.Sentences
 
Sentences - Class in cz.ufal.udapi.block.write
Serializes internal structure into sentances.
Sentences(Map<String, String>) - Constructor for class cz.ufal.udapi.block.write.Sentences
 
setBundle(Bundle) - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
setBundle(Bundle) - Method in interface cz.ufal.udapi.core.Root
 
setDeprel(String) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setDeprel(String) - Method in interface cz.ufal.udapi.core.Node
 
setDeps(String) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setDeps(String) - Method in interface cz.ufal.udapi.core.Node
 
setDocument(Document) - Method in interface cz.ufal.udapi.core.Bundle
Ties bundle with given document.
setDocument(Document) - Method in class cz.ufal.udapi.core.impl.DefaultBundle
 
setFeats(String) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setFeats(String) - Method in interface cz.ufal.udapi.core.Node
 
setForm(String) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setForm(String) - Method in interface cz.ufal.udapi.core.Node
Sets form of the node.
setHead(String) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setHead(String) - Method in interface cz.ufal.udapi.core.Node
 
setId(String) - Method in interface cz.ufal.udapi.core.Bundle
Sets ID of the bundle.
setId(String) - Method in class cz.ufal.udapi.core.impl.DefaultBundle
 
setId(String) - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
setId(String) - Method in interface cz.ufal.udapi.core.Root
 
setLemma(String) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setLemma(String) - Method in interface cz.ufal.udapi.core.Node
 
setMisc(String) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setMisc(String) - Method in interface cz.ufal.udapi.core.Node
 
setNextSibling(Optional<Node>) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setNextSibling(Optional<Node>) - Method in interface cz.ufal.udapi.core.Node
 
setOrd(int) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setOrd(int) - Method in interface cz.ufal.udapi.core.Node
 
setParent(Node) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setParent(Node, boolean) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setParent(Node) - Method in interface cz.ufal.udapi.core.Node
Sets parent.
setParent(Node, boolean) - Method in interface cz.ufal.udapi.core.Node
Sets parent.
setSentence(String) - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
setSentence(String) - Method in interface cz.ufal.udapi.core.Root
Sets sentence in plain text.
setUpos(String) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setUpos(String) - Method in interface cz.ufal.udapi.core.Node
 
setXpos(String) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
setXpos(String) - Method in interface cz.ufal.udapi.core.Node
 
setZone(String) - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
setZone(String) - Method in interface cz.ufal.udapi.core.Root
 
shiftAfterNode(Node) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
shiftAfterNode(Node, EnumSet<Node.ShiftArg>) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
shiftAfterNode(Node) - Method in interface cz.ufal.udapi.core.Node
Shifts node after given node.
shiftAfterNode(Node, EnumSet<Node.ShiftArg>) - Method in interface cz.ufal.udapi.core.Node
Shifts node after given node.
shiftAfterSubtree(Node) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
shiftAfterSubtree(Node, EnumSet<Node.ShiftArg>) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
shiftAfterSubtree(Node) - Method in interface cz.ufal.udapi.core.Node
Shifts node with its subtree after given node.
shiftAfterSubtree(Node, EnumSet<Node.ShiftArg>) - Method in interface cz.ufal.udapi.core.Node
Shifts node with its subtree after given node.
shiftBeforeNode(Node) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
shiftBeforeNode(Node, EnumSet<Node.ShiftArg>) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
shiftBeforeNode(Node) - Method in interface cz.ufal.udapi.core.Node
Shifts node before given node.
shiftBeforeNode(Node, EnumSet<Node.ShiftArg>) - Method in interface cz.ufal.udapi.core.Node
Shifts node before given node.
shiftBeforeSubtree(Node) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
shiftBeforeSubtree(Node, EnumSet<Node.ShiftArg>) - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
shiftBeforeSubtree(Node) - Method in interface cz.ufal.udapi.core.Node
Shifts node with its subtree before given node.
shiftBeforeSubtree(Node, EnumSet<Node.ShiftArg>) - Method in interface cz.ufal.udapi.core.Node
Shifts node with its subtree before given node.
shouldProcessBundle(Bundle) - Method in class cz.ufal.udapi.core.Block
 
shouldProcessTree(Root) - Method in class cz.ufal.udapi.core.Block
 

T

test(String, String, boolean) - Static method in class cz.ufal.udapi.main.Main
 
TextModeTrees - Class in cz.ufal.udapi.block.write
Serializes internal structure into user friendly text format.
TextModeTrees(Map<String, String>) - Constructor for class cz.ufal.udapi.block.write.TextModeTrees
 
ToPositions - Class in cz.ufal.udapi.block.tutorial
This classes changes prepositions into postpositions.
ToPositions() - Constructor for class cz.ufal.udapi.block.tutorial.ToPositions
 
toString() - Method in class cz.ufal.udapi.core.impl.DefaultNode
 
tree - Variable in class cz.ufal.udapi.core.impl.DefaultNode
 
Treex - Class in cz.ufal.udapi.block.write
Serializes internal structure into format used by TrEd tool.
Treex(Map<String, String>) - Constructor for class cz.ufal.udapi.block.write.Treex
 

U

UdapiException - Exception in cz.ufal.udapi.exception
General Udapi exception.
UdapiException() - Constructor for exception cz.ufal.udapi.exception.UdapiException
Default constructor.
UdapiException(String) - Constructor for exception cz.ufal.udapi.exception.UdapiException
 
UdapiException(String, Throwable) - Constructor for exception cz.ufal.udapi.exception.UdapiException
 
UdapiException(Throwable) - Constructor for exception cz.ufal.udapi.exception.UdapiException
 
UdapiException(String, Throwable, boolean, boolean) - Constructor for exception cz.ufal.udapi.exception.UdapiException
 
UdapiIOException - Exception in cz.ufal.udapi.core.io
Exception encapsulating any exception occured during read/write operations.
UdapiIOException() - Constructor for exception cz.ufal.udapi.core.io.UdapiIOException
Default constructor.
UdapiIOException(String) - Constructor for exception cz.ufal.udapi.core.io.UdapiIOException
 
UdapiIOException(String, Throwable) - Constructor for exception cz.ufal.udapi.core.io.UdapiIOException
 
UdapiIOException(Throwable) - Constructor for exception cz.ufal.udapi.core.io.UdapiIOException
 
UdapiIOException(String, Throwable, boolean, boolean) - Constructor for exception cz.ufal.udapi.core.io.UdapiIOException
 

V

validateZone() - Method in class cz.ufal.udapi.core.impl.DefaultRoot
 
validateZone() - Method in interface cz.ufal.udapi.core.Root
Validates if the zone is in correct format.
valueOf(String) - Static method in enum cz.ufal.udapi.core.Node.ChildrenArg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.ufal.udapi.core.Node.DescendantsArg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.ufal.udapi.core.Node.RemoveArg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.ufal.udapi.core.Node.ShiftArg
Returns the enum constant of this type with the specified name.
values() - Static method in enum cz.ufal.udapi.core.Node.ChildrenArg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.ufal.udapi.core.Node.DescendantsArg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.ufal.udapi.core.Node.RemoveArg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.ufal.udapi.core.Node.ShiftArg
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeDocument(Document, Writer) - Method in interface cz.ufal.udapi.core.io.DocumentWriter
Writes document to given writer.
writeDocument(Document, Path) - Method in interface cz.ufal.udapi.core.io.DocumentWriter
Writes document to given output path.
writeDocument(Document, Path) - Method in class cz.ufal.udapi.core.io.impl.CoNLLUWriter
Serializes document into given path.
writeDocument(Document, Writer) - Method in class cz.ufal.udapi.core.io.impl.CoNLLUWriter
Serializes document with given writer.
A B C D E F G H I K M N P R S T U V W 
Skip navigation links