SEARCHING IN FILE ODT AND TEXT FILE FOR PRIORITY SCORE USING BOYER-MOORE ALGORITHM
Daftar Isi:
- Keyword Searching is a simple software to searching word or phrase on contain of document files. Supported document files are ODT and TXT. In this software, user must input source directory to search document files, input word or phrase which it use to search on contain document files, and search button to start searching. Result will be displayed and sorted by amount of keyword found. Searching keyword use Boyer-Moore algorithm and the data structure using Binary Tree.