Skip to content

Commit 193c441

Browse files
authored
Update relation-extraction.md
1 parent 191e308 commit 193c441

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

mds/relation-extraction.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
![](/images/img-001.png)
5656

57-
- relation and extraction rules
57+
- Relation and extraction rules
5858
```
5959
Eztraction Rules:
6060
NounGroup := (PRPZ|DT)? {JJX*} {(NNPX|NNX|NNPS|NNS)+};
@@ -67,13 +67,13 @@
6767
;related-to;
6868
[1],PrepositionalPhrase[0], NounGroup[1]>;
6969
```
70-
PRPZ: part-of-speech tag for possessive pronouns
71-
DT: " for determiners
72-
JJX: " for adjectives
73-
JJR: " for comparative adjectives
74-
JJS: " for uperlative adjectives
75-
NNX: " for singular or mass nouns
76-
NNS: " for plural nouns
77-
NNPX: " for singular proper nouns
78-
NNPS: " for plural proper nouns
79-
IN: " for prepositions
70+
PRPZ: Part-of-speech tag for possessive pronouns <br/>
71+
DT: " for determiners <br/>
72+
JJX: " for adjectives <br/>
73+
JJR: " for comparative adjectives <br/>
74+
JJS: " for uperlative adjectives <br/>
75+
NNX: " for singular or mass nouns <br/>
76+
NNS: " for plural nouns <br/>
77+
NNPX: " for singular proper nouns <br/>
78+
NNPS: " for plural proper nouns <br/>
79+
IN: " for prepositions <br/>

0 commit comments

Comments
 (0)