Revision: 18961 http://sourceforge.net/p/gate/code/18961 Author: adamfunk Date: 2015-10-25 23:39:10 +0000 (Sun, 25 Oct 2015) Log Message: ----------- roughing in
Modified Paths: -------------- gate/branches/termraider-segment/plugins/TermRaider/src/gate/termraider/bank/DocumentFrequencyBank.java Modified: gate/branches/termraider-segment/plugins/TermRaider/src/gate/termraider/bank/DocumentFrequencyBank.java =================================================================== --- gate/branches/termraider-segment/plugins/TermRaider/src/gate/termraider/bank/DocumentFrequencyBank.java 2015-10-25 23:28:20 UTC (rev 18960) +++ gate/branches/termraider-segment/plugins/TermRaider/src/gate/termraider/bank/DocumentFrequencyBank.java 2015-10-25 23:39:10 UTC (rev 18961) @@ -50,8 +50,23 @@ // transient to allow serialization protected transient List<Action> actionsList; + + /* CREOLE */ + protected String segmentAnnotationType; + + + + @CreoleParameter(comment = "input segment annotations (default = whole documents)", + defaultValue = "") + public void setSegmentAnnotationType(String type) { + this.segmentAnnotationType = type; + } + public String getSegmentAnnotationType() { + return this.segmentAnnotationType; + } + public Resource init() throws ResourceInstantiationException { prepare(); initializeScoreTypes(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs