Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
done
Original comment by Tobias.H...@gmail.com
on 11 Sep 2014 at 4:01
Still ongoing work here...
Original comment by richard.eckart
on 18 Sep 2014 at 1:51
This issue was updated by revision r1118.
- Changed binary JAR version to date format as described here:
https://code.google.com/p/dkpro-core-asl/wiki/PackagingResources#Versioning_sche
me
- Generate README file into platform folders indicating which version is used
- Changed dependency in POM to date format version
Original comment by richard.eckart
on 18 Sep 2014 at 1:52
This issue was updated by revision r1119.
The trained CRFSuite model is called a second time with the test data to obtain
the precision/recall/F1 values per word class on the test data. These results
are written to a separate file and provided to the logger.
Original comment by Tobias.H...@gmail.com
on 19 Sep 2014 at 1:24
This issue was updated by revision r1120.
Removed unused Mockito dependency
Original comment by Tobias.H...@gmail.com
on 22 Sep 2014 at 7:46
This issue was updated by revision r1122.
The file with the prediction contains now blank lines after a sequence ended
and conforms to the shape of the test data
Original comment by Tobias.H...@gmail.com
on 24 Sep 2014 at 1:41
This issue was updated by revision r1123.
Added confusion-matrix
Original comment by Tobias.H...@gmail.com
on 27 Sep 2014 at 10:30
This issue was updated by revision r1124.
- The data writer writes the feature file now directly to a file stream instead
of collecting a sequence in a string-builder and then write it
- Fixed a bug with the creation of the confusion matrix where an index during
col/row headline adjustment could become negative in case only very few labels
existed
Original comment by Tobias.H...@gmail.com
on 30 Sep 2014 at 1:09
This issue was updated by revision r1127.
- The confusion matrix is now created with frequencies and with ratios
Original comment by Tobias.H...@gmail.com
on 30 Sep 2014 at 5:05
This issue was updated by revision r1182.
- CRFSuite creates now a id2outcome report
Original comment by Tobias.H...@gmail.com
on 24 Oct 2014 at 3:48
This issue was updated by revision r1183.
- Removed evaluation code from the TestTask-class
Original comment by Tobias.H...@gmail.com
on 24 Oct 2014 at 4:23
This issue was updated by revision r1190.
- Modified the id2Outcome report to fit the needs of the new evaluation module
- The train-test-report uses the new evaluation module now
Original comment by Tobias.H...@gmail.com
on 27 Oct 2014 at 1:47
I think this is fixed now, remaining issues should get own issues.
Original comment by torsten....@gmail.com
on 7 Nov 2014 at 8:55
Original issue reported on code.google.com by
Tobias.H...@gmail.com
on 11 Sep 2014 at 3:32