Vocably is a Natural Language Processing (NLP) Framework written with the purpose to increase the flow of our development in daily basis.
$ pip install vocably
$ git clone https://github.com/Nandhini25S/Vocably.git
$ cd Vocably
$ conda env create -f environment.yml
$ export PYTHONPATH=./src
$ python3 setup.py install
$ git clone https://github.com/Nandhini25S/Vocably.git
$ cd Vocably
$ conda env create -f environment.yml
now we will activate this environment
$ conda activate vocably
to install and config
$ export PYTHONPATH=./src
$ make install
$ make configure
or
$ make all
$ git clone https://github.com/Nandhini25S/Vocably.git
$ cd Vocably
$ conda env create -f environment.yml
now we will activate this environment
$ conda activate vocably
to install and config
$ Scripts/install.bat
$ Scripts/config.bat