public class CompositeTreebank extends Treebank
DEFAULT_TREE_FILE_SUFFIX
Constructor and Description |
---|
CompositeTreebank(Treebank t1,
Treebank t2) |
Modifier and Type | Method and Description |
---|---|
void |
apply(TreeVisitor tp)
Apply a TreeVisitor to each tree in the Treebank.
|
void |
clear()
Empty a
Treebank . |
Iterator<Tree> |
iterator() |
void |
loadPath(File path,
FileFilter filt)
Load trees from given path specification.
|
decimate, encoding, loadPath, loadPath, loadPath, loadPath, loadPath, remove, size, textualSummary, textualSummary, toString, transform, treeReaderFactory
add, addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public void clear()
Treebank
Treebank
.clear
in interface Collection<Tree>
clear
in class Treebank
public void loadPath(File path, FileFilter filt)
Treebank
public void apply(TreeVisitor tp)
Treebank