-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
README.txt | ||
|
||
About | ||
|
||
By Joe Williams | ||
Information Retrieval Programming | ||
|
||
Usage | ||
|
||
After the first run the data should be serialized | ||
and it shouldn't take long at all to load the data. | ||
|
||
Once you see 'Enter Query:', you can enter 2 words | ||
or 2 words and number. If you search 'love her', it | ||
will find all the instances where the stem of the | ||
word love and her are right next to each other. If | ||
you search 'love her 3', it will find all instance | ||
where the stem of the words love and her are at most | ||
3 words from each other. | ||
|
||
/exit to exit program | ||
|
||
Happy Coding Fellas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters