Skip to content

Commit baa2dc8

Browse files
committed
text editing
1 parent 7a0bcc9 commit baa2dc8

File tree

2 files changed

+62689
-9
lines changed

2 files changed

+62689
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ SAPE is a poetry editor program, basicly a minimalistic text-editor with two mai
99
* Rhyme search
1010
* Rhyme highlight
1111

12+
### Phonetic Syllable counter
13+
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.
14+
15+
### Rhyme search
16+
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 )
17+
18+
### Rhyme search
19+
Highlights every rhyme wihthin the text.
20+
1221
## Installation
1322

1423
### Linux
@@ -20,15 +29,6 @@ $ pip instal -r requiments.txt
2029
$ ./sape.py
2130
```
2231

23-
### Phonetic Syllable counter
24-
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.
25-
26-
### Rhyme search
27-
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 )
28-
29-
### Rhyme search
30-
Highlights every rhyme wihthin the text.
31-
3232
#### ETC
3333
Right now only works with Brazilian Portuguese , and it uses the word database of dicionario-aberto.net
3434
For the syllable counter we're using https://github.com/alessandrobokan/PETRUS

0 commit comments

Comments
 (0)