Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

bosondata/bosonnlp.py

Repository files navigation

BosonNLP Python SDK

BosonNLP HTTP API 封装库(SDK)。

安装

bosonnlp 代码托管在 GitHub,并且已经发布到 PyPI,可以直接通过 pip 安装:

$ pip install bosonnlp

bosonnlp 以 MIT 协议发布。

使用教程

>>> from bosonnlp import BosonNLP >>> nlp = BosonNLP('YOUR_API_TOKEN') >>> nlp.sentiment('这家味道还不错') [[0.8758192096636473, 0.12418079033635264]]

SDK API 文档地址:http://bosonnlp-py.readthedocs.org/

可以在 BosonNLP 文档站点阅读详细的 BosonNLP HTTP API 文档。