NLP-Text-Classification-Webservice-Elm-Client

所属分类:前端开发
开发工具:Elm
文件大小:37KB
下载次数:0
上传日期:2020-05-01 12:52:14
上 传 者sh-1993
说明:  使用NLP文本分类执行新闻分类的简单UI-Web服务后端
(Simple UI to perform news classification using NLP-Text-Classification- Webservice backend)

文件列表:
docs (0, 2020-05-01)
docs\nlp-news-sample-ui.png (51453, 2020-05-01)
elm.json (1372, 2020-05-01)
src (0, 2020-05-01)
src\Chart.elm (2421, 2020-05-01)
src\Main.elm (2651, 2020-05-01)

## Introduction A very simple web client written in **Elm** that can do **NLP News Classification** using a Java **Spring Boot** power backend that was developed as part of a Java User Group presentation in Augsburg. Elm Client for NLP News Classification ## Requirements * NLP-Text-Classification Webservice v1.0.0 or newer * Elm 0.19 or newer * elm-live 4.0.0 or newer You will need at least version **v1.0.0** of [NLP-Text-Classification Webservice](https://github.com/tobiassteidle/NLP-Text-Classification-Webservice/) that needs to be running locally on port 8080. You can check your Elm requirements using these commands: ```sh elm --version elm-live --version ``` You will find install instructions for Elm [here](https://guide.elm-lang.org/install/elm.html). Install the new version of **elm-live**: ```sh # Globally for a user: npm install --global elm elm-live@next # or locally for a project: npm install --save-dev elm elm-live@next ``` ## Start the Web Client ```sh elm-live src/Main.elm --proxy-prefix=/nlpclass --proxy-host=http://localhost:8080/nlpclass ```

近期下载者

相关文件


收藏者