Spaces:
Runtime error
Runtime error
Rachel Rakov
commited on
Commit
·
a7ddb5b
1
Parent(s):
5863902
Updated app description
Browse files- eng_to_aslGloss_app.py +23 -0
eng_to_aslGloss_app.py
CHANGED
@@ -96,6 +96,29 @@ def main():
|
|
96 |
description = "This program uses GPT4 alongside prompt engineering to \
|
97 |
translate English text to ASL gloss.\n \
|
98 |
Type in the English sentence you would like to translate into ASL Gloss. \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
\n For additional details on how the program works, please see \
|
100 |
[the README](https://huggingface.co/spaces/rrakov/EngTexToASLGloss/blob/main/README.md)"
|
101 |
|
|
|
96 |
description = "This program uses GPT4 alongside prompt engineering to \
|
97 |
translate English text to ASL gloss.\n \
|
98 |
Type in the English sentence you would like to translate into ASL Gloss. \
|
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 work,\
|
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 <A>.\
|
108 |
+
\n The superscript notation options are as follows:\
|
109 |
+
\n Ti marks time\
|
110 |
+
\n T marks topic\
|
111 |
+
\n A marks comment\
|
112 |
+
\n Y/N marks yes-no question\
|
113 |
+
\n WHQ marks wh-question\
|
114 |
+
\n RHQ marks rhetorical question\
|
115 |
+
\n <Cond> marks conditional sentences\
|
116 |
+
\n lower case marks directional verbs\
|
117 |
+
\n ++ marks emphesis ('very' or 'a lot of')\
|
118 |
+
\n # marks lexical fingerspelling \
|
119 |
+
\n - marks space between individual letters of fingerspelling\
|
120 |
+
\n Note: This is only a prototype of our final product. It is imperfect \
|
121 |
+
and is still in development.\
|
122 |
\n For additional details on how the program works, please see \
|
123 |
[the README](https://huggingface.co/spaces/rrakov/EngTexToASLGloss/blob/main/README.md)"
|
124 |
|