1 / 8

Information Retrieval Homework #1

Information Retrieval Homework #1. Members: Wesley, Lbr, Shuang CSIE, NCU. Outline. Introduction Stemming Algorithm Suffix Tree Performance Conclusion. Stemming Algorithm (optional). Goal of stemming improve performance and require less resources by reducing the number of unique words

blue
Download Presentation

Information Retrieval Homework #1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Information RetrievalHomework #1 Members: Wesley, Lbr, Shuang CSIE, NCU

  2. Outline • Introduction • Stemming Algorithm • Suffix Tree • Performance • Conclusion

  3. Stemming Algorithm(optional) • Goal of stemming • improve performance and require less resources by reducing the number of unique words • Ex. “computable”, “computation”, “computability” • Porter Algorithm (most commonly accepted)

  4. Suffix Tree Library • libsfxdisk-1.2 is a Fast indexing library based on suffix tree • Storing, retrieving, deleting and dumping/loading the database

  5. Indexing (Optional) Dir Name DirReader StopWords Stem File Name FileReader SuffixTree Filter Delete Index File

  6. Searching Key Word SearchEngine Index Print OutResults

  7. Performance • Total Indexing Time • Spend more time • One file take about one minute • Average searching time • very quick • http://140.115.156.49/~wesley/IR.html

  8. Future • To add stemming scheme • To limit indexing time • Additional searching • AND, OR

More Related