Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cycjimmy/chinese-sentiment
Chinese sentiment analysis for Node.
https://github.com/cycjimmy/chinese-sentiment
chinese-sentiment-analysis nodejs sentiment sentiment-analysis
Last synced: 6 days ago
JSON representation
Chinese sentiment analysis for Node.
- Host: GitHub
- URL: https://github.com/cycjimmy/chinese-sentiment
- Owner: cycjimmy
- License: mit
- Created: 2024-08-29T10:00:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T23:40:53.000Z (21 days ago)
- Last Synced: 2024-10-26T14:02:19.109Z (13 days ago)
- Topics: chinese-sentiment-analysis, nodejs, sentiment, sentiment-analysis
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@cycjimmy/chinese-sentiment
- Size: 1.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# chinese-sentiment
![][workflows-badge-image]
[![libraries dependency status][libraries-status-image]][libraries-status-url]
[![libraries sourcerank][libraries-sourcerank-image]][libraries-sourcerank-url]
[![Release date][release-date-image]][release-url]
[![semantic-release][semantic-image]][semantic-url]
[![npm license][license-image]][download-url]Chinese sentiment analysis for Node. **Currently under testing.**
## How to use
### Install
[![NPM latest version][npm-latest-image]][npm-url]
[![npm download][download-image]][download-url]```shell
$ npm install @cycjimmy/chinese-sentiment --save
```### Usage
```javascript
const cnSenti = require('@cycjimmy/chinese-sentiment');const sentiment = cnSenti('需要分析的文本');
console.log(sentiment);
// output: { ... }
// Currently under testing.
// The returned results are mainly based on the actual version.
```[npm-latest-image]: https://img.shields.io/npm/v/@cycjimmy/chinese-sentiment/latest
[npm-url]: https://npmjs.org/package/@cycjimmy/chinese-sentiment[download-image]: https://img.shields.io/npm/dt/@cycjimmy/chinese-sentiment
[download-url]: https://npmjs.org/package/@cycjimmy/chinese-sentiment[workflows-badge-image]: https://github.com/cycjimmy/chinese-sentiment/workflows/Test%20CI/badge.svg
[libraries-status-image]: https://img.shields.io/librariesio/release/npm/@cycjimmy/chinese-sentiment
[libraries-sourcerank-image]: https://img.shields.io/librariesio/sourcerank/npm/@cycjimmy/chinese-sentiment
[libraries-status-url]: https://libraries.io/github/cycjimmy/chinese-sentiment
[libraries-sourcerank-url]: https://libraries.io/npm/@cycjimmy%2Fchinese-sentiment[release-date-image]: https://img.shields.io/github/release-date/cycjimmy/chinese-sentiment
[release-url]: https://github.com/cycjimmy/chinese-sentiment/releases[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-url]: https://github.com/semantic-release/semantic-release[license-image]: https://img.shields.io/npm/l/@cycjimmy/chinese-sentiment