Uses of Class
org.icij.datashare.text.nlp.Pipeline.Type
-
Packages that use Pipeline.Type Package Description org.icij.datashare org.icij.datashare.extension org.icij.datashare.text org.icij.datashare.text.indexing org.icij.datashare.text.nlp -
-
Uses of Pipeline.Type in org.icij.datashare
Methods in org.icij.datashare with parameters of type Pipeline.Type Modifier and Type Method Description List<Document>Repository. getDocumentsNotTaggedWithPipeline(Project project, Pipeline.Type type) -
Uses of Pipeline.Type in org.icij.datashare.extension
Methods in org.icij.datashare.extension that return types with arguments of type Pipeline.Type Modifier and Type Method Description Set<Pipeline.Type>PipelineRegistry. getPipelineTypes()Methods in org.icij.datashare.extension with parameters of type Pipeline.Type Modifier and Type Method Description PipelinePipelineRegistry. get(Pipeline.Type type)voidPipelineRegistry. register(Pipeline.Type type) -
Uses of Pipeline.Type in org.icij.datashare.text
Methods in org.icij.datashare.text that return Pipeline.Type Modifier and Type Method Description Pipeline.TypeNamedEntity. getExtractor()Methods in org.icij.datashare.text that return types with arguments of type Pipeline.Type Modifier and Type Method Description static Set<Pipeline.Type>Document. fromNerMask(int mask)Set<Pipeline.Type>Document. getNerTags()Methods in org.icij.datashare.text with parameters of type Pipeline.Type Modifier and Type Method Description static NamedEntityNamedEntity. create(NamedEntity.Category cat, String mention, List<Long> offsets, String doc, String rootDocument, Pipeline.Type extr, Language extrLang)DocumentBuilderDocumentBuilder. with(Pipeline.Type... pipelineTypes)Constructors in org.icij.datashare.text with parameters of type Pipeline.Type Constructor Description NamedEntitiesBuilder(Pipeline.Type type, String docId, Language language)Constructor parameters in org.icij.datashare.text with type arguments of type Pipeline.Type Constructor Description Document(String id, Project project, Path filePath, String content, List<Map<String,String>> content_translated, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, Set<Pipeline.Type> nerTags, Long contentLength)Document(String id, Project project, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, Set<Pipeline.Type> nerTags, Long contentLength)Document(Project project, String id, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, Set<Pipeline.Type> nerTags, Date extractionDate, String parentDocument, String rootDocument, Short extractionLevel, Long contentLength)Document(Project project, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, HashSet<Pipeline.Type> nerTags, Document parentDocument, Long contentLength)Document(Project project, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, Set<Pipeline.Type> nerTags, Long contentLength) -
Uses of Pipeline.Type in org.icij.datashare.text.indexing
Methods in org.icij.datashare.text.indexing with parameters of type Pipeline.Type Modifier and Type Method Description booleanIndexer. bulkAdd(String indexName, Pipeline.Type nerType, List<NamedEntity> namedEntities, Document parent)Indexer.SearcherIndexer.Searcher. with(Pipeline.Type... nlpPipelines)Indexer.SearcherIndexer.Searcher. without(Pipeline.Type... nlpPipelines) -
Uses of Pipeline.Type in org.icij.datashare.text.nlp
Fields in org.icij.datashare.text.nlp declared as Pipeline.Type Modifier and Type Field Description Pipeline.TypeAnnotations. pipelineTypeprotected Pipeline.TypeAbstractModels. typeMethods in org.icij.datashare.text.nlp that return Pipeline.Type Modifier and Type Method Description static Pipeline.TypePipeline.Type. fromCode(int code)Pipeline.TypeAbstractPipeline. getType()Pipeline.TypePipeline. getType()static Pipeline.TypePipeline.Type. parse(String valueName)static Pipeline.TypePipeline.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Pipeline.Type[]Pipeline.Type. 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 Pipeline.Type Modifier and Type Method Description static Optional<Pipeline.Type>Pipeline.Type. fromClassName(String className)static Set<Pipeline.Type>Pipeline.Type. parseAll(String comaSeparatedTypes)static Set<Pipeline.Type>Pipeline. set(Pipeline.Type... types)Methods in org.icij.datashare.text.nlp with parameters of type Pipeline.Type Modifier and Type Method Description static Set<Pipeline.Type>Pipeline. set(Pipeline.Type... types)Constructors in org.icij.datashare.text.nlp with parameters of type Pipeline.Type Constructor Description AbstractModels(Pipeline.Type type, NlpStage stage)Annotations(String documentId, String rootId, Pipeline.Type pipelineType, Language language)Annotations(String documentId, Pipeline.Type pipelineType, Language language)
-