-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from amir-zeldes/develop
V4.0.0
Showing
28 changed files
with
898 additions
and
185 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
__version__ = "3.0.3" | ||
__version__ = "4.0.0" | ||
__author__ = "Amir Zeldes, Luke Gessler" | ||
__copyright__ = "Copyright 2015-2021, Amir Zeldes" | ||
__license__ = "MIT License" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Binary file not shown.
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,38 @@ | ||
{"DM": ["DM"], | ||
"Reference": ["Personal reference", | ||
"Demonstrative reference", | ||
"Comparative reference", | ||
"Propositional reference"], | ||
"Lexical": ["Indicative word", | ||
"Alternate expression"], | ||
"Semantic": ["Synonymy", | ||
"Antonymy", | ||
"Meronymy", | ||
"Repetition", | ||
"Indicative word pair", | ||
"Lexical chain", | ||
"General word"], | ||
"Morphological": ["Tense"], | ||
"Syntactic": ["Relative clause", | ||
"Infinitival clause", | ||
"Present participial clause", | ||
"Past participial clause", | ||
"Imperative clause", | ||
"Interrupted matrix clause", | ||
"Parallel syntactic construction", | ||
"Reported speech", | ||
"Subject auxiliary inversion", | ||
"Nominal modifier", | ||
"Adjectival modifier"], | ||
"Graphical": ["Colon", | ||
"Semicolon", | ||
"Dash", | ||
"Parentheses", | ||
"Items in sequence"], | ||
"Genre": ["Inverted pyramid scheme", | ||
"Newspaper layout", | ||
"Newspaper style attribution", | ||
"Newspaper style definition"], | ||
"Numerical": ["Same count"], | ||
"Reference + syntactic": ["Personal reference + subject NP", | ||
"Demonstrative reference + subject NP", | ||
"Comparative reference + subject NP", | ||
"Propositional reference + subject NP"], | ||
"Semantic + syntactic": ["Repetition + subject NP", | ||
"Lexical chain + subject NP", | ||
"Synonymy + subject NP", | ||
"Meronymy + subject NP", | ||
"General word + subject NP"], | ||
"Lexical + syntactic": ["Indicative word + present participial clause"], | ||
"Syntactic + positional": ["Past participial clause + beginning", | ||
"Present participial clause + beginning"], | ||
"Syntactic + semantic": ["parallel syntactic construction + lexical chain"], | ||
"Graphical + syntactic": ["Comma + present participial clause", | ||
"Comma + past participial clause"], | ||
"Unsure": ["Unsure"]} | ||
{"dm": ["dm"], | ||
"reference": ["personal_reference", | ||
"demonstrative_reference", | ||
"comparative_reference", | ||
"propositional_reference"], | ||
"lexical": ["indicative_word", | ||
"indicative_phrase", | ||
"alternate_expression"], | ||
"semantic": ["attribution_source", | ||
"synonymy", | ||
"antonymy", | ||
"meronymy", | ||
"repetition", | ||
"lexical_chain", | ||
"negation"], | ||
"morphological": ["mood", | ||
"tense"], | ||
"syntactic": ["relative_clause", | ||
"infinitival_clause", | ||
"present_participial_clause", | ||
"past_participial_clause", | ||
"modified_head", | ||
"interrupted_matrix_clause", | ||
"parallel_syntactic_construction", | ||
"reported_speech", | ||
"subject_auxiliary_inversion", | ||
"nominal_modifier"], | ||
"graphical": ["colon", | ||
"semicolon", | ||
"dash", | ||
"layout", | ||
"parentheses", | ||
"question_mark", | ||
"quotation_marks", | ||
"items_in_sequence"], | ||
"numerical": ["same_count"], | ||
"unsure": ["unsure"], | ||
"orphan": ["orphan"]} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,32 @@ | ||
antithesis rst | ||
background rst | ||
cause rst | ||
circumstance rst | ||
concession rst | ||
condition rst | ||
contrast multinuc | ||
elaboration rst | ||
evaluation rst | ||
evidence rst | ||
joint multinuc | ||
justify rst | ||
motivation rst | ||
preparation rst | ||
purpose rst | ||
restatement multinuc | ||
restatement rst | ||
result rst | ||
sequence multinuc | ||
solutionhood rst | ||
adversative-antithesis rst | ||
adversative-concession rst | ||
adversative-contrast multinuc | ||
attribution-negative rst | ||
attribution-positive rst | ||
causal-cause rst | ||
causal-result rst | ||
context-background rst | ||
context-circumstance rst | ||
contingency-condition rst | ||
elaboration-additional rst | ||
elaboration-attribute rst | ||
evaluation-comment rst | ||
explanation-evidence rst | ||
explanation-justify rst | ||
explanation-motivation rst | ||
joint-disjunction multinuc | ||
joint-list multinuc | ||
joint-other multinuc | ||
joint-sequence multinuc | ||
mode-manner rst | ||
mode-means rst | ||
organization-heading rst | ||
organization-phatic rst | ||
organization-preparation rst | ||
purpose-attribute rst | ||
purpose-goal rst | ||
restatement-partial rst | ||
restatement-repetition multinuc | ||
same-unit multinuc | ||
topic-question rst | ||
topic-solutionhood rst |