Hello, the models contain usually one or more classification models and some also resources.
The resources are usually in formats which can be read easily, e.g. xml, plain/text. The classification models are stored in a binary format. You would need to write some code to print them in a human-read able format. You probably want to print out the features with their weights and all the outcomes. Jörn On 06/10/2012 05:22 PM, Yuan Luo wrote:
Hi, I am wondering whether there are ways to output, say, the en-pos-maxent.bin model into human readable text format. Any help would be appreciated! Best, Yuan
