What explains the occurrence of these extra signatures that you don't 
mention above? It's hard to answer without having the full picture.

On Tuesday, March 12, 2013 2:52:19 PM UTC+1, Jim foo.bar wrote:
>
>  Ok I investigated a bit further and I found some seriously weird 
> stuff...I'm gonna need the help of a java expert here:
>
> (pprint (.getMethods (.getClass opennlp-pos)))  ;;notice that the method 
> I'm trying to call *doesn't exist according to this*!!!!!!!!
>
> [..., 
>
 *#<Method public java.lang.String[] 
> opennlp.tools.postag.POSTaggerME.tag(java.lang.String[])>,**
> ** #<Method public java.lang.String 
> opennlp.tools.postag.POSTaggerME.tag(java.lang.String)>,**
> ** #<Method public java.util.List 
> opennlp.tools.postag.POSTaggerME.tag(java.util.List)>,**
> ** #<Method public java.lang.String[][] 
> opennlp.tools.postag.POSTaggerME.tag(int,java.lang.String[])>,*
>
... 

 ]
> nil
>
> but then this seems very strange so I went and decompiled the class file 
> (actually the entire jar) and the method that takes 2 arrays as args does 
> exist both in the interface and the concrete implementation (POSTagger & 
> POSTaggerME respectively)....
>
> how on earth can that be? any ideas anyone? this seems utterly odd to me!
>  

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to