A development environment for implementing Attempto Controlled English in the TranX system
223
This docker image is being used as a development environment to make additions to the TranX transition-based decoder system. It includes git, anaconda, and the current master branch of the base repository (Merge pull request #19 from billy-inn/master) with all extra data pre-downloaded.
To run the container, make sure to use the -it option.
docker run -it --name tranx haub/tranx
Once the container is running, swap to whatever fork or branch needed and build the anaconda environment:
Run the following command from within the tranX folder conda env create -f config/env/tranx.yml
Content type
Image
Digest
Size
1.4 GB
Last updated
about 5 years ago
docker pull haub/tranx