AnantLabs / dkpro-tc

Automatically exported from code.google.com/p/dkpro-tc
Other
0 stars 0 forks source link

Add tests for all demos #236

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some demos currently do not have tests.  When a demo has no test, if it breaks, 
we might not notice.

Currently, this includes:

Broken:
TwentyNewsgroupsRaw (java)
TwitterSentimentRaw (java)
SaveModelDemo (java)
TwitterSentimentDemo (java) (groovy)
TwitterSentimentPredictionDemo (java)
NERSequenceDemo (groovy)

Not broken, but no test:
ComplexConfigurationMultiDemo (java)
ReutersDemo (java)
ReutersUsingTCEvaluationDemo (java)
ComplexConfigurationSingleDemo (java)
SimpleDkproTCReaderDemo (java)
TwentyNewsgroupsLiblinear (java)
TwentyNewsgroupsUsingTCEvaluationDemo (java)
AblationTestDemo (java)
UniformClassDistributionDemo (java)
PairTwentynewsgroups (java)
BrownPosDemoCRFSuite (java)
SVMHMMBrownPOSDemo (also: verbose output) (java)
RegressionDemo (groovy)
TwentyNewsgroupsDemoExtended (groovy)
NERUnitDemo (groovy)

Original issue reported on code.google.com by EmilyKJa...@gmail.com on 17 Mar 2015 at 4:15

GoogleCodeExporter commented 9 years ago
Thanks for notifying; this needs to be fixed and tested in the future.

Original comment by daxenber...@gmail.com on 17 Mar 2015 at 6:46

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1368.

Fixing TwentyNewsgroupsRaw and SaveModelDemo.

Original comment by daxenber...@gmail.com on 20 Mar 2015 at 3:45

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1370.

Fixing TwitterSentimentRaw, TwitterSentimentDemo and 
TwitterSentimentPredictionDemo demos.

Original comment by daxenber...@gmail.com on 20 Mar 2015 at 4:39

GoogleCodeExporter commented 9 years ago
All broken demos should be fixed.

TODO: add tests for demos which are lacking one.

Original comment by daxenber...@gmail.com on 20 Mar 2015 at 4:40