@@ -190,7 +190,7 @@ public virtual void TestFeminineNouns()
190190 public virtual void TestNeuterNouns ( )
191191 {
192192 // ending with -ο
193- // note: nom doesnt conflate
193+ // note: nom doesn't conflate
194194 CheckOneTerm ( a , "βιβλίο" , "βιβλι" ) ;
195195 CheckOneTerm ( a , "βιβλίου" , "βιβλ" ) ;
196196 CheckOneTerm ( a , "βιβλία" , "βιβλ" ) ;
@@ -203,7 +203,7 @@ public virtual void TestNeuterNouns()
203203 CheckOneTerm ( a , "πουλιών" , "πουλ" ) ;
204204
205205 // ending with -α
206- // note: nom. doesnt conflate
206+ // note: nom. doesn't conflate
207207 CheckOneTerm ( a , "πρόβλημα" , "προβλημ" ) ;
208208 CheckOneTerm ( a , "προβλήματος" , "προβλημα" ) ;
209209 CheckOneTerm ( a , "προβλήματα" , "προβλημα" ) ;
@@ -229,7 +229,7 @@ public virtual void TestNeuterNouns()
229229 CheckOneTerm ( a , "βραδιών" , "βραδ" ) ;
230230
231231 // ending with -υ/-ατος
232- // note: nom. doesnt conflate
232+ // note: nom. doesn't conflate
233233 CheckOneTerm ( a , "δόρυ" , "δορ" ) ;
234234 CheckOneTerm ( a , "δόρατος" , "δορατ" ) ;
235235 CheckOneTerm ( a , "δόρατα" , "δορατ" ) ;
@@ -248,14 +248,14 @@ public virtual void TestNeuterNouns()
248248 CheckOneTerm ( a , "λυκοφώτων" , "λυκοφω" ) ;
249249
250250 // ending with -ον/-ου
251- // note: nom. doesnt conflate
251+ // note: nom. doesn't conflate
252252 CheckOneTerm ( a , "μέσον" , "μεσον" ) ;
253253 CheckOneTerm ( a , "μέσου" , "μεσ" ) ;
254254 CheckOneTerm ( a , "μέσα" , "μεσ" ) ;
255255 CheckOneTerm ( a , "μέσων" , "μεσ" ) ;
256256
257257 // ending in -ον/-οντος
258- // note: nom. doesnt conflate
258+ // note: nom. doesn't conflate
259259 CheckOneTerm ( a , "ενδιαφέρον" , "ενδιαφερον" ) ;
260260 CheckOneTerm ( a , "ενδιαφέροντος" , "ενδιαφεροντ" ) ;
261261 CheckOneTerm ( a , "ενδιαφέροντα" , "ενδιαφεροντ" ) ;
@@ -433,7 +433,7 @@ public virtual void TestVerbs()
433433 CheckOneTerm ( a , "καλώντας" , "καλ" ) ;
434434
435435 CheckOneTerm ( a , "καλούμαι" , "καλ" ) ;
436- // pass. imperfect /imp. progressive doesnt conflate
436+ // pass. imperfect /imp. progressive doesn't conflate
437437 CheckOneTerm ( a , "καλούμουν" , "καλουμ" ) ;
438438 CheckOneTerm ( a , "καλείσαι" , "καλεισα" ) ;
439439
@@ -485,10 +485,10 @@ public virtual void TestVerbs()
485485
486486 CheckOneTerm ( a , "κρατούμαι" , "κρατ" ) ;
487487 CheckOneTerm ( a , "κρατιέμαι" , "κρατ" ) ;
488- // this imperfect form doesnt conflate
488+ // this imperfect form doesn't conflate
489489 CheckOneTerm ( a , "κρατούμουν" , "κρατουμ" ) ;
490490 CheckOneTerm ( a , "κρατιόμουν" , "κρατ" ) ;
491- // this imp. prog form doesnt conflate
491+ // this imp. prog form doesn't conflate
492492 CheckOneTerm ( a , "κρατείσαι" , "κρατεισα" ) ;
493493
494494 CheckOneTerm ( a , "κρατήθηκα" , "κρατ" ) ;
0 commit comments