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
- Added "Grams in this tracker" line to output.
- Added a post data collection sort option (in Settings).
- Added a Format output numbers option (in Settings).
Old Releases
Version 0.3 - Download
Changes
- Uses Vector Array storage and Binary searching now to build and track gram databases, much faster than previous methods.
Home