The JLingual Project

Description

The JLingual Project is a program written in Java that looks for byte patterns in fils and reports on their frequency. Currently it only looks for alphabetic sequences. Currently this could be used to generate word dictionaries and to find what we call "grams" which are sequences of 1 or more letters. Eventually I hope this program will aid in compression and en/decryption analysis.

Warning! This program was built for Java 1.4.2_03 and is not guaranteed to work with earlier versions! We recommend downloading and installing the latest Java from www.java.com

Latest Release

Version 0.4 - Download

Changes

Old Releases

Version 0.3 - Download

Changes

Home