Small trend analysis software directed toward veterinary uses.
Written with the powerful programming language Java.
- Can read .txt files !
- Output a simple .txt file, readable by most computers.
- Fast algorithm.
- well documented program, see the JavaDoc : Project02Eclipse/JavaDoc
I am a French student, learning Java, find more of my projects on my GitHub : https://github.com/Kappa6103
Specify the input .txt file in the source code as well as the desired name of the output file.
The software will count the occurrence of symptoms given in the input file.
The formating of the input file must be as follows : one symptom per line.
The formating of the output file will be as follows : a symptom and its number of occurrence per line. It will be sorted by alphabetical order.
You can clone the repository or manually download the sources and run the code in you favorite IDE !
Feel free to contribute and push any change you would like to see on the main release.