Class: StanfordParser::DefaultParser

Inherits:
LexicalizedParser show all
Includes:
Singleton
Defined in:
lib/stanfordparser.rb

Overview

A singleton instance of the default Stanford Natural Language parser. A singleton is used because the parser can take a few seconds to load.

Instance Attribute Summary

Attributes inherited from LexicalizedParser

#grammar

Attributes inherited from Rjb::JavaObjectWrapper

#java_object

Method Summary

Methods inherited from LexicalizedParser

#initialize, #to_s

Methods inherited from Rjb::JavaObjectWrapper

#each, #initialize, #inspect, #method_missing, #to_s

Constructor Details

This class inherits a constructor from StanfordParser::LexicalizedParser

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Rjb::JavaObjectWrapper