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

Recognise different grammatical cases of the same citation #4

Open
3 tasks
Mkranj opened this issue Dec 19, 2022 · 0 comments
Open
3 tasks

Recognise different grammatical cases of the same citation #4

Mkranj opened this issue Dec 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Mkranj
Copy link
Owner

Mkranj commented Dec 19, 2022

Description

Croatian

Authors can be reffered to in different cases in Croatian (padeži). For example, Cohen, Cohenu, Cohenom. Possesive forms also alter the words - Cohenov. These all refer to the same source.

English

Cohen's (1999) paper is the same as the one referenced by Cohen (1999).

Suggested feature

Recognise different word endings in citations. If two citations differ only in the last letter, keep only one. Same for citations ending in 's.

Example

Superov (1999) članak potaknuo je daljnju diskusiju. (...) Na kraju, nitko nije imao bolju ideju od Supera (1999).
With recognising case, the citation in the Excel file would be a single Super 1999.

Potential issues

  • Which ones to keep? Have a hierarchy (nominativ, genitiv...) and keep the highest one.
  • Could this potentially confuse authors whose surnames actually differs in the last letter?
    • Make this an optional feature.

Grammatical cases implemented:

  • recognise Croatian cases
  • recognise Croatian possesives
  • recognise English possesives
    • probably the easiest
@Mkranj Mkranj added the enhancement New feature or request label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant