Text searching algorithm using boyer moore horspool (BMH) algorithm

The text searching is one of the famous technique uses to find data or text from the system for faster searching. Search algorithm is also known as a universal problem solving mechanism. We study about the selected technique which is Boyer Moore Horspool algorithm that used for searching the occurre...

詳細記述

保存先:
書誌詳細
第一著者: Siti Nurafiqah, Jaafar
フォーマット: Undergraduates Project Papers
言語:English
出版事項: 2015
主題:
オンライン・アクセス:http://umpir.ump.edu.my/id/eprint/13460/1/FSKKP%20-%20SITI%20NURAFIQAH%20JAAFAR.PDF
http://umpir.ump.edu.my/id/eprint/13460/
タグ: タグ追加
タグなし, このレコードへの初めてのタグを付けませんか!
その他の書誌記述
要約:The text searching is one of the famous technique uses to find data or text from the system for faster searching. Search algorithm is also known as a universal problem solving mechanism. We study about the selected technique which is Boyer Moore Horspool algorithm that used for searching the occurrences of a pattern (keyword) in a random text in medical database. The matching between these two words which is pattern and text are analyze by display the accuracy percentage. The objective of this study is to develop a searching function using Boyer-Moore Horspool algorithm based on keyword in a medical database. Therefore, we intend to provide an automatic search routine in the medical first aid application and evaluate performance of the proposed searching algorithm through character match percentage. Based on the study, the average analysis result for this algorithm is 93% which is a strong match.