Module es.uvigo.esei.sing.textproc.main

The TextProc main and entity classes module.
Author:
Alejandro González García
  • Packages

    Exports 
    Package Description
    es.uvigo.esei.sing.textproc  
    Indirect Exports 
    From Packages
    es.uvigo.esei.sing.textproc.logging es.uvigo.esei.sing.textproc.logging
    es.uvigo.esei.sing.textproc.persistence es.uvigo.esei.sing.textproc.persistence
    es.uvigo.esei.sing.textproc.step es.uvigo.esei.sing.textproc.entity es.uvigo.esei.sing.textproc.process es.uvigo.esei.sing.textproc.step es.uvigo.esei.sing.textproc.step.util es.uvigo.esei.sing.textproc.step.xml.definition
    java.base com.sun.security.ntlm java.io java.lang java.lang.annotation java.lang.constant java.lang.invoke java.lang.module java.lang.ref java.lang.reflect java.lang.runtime java.math java.net java.net.spi java.nio java.nio.channels java.nio.channels.spi java.nio.charset java.nio.charset.spi java.nio.file java.nio.file.attribute java.nio.file.spi java.security java.security.cert java.security.interfaces java.security.spec java.text java.text.spi java.time java.time.chrono java.time.format java.time.temporal java.time.zone java.util java.util.concurrent java.util.concurrent.atomic java.util.concurrent.locks java.util.function java.util.jar java.util.regex java.util.spi java.util.stream java.util.zip javax.crypto javax.crypto.interfaces javax.crypto.spec javax.net javax.net.ssl javax.security.auth javax.security.auth.callback javax.security.auth.login javax.security.auth.spi javax.security.auth.x500 javax.security.cert jdk.internal jdk.internal.access jdk.internal.access.foreign jdk.internal.event jdk.internal.jimage jdk.internal.jimage.decompressor jdk.internal.jmod jdk.internal.loader jdk.internal.logger jdk.internal.misc jdk.internal.module jdk.internal.org.objectweb.asm jdk.internal.org.objectweb.asm.commons jdk.internal.org.objectweb.asm.signature jdk.internal.org.objectweb.asm.tree jdk.internal.org.objectweb.asm.util jdk.internal.org.xml.sax jdk.internal.org.xml.sax.helpers jdk.internal.perf jdk.internal.platform jdk.internal.ref jdk.internal.reflect jdk.internal.util.jar jdk.internal.util.xml jdk.internal.util.xml.impl jdk.internal.vm jdk.internal.vm.annotation sun.invoke.util sun.net sun.net.dns sun.net.ext sun.net.util sun.net.www sun.net.www.protocol.http sun.nio.ch sun.nio.cs sun.reflect.annotation sun.reflect.generics.reflectiveObjects sun.reflect.misc sun.security.action sun.security.internal.interfaces sun.security.internal.spec sun.security.jca sun.security.pkcs sun.security.provider sun.security.provider.certpath sun.security.rsa sun.security.timestamp sun.security.tools sun.security.util sun.security.util.math sun.security.util.math.intpoly sun.security.validator sun.security.x509 sun.util.cldr sun.util.locale.provider sun.util.logging sun.util.resources
    jfiglet com.github.lalyos.jfiglet
    lombok lombok lombok.experimental lombok.extern.apachecommons lombok.extern.flogger lombok.extern.java lombok.extern.jbosslog lombok.extern.log4j lombok.extern.slf4j
    Indirect Opens 
    From Packages
    es.uvigo.esei.sing.textproc.step es.uvigo.esei.sing.textproc.entity es.uvigo.esei.sing.textproc.process.xml.definition es.uvigo.esei.sing.textproc.step.xml.definition
    es.uvigo.esei.sing.textproc.step.corenlpentityextraction es.uvigo.esei.sing.textproc.step.corenlpentityextraction.xml.definition
    es.uvigo.esei.sing.textproc.step.corenlpknowledgebasepopulation es.uvigo.esei.sing.textproc.step.corenlpknowledgebasepopulation.xml.definition
    es.uvigo.esei.sing.textproc.step.corenlplemmatization es.uvigo.esei.sing.textproc.step.corenlplemmatization.entity es.uvigo.esei.sing.textproc.step.corenlplemmatization.xml.definition
    es.uvigo.esei.sing.textproc.step.corenlptokenization es.uvigo.esei.sing.textproc.step.corenlptokenization.entity es.uvigo.esei.sing.textproc.step.corenlptokenization.xml.definition
    es.uvigo.esei.sing.textproc.step.emptyfiltering es.uvigo.esei.sing.textproc.step.emptyfiltering.entity es.uvigo.esei.sing.textproc.step.emptyfiltering.xml.definition
    es.uvigo.esei.sing.textproc.step.luceneindex es.uvigo.esei.sing.textproc.step.luceneindex.xml.definition
    es.uvigo.esei.sing.textproc.step.mentionfiltering es.uvigo.esei.sing.textproc.step.mentionfiltering.entity es.uvigo.esei.sing.textproc.step.mentionfiltering.xml.definition
    es.uvigo.esei.sing.textproc.step.tpplemmatization es.uvigo.esei.sing.textproc.step.tpplemmatization.entity es.uvigo.esei.sing.textproc.step.tpplemmatization.xml.definition
    es.uvigo.esei.sing.textproc.step.tppstopwordfiltering es.uvigo.esei.sing.textproc.step.tppstopwordfiltering.entity es.uvigo.esei.sing.textproc.step.tppstopwordfiltering.xml.definition
    es.uvigo.esei.sing.textproc.step.tpptokenization es.uvigo.esei.sing.textproc.step.tpptokenization.entity
  • Modules

    Requires 
    Modifier Module Description
    es.uvigo.esei.sing.textproc.logging
    The TextProc logging facilities, that rely on the java.logging package.
    es.uvigo.esei.sing.textproc.persistence
    The TextProc persistence access layer, using Java Persistence API.
    es.uvigo.esei.sing.textproc.step
    The TextProc processing step API, including unprocessed document types, step interfaces and abstract classes, and process definition document handling logic.
    es.uvigo.esei.sing.textproc.step.corenlpentityextraction
    Processing step for TextProc that extracts new named entities from documents, from seed sets of entities, using bootstrapped pattern-based learning.
    es.uvigo.esei.sing.textproc.step.corenlpknowledgebasepopulation
    Processing step for TextProc that populates a knowledge base stored in Apache Jena's TDB2 format, using the NER, OpenIE and sentiment annotation facilities included with CoreNLP.
    es.uvigo.esei.sing.textproc.step.corenlplemmatization
    Processing step for TextProc that lemmatizes each token of its input documents via Stanford CoreNLP.
    es.uvigo.esei.sing.textproc.step.corenlptokenization
    Processing step for TextProc that tokenizes its input documents via Stanford CoreNLP.
    es.uvigo.esei.sing.textproc.step.emptyfiltering
    Processing step for TextProc that doesn't copy as processed documents the input documents which are empty of meaning.
    es.uvigo.esei.sing.textproc.step.luceneindex
    Processing step for TextProc that builds a Lucene index for the input documents.
    es.uvigo.esei.sing.textproc.step.mentionfiltering
    Processing step for TextProc that removes Reddit mentions from the input documents.
    es.uvigo.esei.sing.textproc.step.tpplemmatization
    Processing step for TextProc that lemmatizes the input document tokens, separated by spaces.
    es.uvigo.esei.sing.textproc.step.tppstopwordfiltering
    Processing step for TextProc that removes stopwords from the input documents, via Text Processing Python.
    es.uvigo.esei.sing.textproc.step.tpptokenization
    Processing step for TextProc that tokenizes its input documents via Text Processing Python.
    java.base  
    jfiglet  
    lombok  
  • Services

    Uses 
    Type Description
    ProcessingStepService