Research Article
Hybrid Ontology for Semantic Information Retrieval Model Using Keyword Matching Indexing System
| Algorithm for relevance path-match | | Input: match point = , match path, maxQDist | | Output: bool = {PASS, FAIL} | | | | if < maxQDist & < maxQDist then | | return(PASS) | | else if > maxQDist then | | process & extract(match path) | | end if | | return(FAIL) |
|