spinrewriter

Python bindings for SpinRewriter API
Download

spinrewriter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • NiteoWeb Ltd.
  • Publisher web site:
  • http://www.niteoweb.com/

spinrewriter Tags


spinrewriter Description

Spin Rewriter is an online service for spinning text (synonym substitution) that creates unique version(s) of existing text. The spinrewriter package provides a way to easily interact with SpinRewriter API. Usage requires an account, get one here.InstallInstall into your Python path using pip or easy_install: pip install tbs easy_install tbsUsageAfter installing it, this is how you use it:Initialize SpinRewriter.>>> text = u"This is the text we want to spin.">>> from spinrewriter import SpinRewriter>>> rewriter = SpinRewriter('username', 'api_key')Request processed spun text with spintax.>>> rewriter.text_with_spintax(text)u"{This is|This really is|That is|This can be} some text that we'd {like to|prefer to|want to|love to} spin."Request a unique variation of processed given text.>>> rewriter.unique_variation(text)u"This really is some text that we'd love to spin."Product's homepage


spinrewriter Related Software