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 21:54:43 UTC

svn commit: r1517660 - in /ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data: README unit-test-model.bin.gz unit-test-tag-dictionary.txt unit-test.chunker.model.bin.gz unit-test.postagger.model.bin.gz

Author: james-masanz
Date: Mon Aug 26 19:54:43 2013
New Revision: 1517660

URL: http://svn.apache.org/r1517660
Log:
CTAKES-211 - remove (Chunker) unit test models

Removed:
    ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data/unit-test-model.bin.gz
    ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data/unit-test-tag-dictionary.txt
    ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data/unit-test.chunker.model.bin.gz
    ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data/unit-test.postagger.model.bin.gz
Modified:
    ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data/README

Modified: ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data/README
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data/README?rev=1517660&r1=1517659&r2=1517660&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data/README (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-chunker/src/test/resources/data/README Mon Aug 26 19:54:43 2013
@@ -2,12 +2,9 @@ The files in this directory are here to 
 
 contents:
 
-unit-test.chunker.model.bin.gz - chunker model generated by OpenNLP on unit-test.opennlp.chunks
 unit-test.opennlp.chunks - training data for test model.  Contains ~1000 words from GENIA.
-unit-test-model.bin.gz - pos tagging model generated by OpenNLP (copied from POS tagger project)
-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.
 text-files - directory containing sample input files for testing the chunker 
 
-The chunker model was generated with the following command:
+A chunker model can be generated with the following command:
 
 java opennlp.tools.chunker.ChunkerME target/test-classes/data/unit-test.opennlp.chunks target/test-classes/data/unit-test.chunker.model.bin.gz