Java edu.stanford.nlp.trees Treebank fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.trees Treebank fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.trees Treebank.

The text is from its open source code.

Method

voidloadPath(String pathName, FileFilter filt)
Load a sequence of trees from given directory and its subdirectories which match the file filter.
voidloadPath(File path, FileFilter filt)
Load trees from given path specification.
voidloadPath(String pathName)
Load a sequence of trees from given directory and its subdirectories.
voidloadPath(File path)
Load a sequence of trees from given file or directory and its subdirectories.
intsize()
Returns the size of the Treebank.