首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > Python的API接口OpenCalais语义标注

Python的API接口OpenCalais语义标注

资 源 简 介

python-calais v.1.4 -- Python interface to the OpenCalais API This Python module is a wrapper around the OpenCalais API as documented at http://www.opencalais.com/calaisAPI by Reuters. It makes REST calls to the OpenCalais API via HTTP POST, then parses and simplifies the JSON responses returned by OpenCalais. You can then access the response data in a much more pythonic manner. The module has only been tested with Python 2.5. Dependencies: simplejson (http://pypi.python.org/pypi/simplejson) Basic Usage: To use the OpenCalais API, first create a Calais() object, passing it your OpenCalais API key and a string identifier of your application: >>> from calais import Calais>>> API_KEY = "your-opencalais-api-key">>> calais = Calais(API_KEY, submitter="python-calais demo") You can then use the analyze() method. It takes a stri

文 件 列 表

python-calais
README.txt
calais.py

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

  • just4down 3天前 成为了本站会员

  • shallow 3天前 成为了本站会员

0.170451s