Uses of Class
org.icij.datashare.text.Language
-
Packages that use Language Package Description org.icij.datashare.function org.icij.datashare.text org.icij.datashare.text.indexing org.icij.datashare.text.nlp -
-
Uses of Language in org.icij.datashare.function
Fields in org.icij.datashare.function with type parameters of type Language Modifier and Type Field Description static java.util.function.Function<String,Language>Functions. parseLanguage -
Uses of Language in org.icij.datashare.text
Methods in org.icij.datashare.text that return Language Modifier and Type Method Description LanguageNamedEntity. getExtractorLanguage()LanguageDocument. getLanguage()static LanguageLanguage. parse(String language)static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.icij.datashare.text with parameters of type Language 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(Language language)Constructors in org.icij.datashare.text with parameters of type Language 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, 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)NamedEntitiesBuilder(Pipeline.Type type, String docId, Language language) -
Uses of Language in org.icij.datashare.text.indexing
Methods in org.icij.datashare.text.indexing that return Language Modifier and Type Method Description LanguageLanguageGuesser. guess(String text) -
Uses of Language in org.icij.datashare.text.nlp
Fields in org.icij.datashare.text.nlp declared as Language Modifier and Type Field Description LanguageAnnotations. languageFields in org.icij.datashare.text.nlp with type parameters of type Language Modifier and Type Field Description protected ConcurrentHashMap<Language,Semaphore>AbstractModels. modelLockprotected Map<Language,T>AbstractModels. modelsMethods in org.icij.datashare.text.nlp that return types with arguments of type Language Modifier and Type Method Description abstract Map<Language,Set<NlpStage>>AbstractPipeline. supportedStages()Methods in org.icij.datashare.text.nlp with parameters of type Language Modifier and Type Method Description protected voidAbstractModels. downloadIfNecessary(Language language)TAbstractModels. get(Language language)PathAbstractModels. getModelsBasePath(Language language)PathAbstractModels. getModelsFilesystemPath(Language language)Optional<String>Pipeline. getPosTagSet(Language language)booleanAbstractPipeline. initialize(Language language)Prepare pipeline run Check language support for implied stages.booleanPipeline. initialize(Language language)booleanAbstractModels. isLoaded(Language language)protected booleanAbstractModels. isPresent(Language language)protected abstract TAbstractModels. loadModelFile(Language language)booleanAbstractPipeline. supports(NlpStage stage, Language language)Is stage supported for language?booleanPipeline. supports(NlpStage stage, Language language)Is stage supported for language?voidAbstractPipeline. terminate(Language language)Post-processing operationsvoidPipeline. terminate(Language language)voidAbstractModels. unload(Language language)Constructors in org.icij.datashare.text.nlp with parameters of type Language Constructor Description Annotations(String documentId, String rootId, Pipeline.Type pipelineType, Language language)Annotations(String documentId, Pipeline.Type pipelineType, Language language)
-