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

bosondata/bosonnlp.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eabd44b · Nov 26, 2018

History

42 Commits
Nov 26, 2018
May 15, 2014
Nov 26, 2018
Jul 9, 2018
May 13, 2014
Aug 4, 2017
Aug 4, 2017
Sep 2, 2015
May 13, 2014
Nov 26, 2018
Apr 25, 2017
Oct 26, 2017

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 文档。