ComponentParameters.PARAM_SEGMENTATION_MODEL_LOCATION; @ConfigurationParameter(name = PARAM_SEGMENTATION_MODEL_LOCATION, mandatory = false) @ResourceParameter(MimeTypes.APPLICATION_X_OPENNLP_SENT) protected String segmentationModelLocation; ComponentParameters.PARAM_TOKENIZATION_MODEL_LOCATION; @ConfigurationParameter(name = PARAM_TOKENIZATION_MODEL_LOCATION, mandatory = false) @ResourceParameter(MimeTypes.APPLICATION_X_OPENNLP_TOKEN) protected String tokenizationModelLocation;
@ResourceParameter(MimeTypes.APPLICATION_X_STANFORDNLP_TAGGER) protected String modelLocation;
@ResourceParameter(MimeTypes.APPLICATION_X_OPENNLP_LEMMA) protected String modelLocation;
@ResourceParameter(MimeTypes.APPLICATION_X_OPENNLP_CHUNK) protected String modelLocation;
@ResourceParameter(MimeTypes.APPLICATION_X_OPENNLP_NER) protected String modelLocation;
@ResourceParameter(MimeTypes.APPLICATION_X_STANFORDNLP_NER) protected String modelLocation;
@ResourceParameter(MimeTypes.APPLICATION_X_OPENNLP_PARSER) protected String modelLocation;
@ResourceParameter(MimeTypes.APPLICATION_X_OPENNLP_TAGGER) protected String modelLocation;
@ResourceParameter(MimeTypes.APPLICATION_X_ARKTWEET_TAGGER) protected String modelLocation;