RJ3vans commited on
Commit
177222c
1 Parent(s): 8426d43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  This model is used to tag the tokens in an input sequence with information about the different signs of syntactic complexity that they contain. For more details, please see Chapters 2 and 3 of my thesis (http://rgcl.wlv.ac.uk/~richard/Evans2020_SentenceSimplificationForTextProcessing.pdf).
2
 
 
 
3
  To use this model, the following code snippet may help:
4
 
5
  ======================================================================
 
1
  This model is used to tag the tokens in an input sequence with information about the different signs of syntactic complexity that they contain. For more details, please see Chapters 2 and 3 of my thesis (http://rgcl.wlv.ac.uk/~richard/Evans2020_SentenceSimplificationForTextProcessing.pdf).
2
 
3
+ It was derived using code written by Dr. Le An Ha at the University of Wolverhampton.
4
+
5
  To use this model, the following code snippet may help:
6
 
7
  ======================================================================