Uses of Class
org.icij.datashare.text.nlp.NlpStage
-
Packages that use NlpStage Package Description org.icij.datashare.text.nlp -
-
Uses of NlpStage in org.icij.datashare.text.nlp
Fields in org.icij.datashare.text.nlp declared as NlpStage Modifier and Type Field Description NlpStageAbstractModels. stageFields in org.icij.datashare.text.nlp with type parameters of type NlpStage Modifier and Type Field Description static java.util.function.Function<List<NlpStage>,java.util.function.Function<List<NamedEntity.Category>,java.util.function.Function<Boolean,Properties>>>Pipeline.Property. buildstatic List<NlpStage>Pipeline. DEFAULT_TARGET_STAGESstatic ThrowingFunction<List<String>,List<NlpStage>>NlpStage. parseAllprotected Map<NlpStage,List<NlpStage>>AbstractPipeline. stageDependenciesprotected Map<NlpStage,List<NlpStage>>AbstractPipeline. stageDependenciesprotected List<NlpStage>AbstractPipeline. stagesprotected List<NlpStage>AbstractPipeline. targetStagesMethods in org.icij.datashare.text.nlp that return NlpStage Modifier and Type Method Description NlpStageNlpTag. getStage()static NlpStageNlpStage. valueOf(String name)Returns the enum constant of this type with the specified name.static NlpStage[]NlpStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.icij.datashare.text.nlp that return types with arguments of type NlpStage Modifier and Type Method Description List<NlpStage>AbstractPipeline. getStages()List<NlpStage>Pipeline. getStages()static Optional<NlpStage>NlpStage. parse(String stage)abstract Map<Language,Set<NlpStage>>AbstractPipeline. supportedStages()Methods in org.icij.datashare.text.nlp with parameters of type NlpStage Modifier and Type Method Description voidAnnotations. add(NlpStage stage, int begin, int end)voidAnnotations. add(NlpStage stage, int begin, int end, NamedEntity.Category value)List<NlpTag>Annotations. get(NlpStage stage)booleanAbstractPipeline. supports(NlpStage stage, Language language)Is stage supported for language?booleanPipeline. supports(NlpStage stage, Language language)Is stage supported for language?Constructors in org.icij.datashare.text.nlp with parameters of type NlpStage Constructor Description AbstractModels(Pipeline.Type type, NlpStage stage)
-