22.01.2013 Views

Development of a Stemmer for the Greek Language - SAIS

Development of a Stemmer for the Greek Language - SAIS

Development of a Stemmer for the Greek Language - SAIS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

The rule removes <strong>the</strong> suffixes Ε∆ΕΣ and Ε∆ΩΝ <strong>for</strong> a group <strong>of</strong> words.<br />

Example:<br />

ΚΑΦΕΣ ΚΑΦ<br />

ΚΑΦΕ∆ΩΝ ΚΑΦ<br />

The rule doesn’t affect <strong>the</strong> group <strong>of</strong> words that by chance have similar suffixes.<br />

Example:<br />

ΓΗΠΕ∆Ο ΓΗΠΕ∆<br />

ΓΗΠΕ∆ΩΝ ΓΗΠΕ∆<br />

Rule-set 3<br />

if (word ends on ΟΥ∆ΕΣ|ΟΥ∆ΩΝ){<br />

remove <strong>the</strong> suffix;<br />

if (remaining part ends on ΑΡΚ|ΚΑΛΙΑΚ|ΛΙΧ…){<br />

add “ΟΥ∆”;<br />

}<br />

}<br />

The rule removes <strong>the</strong> suffixes ΟΥ∆ΕΣ and ΟΥ∆ΩΝ <strong>for</strong> a group <strong>of</strong> words.<br />

Example:<br />

ΠΑΠΠΟΥΣ ΠΑΠΠ<br />

ΠΑΠΠΟΥ∆ΩΝ ΠΑΠΠ<br />

The rule doesn’t affect <strong>the</strong> group <strong>of</strong> words that by chance have similar suffixes.<br />

Example:<br />

ΑΡΚΟΥ∆Α ΑΡΚΟΥ∆<br />

ΑΡΚΟΥ∆ΕΣ ΑΡΚΟΥ∆<br />

Rule-set 4<br />

if (word ends on ΕΩΣ|ΕΩΝ){<br />

remove <strong>the</strong> suffix;<br />

if (remaining part is Θ|∆|ΕΛ|ΓΑΛ…){<br />

add “Ε”;<br />

}<br />

}<br />

The rule removes <strong>the</strong> suffixes ΕΩΣ and ΕΩΝ <strong>for</strong> a group <strong>of</strong> words.<br />

20

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!