View
35
Download
0
Tags:
Embed Size (px)
DESCRIPTION
A review for Information Retrieval Subject :. Rules frequency order stemmer for malay language. GROUP MEMBERS. AHMAD KAMAL HARIDAN JAJULI P61037 NADIA BINTI KAMARUDIN P61026 ZURINA BINTI ZOLKAFFLY P61066. - PowerPoint PPT Presentation
Rules frequency order stemmer for malay language
Rules frequency order stemmer for malay languageA review for Information Retrieval Subject :
GROUP MEMBERSAHMAD KAMAL HARIDAN JAJULI P61037
NADIA BINTI KAMARUDIN P61026
ZURINA BINTI ZOLKAFFLY P61066Introduction (what is stemming Algorithm?)Stemming algorithm : computational procedure that will reduce all the inflectional derivational variants of words to a common form called the stem Removing all or some of the affixes attached to the word.Example : group,groups,grouped groupIntroduction ( What is RFO? )developed based on Rules Application Order (RAO) approach.adding a few appropriate affixes into the list of rules, modifications of the spelling variations rules adding a few missing words into the dictionary of root sorting in decreasing order according to the frequency of rules usage in previous stemming.
Malay AffixesRules FORMATSPREFIX ++ SUFFIXPREFIX + SUFFIX+INFIX+ DiscussionSource of translation : Quranic CollectionToolsExperiment ( RAO vs RAO2 vs nrao vs rfo )Test 1 = pr ps su inTest 2 = pr su ps inTest 3 = ps - pr su inTest 4 = ps su pr inTest 5 = su pr ps inTest 6 = su ps pr inTest 7 = alphabetical
Legend :
pr = Prefix ps = Prefix Suffix su = Suffix in = Infix alphabetical = the alphabetical order of all rules
Roadmap for new Malay StemmerComparison between the stemmer
Error found in test 7 for RFO
Unique Error using RFO stemmer
General types of constraintSpelling Exception ( Recoding )
Prefixes
Suffix* Sample notation rules : Men + c, d, sy, t, zRFO Algorithm flowchartContContRFO EvaluationCompression AchivedReduce ErrorStemmerDistinct WordCompressionRAO266761.4%RFO260262.3%RFO is an improvement because it returns less distinct words and higher compression percentageStemmerNumber of errorsPercentage of errorsRAO934.4%RFO301.4%RFO also recorded the least amount of errorsSummaryFrom the experiments performed, it is found that :
- The order of rules to use is not necessary to follow any order of affixes types.
Let the rules sorted in alphabetical order for the first pass, and for the second pass, sort the rules according to usage frequency of each rule.
- Experiments showed that the new approaches in stemming are better than other Malay stemmer as RAO by Ahmad.Thank You...