alejandrorago / reassistant

A support tool for analyzing software requirements specifications
0 stars 1 forks source link

Domain Actions Classification in eclipse environment #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run REAssistant
2. Create a new UIMA file from an UCS file.

What is the expected output? What do you see instead?
The UIMA domain actions annotations are incorrect, due to an unknown behavior 
of the mulan/weka classifier.
Running the UIMA pipeline from outside the eclipse environment produces the 
correct domain action annotations.

Original issue reported on code.google.com by alejandr...@gmail.com on 13 Mar 2012 at 1:29

GoogleCodeExporter commented 9 years ago
It seems that loading the classifier model from a file does not work as 
expected. However, if the classifier is trained before use, it works ok.
I should check if some constituents of the classifier are not persistent, such 
as the SMO, the kernel or even the LP and HMC classes.

Original comment by alejandr...@gmail.com on 20 Mar 2012 at 3:06