news-article-nlp

所属分类:自然语言处理
开发工具:JavaScript
文件大小:105KB
下载次数:0
上传日期:2020-06-03 03:45:17
上 传 者sh-1993
说明:  新闻文章nlp,评估Udacity前端纳米学位项目的自然语言处理项目的新闻文章
(news-article-nlp,Evaluate a news article with Natural Language Processing project from Udacity s Front-End Nanodegree program)

文件列表:
package-lock.json (398995, 2019-08-29)
package.json (1291, 2019-08-29)
src (0, 2019-08-29)
src\client (0, 2019-08-29)
src\client\index.js (215, 2019-08-29)
src\client\js (0, 2019-08-29)
src\client\js\submitText.js (787, 2019-08-29)
src\client\js\submitURL.js (837, 2019-08-29)
src\client\styles (0, 2019-08-29)
src\client\styles\base.scss (641, 2019-08-29)
src\client\styles\footer.scss (152, 2019-08-29)
src\client\styles\form.scss (537, 2019-08-29)
src\client\styles\header.scss (182, 2019-08-29)
src\client\styles\main.scss (486, 2019-08-29)
src\client\views (0, 2019-08-29)
src\client\views\index.html (3240, 2019-08-29)
src\server (0, 2019-08-29)
src\server\index.js (1119, 2019-08-29)
webpack.config.js (1680, 2019-08-29)

# News Article NLP This frontend application uses Aylien NLP service to analyze text and article links. ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. ### Prerequisites You need `node` and `npm` installed on your system to be able to run and build this project. ### Installing To install all the project dependencies run: ```bash npm install ``` ## Development To run this application in development environment follow the steps: Front-End: ```bash npm run client ``` Back-End: ```bash npm run server ``` _Note: To run the server in development mode, you need to install `nodemon`._ ## Deployment To create an optimized front-end build for development, run: ```bash npm run build ``` To run the server in production mode, run: ```bash npm run start ``` ## Built With * [Express](https://expressjs.com/) - NodeJS Back-End server * [Webpack](https://webpack.js.org/) - Front-End code bundler * [Yarn](https://yarnpkg.com/lang/en/) - Dependency management ## Authors * [Surya Kant Bansal](https://github.com/skb1129)

近期下载者

相关文件


收藏者