Skip to content

Vocably - an NLP framework which does tasks from Natural Language tasks

License

Notifications You must be signed in to change notification settings

Nandhini25S/Vocably

Repository files navigation

Vocably

Vocably is a Natural Language Processing (NLP) Framework written with the purpose to increase the flow of our development in daily basis.

Quick Installation

$ pip install vocably

Installation from source

$ git clone https://github.com/Nandhini25S/Vocably.git
$ cd Vocably
$ conda env create -f environment.yml
$ export PYTHONPATH=./src
$ python3 setup.py install

Using Makefile (for Linux or Mac Users)

$ 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

Using batch file (for Windows users)

$ 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

About

Vocably - an NLP framework which does tasks from Natural Language tasks

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published