Skip to content

Instantly share code, notes, and snippets.

@halfak
Created February 10, 2020 15:28
Show Gist options
  • Select an option

  • Save halfak/dd44bf445f437cf1687a110ef0779fe0 to your computer and use it in GitHub Desktop.

Select an option

Save halfak/dd44bf445f437cf1687a110ef0779fe0 to your computer and use it in GitHub Desktop.
$ python
Python 3.5.1+ (default, Mar 30 2016, 22:46:26)
[GCC 5.3.1 20160330] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from revscoring.dependencies import solve
>>> from revscoring.languages import english
>>> from revscoring.datasources import revision_oriented as ro
>>> solve(english.idioms.revision.datasources.matches, cache={ro.revision.text: "This is some text. I don't want to beat around the bush."})
['beat around the bush']
@HAKSOAT

HAKSOAT commented Feb 10, 2020

Copy link
Copy Markdown

Wow :-D Thanks, this will help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment