You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,3 +80,60 @@ WSD problemi için SemanticInstanceGenerator, FeaturedSemanticInstanceGenerator
80
80
VectorizedSemanticInstanceGenerator sınıfı
81
81
82
82
Morphological Disambiguation problemi için FeaturedDisambiguationInstanceGenerator sınıfı
83
+
84
+
## Example Generated DataSet
85
+
86
+
### Word Sense Disambiguation Task
87
+
88
+
The following Table shows the sample text represented with sense labels and three possible features, namely the root form of the word, the part of speech (POS) tag of the word, and a boolean feature for checking the capital case.
89
+
90
+
|Word|Root|Pos|Capital|...|Tag|
91
+
|---|---|---|---|---|---|
92
+
|Yüzündeki|yüz|Noun|True|...|yüz<sup>3</sup>|
93
+
|ketçap|ketçap|Noun|False|...|ketçap<sup>1</sup>|
94
+
|lekesi|leke|Noun|False|...|leke<sup>2</sup>|
95
+
|yüzdükten|yüz|Verb|False|...|yüz<sup>2</sup>|
96
+
|sonra|sonra|PCAbl|False|...|sonra<sup>1</sup>|
97
+
|çıkmış|çık|Verb|False|...|çık<sup>10</sup>|
98
+
|.|.|Punctuation|False|...|.<sup>1</sup>|
99
+
100
+
### Named Entity Recognition Task
101
+
102
+
The following Table shows the sample text represented with tag labels and three possible features, namely the root form of the word, the part of speech (POS) tag of the word, and a boolean feature for checking the capital case.
103
+
104
+
|Word|Root|Pos|Capital|...|Tag|
105
+
|---|---|---|---|---|---|
106
+
|Türk|Türk|Noun|True|...|ORGANIZATION|
107
+
|Hava|Hava|Noun|True|...|ORGANIZATION|
108
+
|Yolları|Yol|Noun|True|...|ORGANIZATION|
109
+
|bu|bu|Pronoun|False|...|NONE|
110
+
|Pazartesi'den|Pazartesi|Noun|True|...|TIME|
111
+
|itibaren|itibaren|Adverb|False|...|NONE|
112
+
|İstanbul|İstanbul|Noun|True|...|LOCATION|
113
+
|Ankara|Ankara|Noun|True|...|LOCATION|
114
+
|güzergahı|güzergah|Noun|False|...|NONE|
115
+
|için|için|Adverb|False|...|NONE|
116
+
|indirimli|indirimli|Adjective|False|...|NONE|
117
+
|satışlarını|sat|Noun|False|...|NONE|
118
+
|90|90|Number|False|...|MONEY|
119
+
|TL'den|TL|Noun|True|...|MONEY|
120
+
|başlatacağını|başlat|Noun|False|...|NONE|
121
+
|açıkladı|açıkla|Verb|False|...|NONE|
122
+
|.|.|Punctuation|False|...|NONE|
123
+
124
+
### Shallow Parse Task
125
+
126
+
The following Table shows the sample text represented with chunk labels and three possible features, namely the root form of the word, the part of speech (POS) tag of the word, and a boolean feature for checking the capital case.
0 commit comments