User talk:YoshiRulz

Welcome to Wikifunctions, YoshiRulz!
Wikifunctions is an open repository of code functions that anyone can use and contribute to!
Do you need some help getting started? Here are some pages you can familiarize yourself with:
- Introduction – An introduction to the project.
- Community portal – The portal for community members.
- Contents – The main help page for editing and using the site.
- Glossary – Definitions of frequently used terms.
- FAQ – Frequently asked questions.
- Project chat – Discussions about the project.
Please remember to sign your messages on talk pages by typing four tildes (~~~~); this will automatically insert your username and the date.
If you have any questions, don't hesitate to ask on Project chat. Once again, welcome, and I hope you quickly feel comfortable here, and become an active contributor to Wikifunctions.
Best regards! VIGNERON (talk) 18:40, 15 January 2025 (UTC)
Thank you for adding this test. Would it be correct to add "grammatical features" (e.g. plural (Q146786)) on wikidata:Lexeme:L1319680#F1? --99of9 (talk) 00:24, 2 May 2025 (UTC)
- I'm not familiar enough with Wikidata's schema to say, but I'd imagine not. Most nouns in Japanese aren't inflected for number (enwiki). (I was considering adding another test with one of the exceptions, "友達" = "friends", but decided against it because it could be considered the informal option as opposed to "友人", and per the note on enwiki there it's also singular.) YoshiRulz (talk) 03:46, 2 May 2025 (UTC)
- That's an interesting challenge. Perhaps (for Japanese at least) we should just infer that the lexeme form is allowed as a plural from the absence of an explicitly marked "singular"? Also, if the function returned ラビット, would that also be correct? --99of9 (talk) 06:32, 2 May 2025 (UTC)
- For a function intended to be used in NLG you'd want it to return non-singular to cover languages like Japanese, but I've just noticed the description which says it returns
the first plural form (if any)
, so maybe not? d:WD:Lexicographical data/Documentation/Languages/ja/modeling doesn't mention singular (Q110786) or plural (Q146786). - As for 'ラビット', I'll defer to jawiki and say that it would be understood to be an English word. YoshiRulz (talk) 20:05, 2 May 2025 (UTC)
- For a function intended to be used in NLG you'd want it to return non-singular to cover languages like Japanese, but I've just noticed the description which says it returns
- That's an interesting challenge. Perhaps (for Japanese at least) we should just infer that the lexeme form is allowed as a plural from the absence of an explicitly marked "singular"? Also, if the function returned ラビット, would that also be correct? --99of9 (talk) 06:32, 2 May 2025 (UTC)
Functioneer
Hi! You have been doing great work. I'd like to suggest that you request functioneer rights so that you can connect and disconnect implementations and tests as you need. --99of9 (talk) 10:16, 7 December 2025 (UTC)
Z30847 and Z30848
Hi! You've created Z30847 and Z30848. They don't have any tests or implementations. Do you plan to do anything with them? Amir E. Aharoni (talk) 00:13, 22 March 2026 (UTC)
- They're subroutines of Z30108. I haven't bothered implementing those two because they're not useful without the rest of the stack; see {{AboutTopic}}/testwiki:Module:Sandbox/YoshiRulz/AboutTopic. YoshiRulz (talk) 03:27, 22 March 2026 (UTC)
Now that you've created a function that allows us to handle queries, would it be a good idea to change the rectangular-to-polar conversion function to one that returns the value of ? JJPMaster (she/they) 23:38, 18 May 2026 (UTC)
- I don't follow. The
r*e^(i*t)formula is a polar-to-rectangular conversion i.e. Z33304, which is already used to implement Z35314. YoshiRulz (talk) 23:50, 18 May 2026 (UTC)