Code Monkey home page Code Monkey logo

as-e-docker's Introduction

uc-tdm-AS-E-docker

Docker for the OpenMinTeD AS-E use case

To run the AS-E workflow with a local corpus :

sudo docker run -i --rm -v $PWD/:/as-e/data as-e-docker alvisnlp -verbose
-alias readPubMed /as-e/data/alvisir2_corpus/pubmed_result_2.xml
-alias readhtml /as-e/data/alvisir2_corpus/fulltext/html
-alias readWoK /as-e/data/alvisir2_corpus/corpus2000_12012017.txt
-alias exportDocument "sectionsWOKPubMed.txt"
-alias output_fixed_relations "relationsgroup.txt"
-alias output_fixed_entities "entities.txt"
-outputDir /as-e/data/
/as-e/plan/entities.plan

sudo docker run -i --rm -v $PWD/:/as-e/data as-e-docker alvisnlp -verbose -alias readPubMed /as-e/data/alvisir2_corpus/pubmed_result_2.xml -alias readhtml /as-e/data/alvisir2_corpus/fulltext/html -alias readWoK /as-e/data/alvisir2_corpus/corpus2000_12012017.txt -alias exportDocument '"output/sectionsWOKPubMed.txt"' -alias output_fixed_relations '"output/relationsgroup.txt"' -alias output_fixed_entities '"output/entities.txt"' -outputDir /as-e/data/ /as-e/plan/entities.plan

#-entity inputfile /path/on/the/container1/inputfilename -entity outdir /path/on/the/container2 plans/tag_WoS_abstracts.plan```

Memo

sudo docker run -i --rm -v /home/echaix/Documents/OpenMinTeD/alvisir2_corpus:/alvisir2_corpus -v /home/echaix/Documents/OpenMinTeD/output:/as-e/output as-e-docker alvisnlp -J "-Xmx30g" -verbose -log output/alvisnlp.log plan/entities.plan

construire : sudo docker build -t as-e-docker . effacer : sudo docker rm $(sudo docker ps -a -q) effacer image spe: sudo docker rmi as-e-docker

as-e-docker's People

Contributors

estellechaix avatar

Watchers

James Cloos avatar mouhamadou ba avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.