Skip to content

chrisoutwright/TakeFiveSRL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

SRL is designed as an application that relies on Docker. Hence, users need Docker to build and run SRL.

Get it from https://docs.docker.com/engine/installation/#supported-platforms

Running

Run your Docker instance and then type the following command on terminal:

docker-compose build
docker-compose up corenlpsrl

Then, in a new shell, go to the srl_example folder and type

cd srl_example
docker build -t python-barcode .
docker run  --network=srldocker_srlnet python-barcode

If you want to change the example sentence, just type a new one in the Dockerfile file (last row) and repeat the last two commands

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Dockerfile 0.8%