Skip to content

Collection of statistical information about texts using finite context models and generation of automatic text

Notifications You must be signed in to change notification settings

tiagohpf/tai-2017-trab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite Context Models and Automatic Generation of Text

Collection of statistical information about texts using finite context models, as well as, generation of automatic text.

How To Run

Execute the application with the following command:

filename order alpha size

Arguments:

  • filename - path of file to read;
  • order - order of Markov's Model;
  • alpha - value of alpha (between 0.001 and 1);
  • size - length of generated text;

Alpha and size are optinal arguments. By omission, the value of alpha is 1 and size is equal or greater to the value of the Markov's order.

Examples:

“I Have a Dream.txt” 3
“I Have a Dream.txt” 3 0.2 100

About

Collection of statistical information about texts using finite context models and generation of automatic text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages