Package lingscope.drivers
Class BaselineDriver
- java.lang.Object
-
- lingscope.drivers.BaselineDriver
-
public class BaselineDriver extends Object
- Author:
- shashank
-
-
Constructor Summary
Constructors Constructor Description BaselineDriver()
-
-
-
Method Detail
-
main
public static void main(String[] args)
- Parameters:
args- 0 - Annotator type ("cue" or "scope") 1 - Serialized annotator file 2 - Input file 3 - Output file 4 - if annotator type is "scope", then should scope be limited by commas 5 - if annotator type is "scope", then should scope be limited by periods 6 - (boolean) does the input file contain annotated sentence (true) or not (false)
-
-