Skip to content

๐Ÿ“„ An application that preprocesses text to be further analysed as a digraph

Notifications You must be signed in to change notification settings

gabrielsanttana/text-pre-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

72 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“„ Text Pre Analyzer

An application that preprocesses text to be further analyzed as a digraph

๐Ÿ› ๏ธ Technologies

โš™๏ธ Requirements

๐Ÿš€ Installation

$ git clone https://github.com/gabrielsanttana/text-pre-analyzer

.txt

To be able to properly run the program, add example.txt file in the project root with the following text:

Wanted and Wild
MoonSun


See the spot no one may touch
Crossed the line way too much
Resist the urge to slip away
Getting stronger day by day
See the light in our eyes
Faces pale at the sound of lies
The scarlet key will still shine on
When the masters will be gone
Let us wake up in a sea of trees
And in gentle waves of the endless sea
These are the days we'll never forget
These are the days we'll never regret
Fight for the right, defending our pride
Wanted and wild, we're wanted and wild
Surrender of our souls
Dread to think like shallow holes
Restrained to others that we pass
Equality among the mass
Let us wake up in a sea of trees
And in gentle waves of the endless sea
These are the days we'll never forget
These are the days we'll never regret
Fight for the right, defending our pride
Wanted and wild, we're wanted and wild
We will break the chains of time
Too many tombs we leave behind
A break of dawn without remorse
Guided by our secret source
These are the days we'll never forget
These are the days we'll never regret
Fight for the right, defending our pride
Wanted and wild, we're wanted and wild
Wanted and wild
We're wanted and wild

.csv

To generate the digraph (in .csv format) from this text, run:

$ cd text-pre-analyzer/src
$ javac Main.java
$ java Main ../example.txt

About

๐Ÿ“„ An application that preprocesses text to be further analysed as a digraph

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages