Skip to content

MitchellHodzen/CSCI3230-Project-2017

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS3230-Project-2017

CSCI 3230 Project Text file searching

Given a set of text documents:

- Clean file to a string without caps, spacing, suffix, symbols, etc.

- Build frequency list (vectors)

- Build Inverted Index

- Build GUI

- Get user input (word/phrase to search for)

    - pull documents from Inverted Index

    - Pull frequency data

    - Arrange and display documents by frequency data

    (Optional) - Display similar documents

                TextFile.txt
                     |
                *************
                *  Cleaner  *
                *************
                     |
                Clean string
                     |
               ***************
               *  Processer  *
               ***************
                     |
               Frequency vector
                     |
             ********************
             *  Frequency List  *
             ********************  
                     |
             ********************
             *  Inverted Index  *
             ********************                       

About

Text file searching - CSCI3230-Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%