Skip to content

artistech-inc/yellow-pipeline-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Repo for Yellow Pipeline Web-App

This is a web-app which will utilize various 3rd party apps/scripts for extracting entity information from documents.

Version 1.3

  • Shared Code with all Pipeline Projects

Downloading

git clone https://github.com/artistech-inc/pipeline-base.git
cd pipeline-base
mvn clean install
cd ..
git clone https://github.com/artistech-inc/yellow-pipeline.git
cd yellow-pipeline-web
mvn clean package

Configuration

Update the pipeline.yml file. Each component must have the proper path value set. This is the location where the external process will execute from.

  • camr
  • LiberalExtractor

The data-path value must be somewhere that Tomcat can write to.

Compilation

This project should be able opened using Netbeans as a Maven Web-App. It will automatically detect the type of project.

The project can also be compiled on the command line directly using maven.

cd yellow-pipeline-web
mvn clean package

Dependencies

Deployment

The output from compilation is in the target/ directory as yellow-pipeline-web-1.3.war. This war can be deployed to Tomcat's webapps directory. Once deployed, it can be accessed via http://<ip_address:port>/yellow-pipeline-web-1.3/.

Bugs

  • Issues and bugs can be e-mailed or registered.

TODO

  • Add LiberalExtractor Functionality
  • Add any additiona steps
  • Output console
  • Delete data with session timeout

Future (possibly not in scope)

  • Database
  • Users

About

Entity Extraction via Green Pipeline

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages