Spaces:
Runtime error
Runtime error
Rachel Rakov
commited on
Commit
·
406bc2a
1
Parent(s):
a7ddb5b
Trying to fix formatting
Browse files- eng_to_aslGloss_app.py +4 -4
eng_to_aslGloss_app.py
CHANGED
@@ -99,12 +99,12 @@ def main():
|
|
99 |
\n These are the rules for expressing superscript ASL gloss.\
|
100 |
Anything within the angle brackets <> indicates superscript notation.\
|
101 |
If the angle brackets are directly next to a word, the notation inside \
|
102 |
-
the angle brackets is associate with just that word, e.g. WILL<A>. \
|
103 |
-
If the angle brackets are next to a whitespace after a
|
104 |
the notation inside the angle bracket is associated with all of the words\
|
105 |
before it, up until a comma, another angle bracket, or a double space.\
|
106 |
-
This sentence is an example of this rule:\
|
107 |
-
\n NEXT-YEAR <Ti>, MY FIANCE <T>, TWO-OF-US MARRY
|
108 |
\n The superscript notation options are as follows:\
|
109 |
\n Ti marks time\
|
110 |
\n T marks topic\
|
|
|
99 |
\n These are the rules for expressing superscript ASL gloss.\
|
100 |
Anything within the angle brackets <> indicates superscript notation.\
|
101 |
If the angle brackets are directly next to a word, the notation inside \
|
102 |
+
the angle brackets is associate with just that word, e.g. WILL < A >. \
|
103 |
+
If the angle brackets are next to a whitespace after a word,\
|
104 |
the notation inside the angle bracket is associated with all of the words\
|
105 |
before it, up until a comma, another angle bracket, or a double space.\
|
106 |
+
\n This sentence is an example of this rule:\
|
107 |
+
\n NEXT-YEAR < Ti >, MY FIANCE < T >, TWO-OF-US MARRY \< A \>.\
|
108 |
\n The superscript notation options are as follows:\
|
109 |
\n Ti marks time\
|
110 |
\n T marks topic\
|