Created
February 10, 2020 15:28
-
-
Save halfak/dd44bf445f437cf1687a110ef0779fe0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wow :-D Thanks, this will help.