Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doong-jo/lang-ko-visualization
한글 문장에 대한 감정분석과 시각화
https://github.com/doong-jo/lang-ko-visualization
nlp p5js visualization
Last synced: 9 days ago
JSON representation
한글 문장에 대한 감정분석과 시각화
- Host: GitHub
- URL: https://github.com/doong-jo/lang-ko-visualization
- Owner: doong-jo
- License: mit
- Created: 2019-10-28T15:38:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:45:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T16:54:52.463Z (about 2 months ago)
- Topics: nlp, p5js, visualization
- Language: JavaScript
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lang-ko-visualization
: 한글 문장에 대한 감정분석과 시각화### [Demo](https://gcp-nlp.herokuapp.com/)
---
### Install
`npm install`### Key (GCP Natural Language API)
`(YOUR_PROJECT_DIRECTORY)/GCP-key.json`### Usage
`export PORT=(PORT_NUMBER_YOU_WANT) && npm start`### Web
`http://localhost:(PORT_NUMBER_YOU_WANT)`---
### Server (Node.js, Express)
#### `middleware/lang.js`
- [GCP - Cloud Natural Language API](https://cloud.google.com/natural-language/docs/quickstart-client-libraries?hl=ko)를 참고하여 작성#### GET
- /gcp-lang?text=안녕하세요---
### Client (VanillaJS, p5.js)
- 문장에 대해서 감정 분석 후 시각화---