Last active
August 29, 2015 14:18
-
-
Save halfak/2d2f3f8684c94acac5be 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.4.0 (default, Apr 11 2014, 13:05:11) | |
[GCC 4.8.2] on linux | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> from revscoring.features import parent_revision | |
>>> parent_revision.markup_chars.returns | |
<class 'int'> | |
>>> from revscoring.dependent import draw | |
>>> draw(parent_revision.markup_chars) | |
- <parent_revision.markup_chars> | |
- <parent_revision.text> | |
- <parent_revision.doc> | |
- session | |
- <revision.metadata> | |
- <revision.doc> | |
- rev_id | |
- session | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment