Skip to content

Fidac/KWIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KWIC

This project implements KWIC using Pipes and FIleters architecure. It consists of four filters including Input, CircularShifter, Alphabetizer and Output. Each filter processes the data and sends it to the next filter through Pipes.

Compile the project

$ mvn clean install

Run the jar

$ java -jar target/Kwic-1.0-SNAPSHOT.jar A prompt message appears: Enter file path. After input the file path, output will be generated in the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages