forked from openscriptures/HebrewLexicon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPartsOfSpeech.xml
116 lines (116 loc) · 2.07 KB
/
PartsOfSpeech.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" standalone="yes"?>
<!-- A key for the part of speech codes used in HebrewStrong.xml -->
<PartsOfSpeech>
<POS>
<Code>a</Code>
<Name>Adjective</Name>
</POS>
<POS>
<Code>a-f</Code>
<Name>Adjective Feminine</Name>
</POS>
<POS>
<Code>a-gent</Code>
<Name>Gentilic Adjective</Name>
</POS>
<POS>
<Code>a-m</Code>
<Name>Adjective Masculine</Name>
</POS>
<POS>
<Code>adv</Code>
<Name>Adverb</Name>
</POS>
<POS>
<Code>conj</Code>
<Name>Conjunction</Name>
</POS>
<POS>
<Code>da</Code>
<Name>Definite Article</Name>
</POS>
<POS>
<Code>dp</Code>
<Name>Demonstrative Particle</Name>
</POS>
<POS>
<Code>d</Code>
<Name>Demonstrative Pronoun</Name>
</POS>
<POS>
<Code>x</Code>
<Name>Indefinite Pronoun</Name>
</POS>
<POS>
<Code>inj</Code>
<Name>Interjection</Name>
</POS>
<POS>
<Code>i</Code>
<Name>Interrogative Pronoun</Name>
</POS>
<POS>
<Code>np</Code>
<Name>Negative Particle</Name>
</POS>
<POS>
<Code>n</Code>
<Name>Noun</Name>
</POS>
<POS>
<Code>n-f</Code>
<Name>Noun Feminine</Name>
</POS>
<POS>
<Code>n-m</Code>
<Name>Noun Masculine</Name>
</POS>
<POS>
<Code>n-m-loc</Code>
<Name>Noun Masculine Location</Name>
</POS>
<POS>
<Code>prt</Code>
<Name>Particle</Name>
</POS>
<POS>
<Code>p</Code>
<Name>Personal Pronoun</Name>
</POS>
<POS>
<Code>prep</Code>
<Name>Preposition</Name>
</POS>
<POS>
<Code>pron</Code>
<Name>Pronoun</Name>
</POS>
<POS>
<Code>n-pr</Code>
<Name>Proper Name</Name>
</POS>
<POS>
<Code>n-pr-f</Code>
<Name>Proper Name Feminine</Name>
</POS>
<POS>
<Code>n-pr-loc</Code>
<Name>Proper Name Location</Name>
</POS>
<POS>
<Code>n-pr-m</Code>
<Name>Proper Name Masculine</Name>
</POS>
<POS>
<Code>rpt</Code>
<Name>Relative Particle</Name>
</POS>
<POS>
<Code>r</Code>
<Name>Relative Pronoun</Name>
</POS>
<POS>
<Code>v</Code>
<Name>Verb</Name>
</POS>
</PartsOfSpeech>