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

Example:<br />

ΝΗΣΟΣ ΝΗΣ<br />

ΝΗΣΟΥ ΝΗΣ<br />

Rule-set 17<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> 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 />

Rule-set 18<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><br />

words.<br />

Example:<br />

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

ΑΓΑΠΟΥΝΕ ΑΓΑΠ<br />

28

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

Saved successfully!

Ooh no, something went wrong!