Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow exceptions in NounCategory #6

Open
scott-fleischman opened this issue Jun 4, 2015 · 0 comments
Open

Allow exceptions in NounCategory #6

scott-fleischman opened this issue Jun 4, 2015 · 0 comments

Comments

@scott-fleischman
Copy link
Owner

For example, instead of having a separate paradigm just for γυνή, allow exceptions to the paradigm for specific lemmas. This will help cut down the number of one-off paradigms.

    [nounCategory| 
      Stems ending in κ
           sg: pl:
      nom: ξ   κες
      gen: κος κων
      dat: κι  ξι
      acc: κα  κας
      voc: ξ   κες
      lemmas:
        ἀλώπηξ ἄνθραξ δεσμοφύλαξ θώραξ
        κῆρυξ κίλιξ κόραξ ὄρνιξ πίναξ
        πλάξ σάρξ σκώληξ Φῆλιξ Φοῖνιξ
        φοῖνιξ φύλαξ χάραξ χοῖνιξ
        γυναι-
      exceptions:
        γυναι- nom sg γυνη
        γυναι- voc sg γυναι
    |]

Compare the existing two paradigms.

  , mounce §§ ["n-3b(1)"] $
    [nounCategory| 
      Stems ending in κ
           sg: pl:
      nom: ξ   κες
      gen: κος κων
      dat: κι  ξι
      acc: κα  κας
      voc: ξ   κες
      lemmas:
        ἀλώπηξ ἄνθραξ δεσμοφύλαξ θώραξ
        κῆρυξ κίλιξ κόραξ ὄρνιξ πίναξ
        πλάξ σάρξ σκώληξ Φῆλιξ Φοῖνιξ
        φοῖνιξ φύλαξ χάραξ χοῖνιξ
    |]
  , mounce §§ ["n-3b(1)"] $
    [nounCategory| 
      Stems ending in κ - γυνή
           sg:   pl:
      nom: η     αικες
      gen: αικος αικων
      dat: αικι  αιξι
      acc: αικα  αικας
      voc: αι    αικες
      lemmas:
        γυνή
    |]
@scott-fleischman scott-fleischman self-assigned this Jun 4, 2015
joshwestbury pushed a commit that referenced this issue Jun 5, 2015
joshwestbury pushed a commit that referenced this issue Jun 5, 2015
joshwestbury pushed a commit that referenced this issue Jun 5, 2015
@scott-fleischman scott-fleischman removed their assignment Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant