RJ3vans commited on
Commit
e649fd6
·
1 Parent(s): 3b52cad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
- Input a noun phrase (NP) and the model will tag its syntactic head as <b>HEAD</b>.
2
- Non-head tokens will be tagged as <b>NA</b>.
3
 
4
  The model is intended to tag multiple heads in compound NPs. It is not
5
  intended to tag all heads in complex NPs.
 
1
+ Input a noun phrase (NP) and the model will tag its syntactic head as **HEAD**.
2
+ Non-head tokens will be tagged as **NA**.
3
 
4
  The model is intended to tag multiple heads in compound NPs. It is not
5
  intended to tag all heads in complex NPs.