| Class | StanfordParser::Tree |
| In: |
lib/stanfordparser.rb
|
| Parent: | Rjb::JavaObjectWrapper |
This is a wrapper for edu.stanford.nlp.trees.Tree objects. It customizes stringification.
# File lib/stanfordparser.rb, line 161 def initialize(obj = "edu.stanford.nlp.trees.Tree") super(obj) end