Hi, I want to know how to serialize and deserialize OpenNLP Dictionary objects. I am aware that the Dictionary objects are not Serializable but they have a method "serialize" to serialize and write to an ObjectOutputStream. I want to know how I can deserialize the ObjecOutputStream into Dictionary object. Can anyone help me with this?
-- With Regards, Kaushik
