User talk:Amakuru

From Wiktionary, the free dictionary
Latest comment: 10 years ago by CodeCat in topic Template:rw-noun
Jump to navigation Jump to search

Welcome[edit]

Hello, welcome to Wiktionary, and thank you for your contributions so far.

If you are unfamiliar with wiki-editing, take a look at Help:How to edit a page. It is a concise list of technical guidelines to the wiki format we use here: how to, for example, make text boldfaced or create hyperlinks. Feel free to practice in the sandbox. If you would like a slower introduction we have a short tutorial.

These links may help you familiarize yourself with Wiktionary:

  • Entry layout (EL) is a detailed policy on Wiktionary's page formatting; all entries must conform to it. The easiest way to start off is to copy the contents of an existing same-language entry, and then adapt it to fit the entry you are creating.
  • Check out Language considerations to find out more about how to edit for a particular language.
  • Our Criteria for Inclusion (CFI) defines exactly which words can be added to Wiktionary; the most important part is that Wiktionary only accepts words that have been in somewhat widespread use over the course of at least a year, and citations that demonstrate usage can be asked for when there is doubt.
  • If you already have some experience with editing our sister project Wikipedia, then you may find our guide for Wikipedia users useful.
  • If you have any questions, bring them to Wiktionary:Information desk or ask me on my talk page.
  • Whenever commenting on any discussion page, please sign your posts with four tildes (~~~~) which automatically produces your username and timestamp.
  • You are encouraged to add a BabelBox to your userpage to indicate your self-assessed knowledge of languages.

Enjoy your stay at Wiktionary! --Lo Ximiendo 21:03, 14 February 2012 (UTC)Reply

Lo, Thank you for your welcome! Hopefully we can make Wiktionary the number one go-to dictionary site on the web. — Amakuru 08:53, 15 February 2012 (UTC)Reply

Template:rw-noun[edit]

I changed this template a bit, so that it uses the standard formatting of noun classes. I based it mostly on {{zu-noun}}, but I don't know anything about Kinyarwanda grammar so I can't make it as sophisticated. I hope it helps anyway. —CodeCat 14:35, 3 June 2013 (UTC)Reply

Hey, thanks, that looks pretty good. I was trying to find a way to succinctly summarise the various different options (two classes, shared word; two classes, different word; one class, singular only; one class, plural only). I think the way you've done it works quite well. Amakuru (talk) 15:06, 3 June 2013 (UTC)Reply
If the template were converted to Lua, it would be possible to automatically form the plural if the classes are known. Lua can remove the prefix and attach another, but some knowledge of the grammar would be needed to make that work right. I know a bit about Zulu, but not much about Kinyarwanda. —CodeCat 15:38, 3 June 2013 (UTC)Reply
Actually I think the rules for Zulu and Kinyrwanda may be quite similar, as they are with many other Bantu languages. Obviously the precise rules differ though. I'm not too sure what you mean by Lua... if there is an example from Zulu or other Bantu languages then I could probably try to apply the template myself. The rules are pretty simple. The only oddity is that prefixes vary depending on whether the following letter is a vowel and also according to a few funny rules for consonants. (For example in- becomes im- when followed by certain constants thus ingagi but impala). Thanks Amakuru (talk) 16:09, 3 June 2013 (UTC)Reply
Zulu has similar rules but they are not a problem. I'm actually surprised that they are so similar considering how far apart they are. In any case, Lua is a programming language that was recently introduced to Wiktionary. It's intended as a replacement for template logic, and it's much better suited to many tasks than templates are. A particular advantage is that it can do string processing, so it can remove and change parts of words, and analyse the word and add different prefixes depending on the letters in the word. If the noun prefixes of Kinyarwanda are completely predictable (that is, if I give a singular form and two classes, can you accurately form the plural with that alone?) then it is possible to use Lua to automatically generate the plural and you wouldn't need to specify it at all. —CodeCat 16:27, 3 June 2013 (UTC)Reply