File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased changes]
4
4
- Use ` overloaded strings `
5
5
- Syllabify the words of a file piped from ` stdin ` in the command line
6
- - Write tests for the library
7
6
- Write haddock documentation
8
7
8
+ ## [ 0.1.0.1] - 2018-01-13
9
+ ### Added
10
+ - Fix for words beginning in 2 consonants that are not a cluster (mnemônico, pterodáctilo)
11
+ - Rules for upper case letters
12
+ - Tests for the library
13
+
9
14
## [ 0.1.0.0] - 2018-01-10
10
15
### Added
11
16
- The github repository ` jjunho/Syllable `
Original file line number Diff line number Diff line change 2
2
--
3
3
-- see: https://github.com/sol/hpack
4
4
--
5
- -- hash: 6ca034cb779638670afecde4c9e9a8c9c7dee5c7475284520bdc9229c73ffc4f
5
+ -- hash: 17e46d381ce1357ffa74aa6a976d01c16709e4b855af2fa34cb2f069c076f65d
6
6
7
7
name : Syllable
8
- version : 0.1.0.0
8
+ version : 0.1.0.1
9
9
synopsis : Syllabification in Portuguese
10
10
description : Please see the README on Github at <https://github.com/jjunho/Syllable#readme>
11
11
category : Natural Language Processing
Original file line number Diff line number Diff line change 1
1
name : Syllable
2
- version : 0.1.0.0
2
+ version : 0.1.0.1
3
3
github : " jjunho/Syllable"
4
4
license : BSD3
5
5
author : " Juliano Paiva Junho"
Original file line number Diff line number Diff line change 39
39
strSyllables " Piauí" `shouldBe` " Pi au í"
40
40
it " transclínico" $
41
41
strSyllables " transclínico" `shouldBe` " trans clí ni co"
42
+ it " pterodáctilo" $
43
+ strSyllables " pterodáctilo" `shouldBe` " pte ro dác ti lo"
You can’t perform that action at this time.
0 commit comments