All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download de.cit-ec.scie JAR files with all dependencies

Search JAR files by class name

webservice-scie from group de.cit-ec.scie (version 2.0.1)

Contains the SCIE Webservice. This application will spawn a multiple instances of the scie-core application in a process pool, relay requests from the web frontend to the analysis process and parse the resulting XCAS into an interactive HTML output or JSON.

Group: de.cit-ec.scie Artifact: webservice-scie
Show all versions Show documentation Show source 
 

0 downloads
Artifact webservice-scie
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 3
Dependencies scie-typesystem, webservice, scie-core,
There are maybe transitive dependencies!

scie-core from group de.cit-ec.scie (version 2.0.1)

Contains the SCIE main application and the CLI interface. This project integrates the named entity recognition (NER), the PDF import and the classification and interfaces with the UIMA framework. The command line interface can be used to produce a set of UIMA XCAS files.

Group: de.cit-ec.scie Artifact: scie-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact scie-core
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 9
Dependencies uimaj-core, uimafit-core, log4j, stanford-pos-tagger, scie-typesystem, pdf-extractor, scie-classifiers, ner-core, ner-mapdb,
There are maybe transitive dependencies!

webservice-ner from group de.cit-ec.scie (version 2.0.1)

Contains a debugging version of the SCIE Webservice, performing only ontology based Named Entity Recognition. Thus this webservice can be used to list the all the ontological named entities found in the input text.

Group: de.cit-ec.scie Artifact: webservice-ner
Show all versions Show documentation Show source 
 

0 downloads
Artifact webservice-ner
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 3
Dependencies ner-core, ner-mapdb, webservice,
There are maybe transitive dependencies!

scie-classifiers from group de.cit-ec.scie (version 2.0.1)

Library based on liblinear which allows to aggregate multiple UIMA annotations to compound UIMA annotations/higher order concepts/ relations by employing machine learning techniques.

Group: de.cit-ec.scie Artifact: scie-classifiers
Show all versions Show documentation Show source 
 

0 downloads
Artifact scie-classifiers
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 4
Dependencies uimaj-core, uimafit-core, liblinear, scie-typesystem,
There are maybe transitive dependencies!

ner-import from group de.cit-ec.scie (version 2.0.1)

Tool used to import ontologies from various file formats (native simple XML used for the small ontologies, NCBI MeSH, NCBI Taxonomy) into the internal NER ontology database.

Group: de.cit-ec.scie Artifact: ner-import
Show all versions Show documentation Show source 
 

0 downloads
Artifact ner-import
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 2
Dependencies ner-core, ner-mapdb,
There are maybe transitive dependencies!

webservice from group de.cit-ec.scie (version 2.0.1)

Module providing the webservice interface based on the Jetty embedded webserver and the FreeMarker template engine. Defines a simple format for providing textual annotations and produced output in HTML or JSON. This module has no dependencies to the other SCIE modules (except for the PDF text extractor) or the UIMA framework and thus can be used in any context, where text is annotated by an algorithm and should be presented to an end user.

Group: de.cit-ec.scie Artifact: webservice
Show all versions Show documentation Show source 
 

0 downloads
Artifact webservice
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 4
Dependencies jetty-server, freemarker, json, pdf-extractor,
There are maybe transitive dependencies!

scie-typesystem from group de.cit-ec.scie (version 2.0.1)

This is an internally used library containing the UIMA type system descriptors and the annotator templates for the SCIE project.

Group: de.cit-ec.scie Artifact: scie-typesystem
Show all versions Show documentation Show source 
 

0 downloads
Artifact scie-typesystem
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 2
Dependencies uimaj-core, uimafit-core,
There are maybe transitive dependencies!

ner-mapdb from group de.cit-ec.scie (version 2.0.1)

Provides a binding between the NER subsystem and the MapDB database for storing large ontologies, capable of managing hundred thousands of individual surface forms and ten thousands of ontology graph node.

Group: de.cit-ec.scie Artifact: ner-mapdb
Show all versions Show documentation Show source 
 

0 downloads
Artifact ner-mapdb
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 2
Dependencies mapdb, ner-core,
There are maybe transitive dependencies!

ner-core from group de.cit-ec.scie (version 2.0.1)

This module forms the main component of the ontology-based named entity recognition (NER). It can store arbitrary directed ontology graphs and supports multiple labels (ontological surface forms) per ontology graph node. It implements an easy to use class NamedEntityRecognition which can be used to (fuzzily) find the ontology instances in the text. This module has no dependencies.

Group: de.cit-ec.scie Artifact: ner-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact ner-core
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pdf-extractor-gui from group de.cit-ec.scie (version 2.0.1)

This provides an easy Graphical User Interface for the SCIE pdf-extractor module.

Group: de.cit-ec.scie Artifact: pdf-extractor-gui
Show all versions Show documentation Show source 
 

1 downloads
Artifact pdf-extractor-gui
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies pdf-extractor,
There are maybe transitive dependencies!



Page 1 from 2 (items total 11)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy