Menu

#12 Problem with _bundle

closed
nobody
None
5
2009-02-16
2005-08-08
Anonymous
No

Hi. I converted OpenNLP and JWNL into C# and it`s
everything ok, except of Treebank linker. It uses jwnl
dictionary, and in procedure (when I am initializing JWNL
Dictionary)

public static String resolveMessage(String msg, Object[]
params_Renamed)
{
checkInitialized(UNINITIALIZED);
return insertParams( _bundle.
GetString(msg), params_Renamed);
}

the evaluation of _bundle.GetString(msg) gives me an
error (NullPointerException).

I think, I am missing some reference to the resource
(some international support?). Can anybody help me?

Discussion

  • Brett Walenz

    Brett Walenz - 2009-02-16

    Closing a really old request, if it is by some miracle still valid, let me know.

     
  • Brett Walenz

    Brett Walenz - 2009-02-16
    • status: open --> closed
     

Log in to post a comment.