Sample Information Retrieval System using WPF application in C#
the program use hash table to save stop words and using chaining to resolve collisions.
Create index file by hash table.
***** meaning end page
- Install software
- Git
https://git-for-windows.github.io/
Select a file summarized as "Full installer for official Git for Windows"
with the highest version - Visual Studio
http://www.visualstudio.com/downloads/download-visual-studio-vs
Select "Visual Studio Community for Windows Desktop" version 15.3 or newer (to include .NET standard 2.0). - Microsoft .NET 4.0
- .NET standard 2.0
- Check out
- Create an empty folder anywhere
- In explorer right click and select "Git Bash" then git clone URL
set URL https://github.com/abdulmlik/abdulmlk_IR_system.git
enter
- Build
- Open IR_SystemProjects.sln with Visual Studio for windows desktop.
- Compile.
=============
This project is a homework
For reference use only.
This project is licensed under BSD-2-Clause.