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 one group <strong>of</strong> words that by chance have similar suffixes.<br />

Example:<br />

ΑΓΡΟΙΚΟΣ ΑΓΡΟΙΚ<br />

ΑΓΡΟΙΚΟΥ ΑΓΡΟΙΚ<br />

Rule-set 7<br />

if (word is ΑΓΑΜΕ){make <strong>the</strong> stem “ΑΓΑΜ”;}<br />

if (word ends on ΑΓΑΜΕ|ΗΣΑΜΕ|ΟΥΣΑΜΕ|ΗΚΑΜΕ|ΗΘΗΚΑΜΕ){<br />

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

}<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<br />

ΗΘΗΚΑΜΕ <strong>for</strong> all <strong>the</strong> words, and <strong>the</strong> suffix ΑΜΕ <strong>for</strong> a group <strong>of</strong> words.<br />

Example:<br />

ΑΓΑΠΩ ΑΓΑΠ<br />

ΑΓΑΠΑΓΑΜΕ ΑΓΑΠ<br />

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

Example:<br />

ΑΝΑΠΑΜΟΣ ΑΝΑΠΑΜ<br />

ΑΝΑΠΑΜΕ ΑΝΑΠΑΜ<br />

22

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

Saved successfully!

Ooh no, something went wrong!