RJ3vans commited on
Commit
28921ce
·
1 Parent(s): 0b0f73e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Input a noun phrase (NP) and the model will tag its syntactic head.
2
+
3
+ The model is intended to tag multiple heads in compound NPs. It is not intended to tag all heads in complex NPs.
4
+
5
+ The training data is derived from a dataset in which NPs are identified using the Berkeley neural parser which does not identify the heads of syntactic constituents. The training data includes erroneous NPs in which each token is tagged as ERROR.