Class: OpenNLP::NameFinderME

Inherits:
Base
  • Object
show all
Defined in:
lib/open-nlp/classes.rb

Instance Method Summary collapse

Methods inherited from Base

#has_default_model?, #initialize, #last_name, #method_missing, #requires_model?

Constructor Details

This class inherits a constructor from OpenNLP::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class OpenNLP::Base

Instance Method Details

#find(*args) ⇒ Object



72
73
74
# File 'lib/open-nlp/classes.rb', line 72

def find(*args)
  @proxy_inst._invoke("find", "[Ljava.lang.String;", args[0])
end