Skip to content

A Matlab implementation of the Key Word in Context (KWIC) system as described by D. L. Parnas.

License

Notifications You must be signed in to change notification settings

monikajaskolka/KWIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KWIC

A Matlab implementation of the Key Word in Context (KWIC) system as described by "Modularization 1" in David L. Parnas' paper "On the Criteria To Be Used in Decomposing Systems into Modules" (1972).

Prerequisites

Ensure that the KWIC folder is on your Matlab search path. For best results, use Matlab R2019a.

To Run

In the Matlab Command Window, type:

KWICmaster;

or

KWICmaster('example.txt');

or

KWICmaster(['Example text' newline 'More words']);

About

A Matlab implementation of the Key Word in Context (KWIC) system as described by D. L. Parnas.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages