File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 54
54
55
55
![ ] ( /images/img-001.png )
56
56
57
- - relation and extraction rules
57
+ - Relation and extraction rules
58
58
```
59
59
Eztraction Rules:
60
60
NounGroup := (PRPZ|DT)? {JJX*} {(NNPX|NNX|NNPS|NNS)+};
67
67
;related-to;
68
68
[1],PrepositionalPhrase[0], NounGroup[1]>;
69
69
```
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/>
You can’t perform that action at this time.
0 commit comments