-
Notifications
You must be signed in to change notification settings - Fork 0
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
Preference about grouping #363
Comments
I guess this group should have merged only separate expressions with SE, because it's too frequent word. |
In this case, I was planning to merge them into the less-common word. For example, I was thinking to merge 'er se el mlo merek el rak' into 'rak'. The only problem is that the 'see also' would end up pointing to itself. But I can clean that up with some fancy mysql. |
Maybe this would be better as a grammatical explanation. There are so many common constructions with these words that it would be helpful to new learners who would not intuitively understand their meaning. |
yep. I also did it so in the Woleaian dictionary, which doesn't work anymore( |
That would be nice. How specifically do you propose we do this? We need someone to write the grammatical explanation and then we need to figure out how to share that with people. Just another link from the top menus or some other method? |
I think under the DOSUUB tab, we could have a page called "Common Constructions" or similar. In this we could have sections labeled "SEI," "KIREL," "NGERANG," "MEKERANG," etc., and give clear examples of different ways these are used. For example, "Se el bo kumtab a bechik e ng kmal mo dmeu a renguk." This means, "When I think about my spouse, I become very happy." But as a beginner, I would have thought this meant something like, "What I think about my wife, etc." As another example, "Ak mesuub a tekoi er Belau el kirel me lsebechek el medenge a cheldechederir a ongalek er a bechik." This means "I study Palauan to be able to understand my spouse's family's conversations." But as a beginner, I would have thought that this meant something like, "I study the language that pertains to Palau and I can understand..." The specific nuance is lost with new learners in many of these phrases. I have been studying Palauan on and off for about 9 years now, and I know I would have appreciated this as a beginner. |
Actually, they are already grouped in the root words. There seems to be some sophisticated logic (I previously wrote and forgot) that ungroups expressions in some search results. Cool! There are some dangling expressions that we should probably group: mysql> select pal from all_words3 where pos like 'expr.' and id=stem order by pal; |
Is there a way to custom order search results? |
Not right now. Just alpha which is the default. How else would you like to sort?
…________________________________
From: ChrisPerrette ***@***.***>
Sent: Thursday, October 20, 2022 5:24:46 PM
To: tekinged/missing ***@***.***>
Cc: John Bent ***@***.***>; Author ***@***.***>
Subject: Re: [tekinged/missing] Preference about grouping (Issue #363)
Is there a way to custom order search results?
—
Reply to this email directly, view it on GitHub<#363 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAPT2PQRZFFZWEXVDHKXFADWEHID5ANCNFSM6AAAAAARJSLMCI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Well, like you said, parts of speech and root words would be nice. Also the ability to put the matching entries before the matching definitions. I can't tell you how many times I have searched a common word only to have to scroll through a hundred entries that have the word in their definitions but not the entry itself. Perhaps also the ability to prioritize main entries over sub-entries. I am sure I am asking for a lot, but I think it would simplify a lot of searches. |
another page I want under dosuub is something like 'little words'. Would be great to have a beginner page explaining the words like 'a', 'el', 'le', 'er'. |
The rest might take a bit more effort. This particular request makes a ton of sense though. And this should just be the default. Adding preferences is more work. Changing the default is much easier. I think this is a great idea and I'll try to find time to do this. I have seen this same problem myself when searching for a small common word.
Not sure what this means. Can you provide an example search and explain what you are thinking please? |
Well, if you look at your SE search, you’ll notice that SE appears as part of an expression many times before it displays the main entry SE/SEI/ISEI. This actually brings up a bug I have noticed. The search won’t actually consider any of the alternative spellings after the first. Like if you search SEI, it does not highlight the word SEI I the main entry, SE/SEI/ISEI. |
@ChrisPerrette , thanks for the feedback and helping make tekinged better! I'm a teeny bit confused though. What you just explained is already what I understood you to be asking for when you said, "Also the ability to put the matching entries before the matching definitions." Cool. I'm gonna work on that! So when you also said, "Perhaps also the ability to prioritize main entries over sub-entries," I thought this was different from the above. But now I think it's just the same request in different words. Cool. I'm gonna work on that! But, if these are different requests, please help me understand the difference.
Also, not sure I understand this. Are you suggesting that when you search for a word, it should highlight (and search) for the word and its variants? That's an interesting idea. Right now the search results for SE are different than the search results for SEI and ISEI. Since we have them as variants, are you suggesting that the search results for all three should be the same (and should be the merged searches for all three)? That's an interesting idea. Thanks for all the great feedback! |
Sorry if I was confusing. I would like the order of search results to be like this, using SE for example.
I think this would be the most useful order for searches. Maybe the structure of tekinged is not conducive to this, but if it is, it would be awesome. Concerning the spelling alternatives, what you said sounds really cool. It would be nice to see the same word spelled differently. The bug I was referring to is not what I thought. I did some testing and I discovered that the search functionality works, but it doesn't highlight the entry. For example, if you search for CHAKKAI, an alternative of AKAI, it will show the word but not highlight it. So it is less of a bug than I thought it was. |
Update: this is closer to working now. When you search for a root word, then the search results are order as so:
However, if you search for a branch word (e.g. uai is a variant of ua and mlil is a n.poss.s3 of mlai), then the ordering doesn't pull the main entry to the top. To solve this, we need to make it so that all searches reroute to the root word. However, we can't just change the search term because we want the highlighting to still highlight the original user-supplied search term. Note to self: resume work at functions.php: 1364 (if line numbers have changed, search for 'exact') |
I was just looking up 'se' and I noticed there are a ton of expressions which show up as individual entries:
https://tekinged.com/?lookup=se&direction=pe
I think it would look cleaner and be easier for the user if these are grouped into some of the base words. Something more like,
Does anyone have strong feelings that they are better left as they are now as separate individual entries?
The text was updated successfully, but these errors were encountered: