figurative-nlp
commited on
Commit
•
94b95cc
1
Parent(s):
4c54b6f
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
-
This model can convert the literal expression to figurative expression.
|
2 |
|
3 |
-
|
4 |
|
5 |
-
Input
|
6 |
|
7 |
-
Output
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This model can convert the literal expression to figurative/metaphorical expression.
|
2 |
|
3 |
+
For example (the <m> and </m> is the mark that inform the model which literal expression we want to convert it as figurative expression):
|
4 |
|
5 |
+
**Input**: as of a cloud that softly <m> covers </m> the sun.
|
6 |
|
7 |
+
**Output**: as of a cloud that softly drapes over the sun.
|
8 |
|
9 |
+
**Input**: that car coming around the corner <m> surprised me. </m>
|
10 |
+
|
11 |
+
**Output**: that car coming around the corner knocked my socks off.
|
12 |
+
|
13 |
+
|
14 |
+
Note: the figurative language here includes metaphor, idiom and simile. We don't guarantee that the results generated results are satisfactory to you. We are trying to improve the effect of the model.
|