Class: OpenNLP::POSTaggerME

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

#tag(*args) ⇒ Object



12
13
14
# File 'lib/open-nlp/classes.rb', line 12

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