It looks like:

public String[] tag(String[] sentence, Object[] additionaContext);

wasn't originally present in the API, and was added in:

http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSTaggerME.java?r1=1245855&r2=1294177

It sounds like you might have more than one version of the class on your
classpath perhaps, or at least aren't using the code you think you're using?




On Tue, Mar 12, 2013 at 2:38 PM, Jim - FooBar(); <jimpil1...@gmail.com>wrote:

> On 12/03/13 14:31, Marko Topolnik wrote:
>
>> What explains the occurrence of these extra signatures that you don't
>> mention above? It's hard to answer without having the full picture.
>>
>
> they are deprecated...there are 5 .tag() overloads in total. 2 of them are
> deprecated (the one accepting List and the one accepting String)...the
> other 3 are ok but I'm missing one (the one taking 2 arrays)! I just
> discovered there is another one missing (the topKSequences taking 2
> arrays)!!!
>
> the full picture is that 2 separate overloads don't show when calling
> getMethods()/**getDeclaredMethods() even though they are both public!
> Having decompiled the jar I can confirm that the 2 methods are indeed
> present! In fact I was using them a week ago! I'm at a loss here...any help
> will be greatly appreciated...
>
> Jim
>
>
> --
> --
> 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+unsubscribe@**googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/**group/clojure?hl=en<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+unsubscribe@**googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>

-- 
-- 
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