Web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.
1 - clone or fork the repo
2 - Make sure you have npm
installed.
mvn install
- Go to MeaningCloud and sign up for an API key.
- You can also check out the documentation of the MeaningCloud API here
- Create a new file named
.env
in the root of your project. - Fill the
.env
file with your API key like this:
key=**********************
npm run build-prod
to generate the distribution folder.- Production mode can be accessed at
localhost:8081
npm run build-dev
to start the webpack dev server.- Development mode can be accessed at
localhost:8080
Note: To successfuly run and test development mode, express server should be running.
npm run test
to run Jest.