figurative-nlp
commited on
Commit
•
4c54b6f
1
Parent(s):
a50b05f
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
This model can convert the literal expression to figurative 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 |
Input: as of a cloud that softly <m> covers </m> the sun.
|
5 |
-
|
|
|
6 |
|
7 |
Note: the figurative language here includes metaphor, idiom and simile. We do not guarantee that the results generated by the model are satisfactory to you. We are trying to improve the effect of the model.
|
|
|
1 |
This model can convert the literal expression to figurative 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 |
Note: the figurative language here includes metaphor, idiom and simile. We do not guarantee that the results generated by the model are satisfactory to you. We are trying to improve the effect of the model.
|