Skip to content

Releases: dfzunigah/Poetry-Analysis

operating system

17 May 05:30
Compare
Choose a tag to compare

Functional programming fully implemented.
Code is now documented.
Added some extra functions.
First fully operating version.

Data Analysis Visualization

11 May 15:06
Compare
Choose a tag to compare

New approach: Functional programming
New approach: Modular input
Some data visualizations of the analysis made

Independent Processes and Format Printing

03 May 23:35
Compare
Choose a tag to compare

Comparing and analyzing are now independent processes.
Comparing results printing is now formated in an table-like way.
Added exception handling functions.

Comparison Methods and Unique Vector

03 May 20:33
Compare
Choose a tag to compare

Implemented a unique vector for representing each poem.
A matrix allows to see each poem representation.
Now it's possible to compare poems among them: Three (3) methods available.

Parameter's bug fixed

03 May 02:28
Compare
Choose a tag to compare

A bug that was making the parameter to malfunction was fixed, now the program is operating correctly

Rhythm Pattern (Language independent)

02 May 18:45
Compare
Choose a tag to compare

This approach allows us to get the poem's rhythm pattern through an array with numeric identification

Comparator version

30 Mar 23:45
Compare
Choose a tag to compare

An improved version. It counts # of rare words (Hapax, Dis and Tris), # of total words and unique ones, # of verses and # stanzas. The best improvement is the fact that now the poem can be visualized as a vector allowing to compare a series of poems. Another great improvement was the adition of a loop so, now it can process a series of poems at once.

Alpha Version

30 Mar 23:36
Compare
Choose a tag to compare

This is the first version of the analyzer, it allows to count # of verses, # stanzas and the # of each word.