figurative-nlp commited on
Commit
94b95cc
1 Parent(s): 4c54b6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,9 +1,14 @@
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.
 
 
 
 
 
 
1
+ This model can convert the literal expression to figurative/metaphorical expression.
2
 
3
+ For example (the &lt;m&gt; and &lt;/m&gt; 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 &lt;m&gt; covers &lt;/m&gt; the sun.
6
 
7
+ **Output**: as of a cloud that softly drapes over the sun.
8
 
9
+ **Input**: that car coming around the corner &lt;m&gt; surprised me. &lt;/m&gt;
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.