Skip to content

Commit

Permalink
Add corrected exceptions issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwestbury committed Jun 5, 2015
1 parent e67ef4e commit ce3b95d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Text/Greek/Mounce/NounThirdDeclension.hs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ thirdDeclensionNouns =
ὑπολαμπάς χιλιάς χλαμύς πο- τετράπο-
exceptions:
πο- nom sg πούς
πο- voc sg πούς
τετραπο- nom sg τετράπους
τετραπο- voc sg τετράπους
|]
, mounce §§ ["n-3c(3)"] $
[nounCategory|
Expand Down Expand Up @@ -427,6 +429,7 @@ thirdDeclensionNouns =
ὗς δάκρ-
exceptions:
δάκρ- nom sg δάκρυ
δάκρ- nom sg δάκρυ

This comment has been minimized.

Copy link
@scott-fleischman

scott-fleischman Jun 5, 2015

Owner

Duplicate line?

|]
, mounce §§ ["n-3e(2)"] $
[nounCategory|
Expand Down Expand Up @@ -531,6 +534,7 @@ thirdDeclensionNouns =
χρῆσις σίναπ-
exceptions:
σίναπ- nom sg σίναπι
σίναπ- voc sg σίναπι
|]
, mounce §§ ["n-3e(6)"] $
[nounCategory|
Expand Down Expand Up @@ -566,7 +570,7 @@ thirdDeclensionNouns =
exceptions:
δεῖν- nom sg δεῖνα
Σαλαμί- nom sg Σαλαμίς
Σαλαμί- voc sg Σαλαμίνσ
Σαλαμί- voc sg Σαλαμίν
|]
, mounce §§ ["n-3f(1b)"] $
[nounCategory|
Expand Down

2 comments on commit ce3b95d

@joshwestbury
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not seeing that locally.

@scott-fleischman
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do and pushed a fix.

Please sign in to comment.