Skip to content

rsolano60/Impostor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Impostor - A Text-writing impostor bot (Ghost-writer)

Description: Analyzes a sample.txt, and records the probability of occurance of each word after a sequence of X words, then prints an oputput.txt of Y words based on those probabilities.

Compile command: javac src/*.java

Run command: java Impostor X Y sample.txt output.txt

Sample usage: java Impostor 3 500 samples/TrumpSpeaches.txt output/out.txt

Author: Ricardo Solano - rsolano.net

License: GNU General Public License Version 3 (GPL V3) You are free to distribute, NOT to sell this as a proprietary software bundle. Please check details in attached document.