Skip to content

Commit

Permalink
text editing
Browse files Browse the repository at this point in the history
  • Loading branch information
caioluders committed Mar 10, 2021
1 parent 7a0bcc9 commit baa2dc8
Show file tree
Hide file tree
Showing 2 changed files with 62,689 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ SAPE is a poetry editor program, basicly a minimalistic text-editor with two mai
* Rhyme search
* Rhyme highlight

### Phonetic Syllable counter
It counts the sum of the Phonetic Syllable of each line, helping the poet to adjust the metric of your poem. It's the number before each line.

### Rhyme search
It helps the poet to find words that rime with a desired word. Select the word and press go to "Edit->Rimes" ( Or cmd+R )

### Rhyme search
Highlights every rhyme wihthin the text.

## Installation

### Linux
Expand All @@ -20,15 +29,6 @@ $ pip instal -r requiments.txt
$ ./sape.py
```

### Phonetic Syllable counter
It counts the sum of the Phonetic Syllable of each line, helping the poet to adjust the metric of your poem. It's the number before each line.

### Rhyme search
It helps the poet to find words that rime with a desired word. Select the word and press go to "Edit->Rimes" ( Or cmd+R )

### Rhyme search
Highlights every rhyme wihthin the text.

#### ETC
Right now only works with Brazilian Portuguese , and it uses the word database of dicionario-aberto.net
For the syllable counter we're using https://github.com/alessandrobokan/PETRUS
Loading

0 comments on commit baa2dc8

Please sign in to comment.