RJ3vans commited on
Commit
b3c2799
1 Parent(s): 72b153c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,9 @@
 
 
1
  Try the test sentence:
2
 
3
  My name is Sarah and I live in London[,] the capital of England.
4
 
5
- Note that accuracy is greatly improved if you place square brackets around the left boundary of the non-finite nominal clause.
 
 
1
+ This model identifies complex NPs modified by non-finite nominal clauses ("appositives") in the input sentence.
2
+
3
  Try the test sentence:
4
 
5
  My name is Sarah and I live in London[,] the capital of England.
6
 
7
+ Note that accuracy is greatly improved if you place square brackets around the left boundary of the non-finite nominal clause.
8
+
9
+ The model was derived using code adapted from an original program written by Dr. Le An Ha at the University of Wolverhampton.