Yes, there are just examples. We have POS training code which reads in a data set, and then transforms it into an event stream which used for the training.
The events are not written to disk, all this is done via the API. Jörn On 08/24/2012 04:23 PM, David Young wrote:
Thanks I have seen a few tutorials like this. It shows the theory of what MaxEnt does behind the scenes and it shows how to use the java code to compile the model from the data. But I can not find an example method of creating the training data other than the most basic examples of weather and sports. For something like POS I wondered how this is formatted. What interactions are in the data and how they are listed and so on.
