Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Brute force proper noun root finder and a special suffix graph #33

Open
aliok opened this issue Dec 11, 2012 · 1 comment
Open

Brute force proper noun root finder and a special suffix graph #33

aliok opened this issue Dec 11, 2012 · 1 comment

Comments

@aliok
Copy link
Owner

aliok commented Dec 11, 2012

Should accept:

  • Surfaces starting with uppercase letter
  • Including no apostrophe (since with apostrophe, the root is obvious)

Some suffixes which can be applied to these kind of roots:

  • -ler :
    • Turkler,
    • Alilere gidiyorum
  • -gil
    • Ahmetgildeyim
  • -li
    • Kayserili
  • -lik
    • Turkluk

etc.

Check the rules from TDK: http://www.tdk.gov.tr/index.php?option=com_content&view=article&id=187:Noktalama-Isaretleri-Aciklamalar&catid=50:yazm-kurallar&Itemid=132

Some suffixes doesn't make sense to apply proper nouns:

  • - len

Really problematic part is, sometimes apostrophe is used, sometimes it is not.

@aliok
Copy link
Owner Author

aliok commented Dec 11, 2012

Couldn't find more. Maybe all can be applied.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant