You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2013/08/26 22:22:05 UTC

svn commit: r1517685 - in /ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger: data/pos/training/sample/sample-tagdict.txt src/test/resources/data/README src/test/resources/data/unit-test-model.bin.gz

Author: james-masanz
Date: Mon Aug 26 20:22:04 2013
New Revision: 1517685

URL: http://svn.apache.org/r1517685
Log:
CTAKES-211 - remove (pos related) unit test models

Removed:
    ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/data/pos/training/sample/sample-tagdict.txt
    ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/src/test/resources/data/unit-test-model.bin.gz
Modified:
    ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/src/test/resources/data/README

Modified: ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/src/test/resources/data/README
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/src/test/resources/data/README?rev=1517685&r1=1517684&r2=1517685&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/src/test/resources/data/README (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/src/test/resources/data/README Mon Aug 26 20:22:04 2013
@@ -3,11 +3,10 @@ The files in this directory are here to 
 contents:
 GENIAcorpus3.02.pos.test.xml - contains two GENIA abstracts used for unit testing scripts/java/data.pos.training.GeniaPosTrainingDataExtractor.java
 unit-test-2lines-training-data.txt - 2 sentences from GENIA corpus in OpenNLP format with some (obvious) modifications.  used for unit testing.
-unit-test-model.bin.gz - pos tagging model generated by OpenNLP
 unit-test-tag-dictionary.txt - simple tag model for unit tests, with all words constrained to spit out "IN" it is a good contrast with the predicted values not using the tag dictionary.
 unit-test-tags.opennlp.format - supports unit tests for collection reader OpenNLPPOSCollectionReader.java
 unit-test-training-data.txt - 500 sentences from GENIA corpus in OpenNLP format
 
-The model was generated with the following command:
+A model can be generated with the following command:
 
 java opennlp.tools.postag.POSTaggerME data/test/unit-test-training-data.txt data/test/unit-test-model.bin.gz
\ No newline at end of file