Uses of Class
org.icij.datashare.text.NamedEntity
-
Packages that use NamedEntity Package Description org.icij.datashare org.icij.datashare.text org.icij.datashare.text.indexing org.icij.datashare.text.nlp -
-
Uses of NamedEntity in org.icij.datashare
Methods in org.icij.datashare that return NamedEntity Modifier and Type Method Description NamedEntityRepository. getNamedEntity(String id)Method parameters in org.icij.datashare with type arguments of type NamedEntity Modifier and Type Method Description voidRepository. create(List<NamedEntity> neList) -
Uses of NamedEntity in org.icij.datashare.text
Methods in org.icij.datashare.text that return NamedEntity 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)static NamedEntityNamedEntity. from(String text, NlpTag tag, Annotations annotations)NamedEntityNamedEntity. hide()NamedEntityNamedEntity. unhide()Methods in org.icij.datashare.text that return types with arguments of type NamedEntity Modifier and Type Method Description static List<NamedEntity>NamedEntity. allFrom(String text, Annotations annotations)List<NamedEntity>NamedEntitiesBuilder. build() -
Uses of NamedEntity in org.icij.datashare.text.indexing
Method parameters in org.icij.datashare.text.indexing with type arguments of type NamedEntity Modifier and Type Method Description booleanIndexer. bulkAdd(String indexName, Pipeline.Type nerType, List<NamedEntity> namedEntities, Document parent) -
Uses of NamedEntity in org.icij.datashare.text.nlp
Methods in org.icij.datashare.text.nlp that return types with arguments of type NamedEntity Modifier and Type Method Description abstract List<NamedEntity>AbstractPipeline. process(Document doc)Apply all specified stages/annotators on inputList<NamedEntity>Pipeline. process(Document doc)List<NamedEntity>Pipeline. process(Document doc, int contentLength, int contentOffset)
-