Metadata-Version: 2.1
Name: eniam
Version: 0.8
Summary: Cross-platform python wrapper around ENIAM (http://eniam.nlp.ipipan.waw.pl/)
Home-page: http://styczynski.in
Author: styczynski
Author-email: piotr@styczynski.in
License: MIT
Description: # Cross-platform ENIAM
        
        This project provides only a wrapper for ENIAM ([see online](http://eniam.nlp.ipipan.waw.pl/) [source code](http://git.nlp.ipipan.waw.pl/wojciech.jaworski/ENIAM))
        Author of original code is Wojciech Jaworski.
        
        ## Running inside docker
        
        To run ENIAM docker please use the following commands:
        ```bash
            # Run subsyntax tool
            $ docker run -it styczynski/eniam:0.1 /root/subsyntax --help
            # Run lexicon printer
            $ docker run -it styczynski/eniam:0.1 /root/print_lexicon --help
            # Run DOM parser
            $ docker run -it styczynski/eniam:0.1 /root/domparser --help
        ```
        
        ## Running with Python wrapper
        
        You can install Python wrapper to get a nice wrapper around the docker container (this requires Python +3 and Docker installed):
        ```bash
            $ pip install eniam
            $ eniam.py sub --help
            $ eniam.py lex --help
            $ eniam.py dom --help
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
