RJ3vans commited on
Commit
62f2c3a
·
verified ·
1 Parent(s): db91a06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -4,4 +4,12 @@ Try the test sentence:
4
 
5
  John kicked the ball [and] chased after it.
6
 
 
 
 
 
 
 
 
 
7
  The model was derived using code adapted from an original program written by Dr. Le An Ha at the University of Wolverhampton.
 
4
 
5
  John kicked the ball [and] chased after it.
6
 
7
+ Please note that it is necessary for you to highlight the verb phrase coordinator "and" using square brackets. When deployed in a text simplification method, this sign tagging step can be performed using the model at https://huggingface.co/RJ3vans/SignTagger.
8
+
9
+ The model should tag the tokens in the sentence with information about whether or not they are contained within a compound verb phrase. If you find the model useful, please cite my thesis which presents the dataset used for finetuning:
10
+
11
+ Evans, R. (2020) Sentence Simplification for Text Processing. Doctoral thesis. University of Wolverhampton. Wolverhampton, UK. (https://rj3vans.github.io/Evans2020_SentenceSimplificationForTextProcessing.pdf)
12
+
13
+ There you will find more information about the tagging scheme.
14
+
15
  The model was derived using code adapted from an original program written by Dr. Le An Ha at the University of Wolverhampton.