Copy Placeholder for Devanagari #99
Replies: 8 comments 2 replies
-
Can you please send me a link to crossword that you're trying to get to work? Because I'm not sure I understand the issue. Exolve does not support transliteration. You'd want to use something like Google Input Tools to convert transliterated text into Devanagari. I'm assuming you've looked at the documentation in https://github.com/viresh-ratnakar/exolve/blob/master/README.md#exolve-language. There's also a test Hindi crossword that I have created: https://viresh-ratnakar.github.io/dev/test-hindi.html Also, I think you should be able to use the Marathi language code (mr Devanagari). I would be very happy to help, once I understand the issue fully... |
Beta Was this translation helpful? Give feedback.
-
Hi Viresh, Thanks for responding. This new change sounds awesome. I will have a look at it. If you don't mind, I'd like to suggest to remove the "space between letters" criteria, if possible. It requires users to click between the letters and hit space which can be a big turn off for most users. But That's just my opinion. |
Beta Was this translation helpful? Give feedback.
-
Thanks, and you site looks great! The reason I need the spaces is that without them I cannot easily split the string into character groups. I'll need to add more complexity to be able to parse (e.g.) "उस्ताद" as "उ स्ता द" from the constituent unicode characters, which are: "उ" |
Beta Was this translation helpful? Give feedback.
-
Hi Viresh, By the way, I am looking for database for Marathi words and clues for my crossword. Any idea, where I can get it? |
Beta Was this translation helpful? Give feedback.
-
Hi Viresh, |
Beta Was this translation helpful? Give feedback.
-
Well, my other crossword project, Exet
<https://github.com/viresh-ratnakar/exet>, can certainly do it. I've tested
it a fair bit for English, for which I have a good/comprehensive dictionary:
Here's my web app location for it:
https://viresh-ratnakar.github.io/exet.html
I also have it working for Hindi, but I only could find a small open source
dictionary for Hindi, so auto-fill doesn't work that well:
https://viresh-ratnakar.github.io/exet-hindi.html
If you can find a good/comprehensive open-source dictionary, then it should
work pretty well. The dictionary will need a bit of preprocessing (see my
Lufz <https://github.com/viresh-ratnakar/lufz> project) but I can help with
that.
Viresh
…On Thu, Mar 28, 2024 at 8:41 PM AmitPatil999 ***@***.***> wrote:
Hi Viresh,
Do you know of any algorithm that can build crossword given the database
of words.
Thanks,
—
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJQ562BTSYYVVL5XPB7BM53Y2TPFJAVCNFSM6AAAAABEZ3H3SGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSNBXHAYTQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks Viresh, |
Beta Was this translation helpful? Give feedback.
-
Sure, Exet has that fully automatic option too (Edit > Autofill) that works
well in English. That's what I meant—but the only open source lexicon for
Hindi that I found is limited, so I'm not sure how well it (Autofill) works
for Hindi.
…On Fri, Apr 5, 2024 at 10:07 PM AmitPatil999 ***@***.***> wrote:
Thanks Viresh,
I checked Exet. But as I understand, it still needs human intervention to
create crossword. What I have done is - on autopilot. It doesn't require
any human intervention. It takes words from database in spreadhsheet and
build crossword using the static layout.
—
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJQ562GGA6UMYDVY7JPIPS3Y357HNAVCNFSM6AAAAABEZ3H3SGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TAMRXGY2TI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Folks, This is a very good software you have developed and I am trying to use it for publishing Marathi crosswords. I tried the copy placeholder feature but didn't work. (I have specified options as hi Devanagari.) It gives me message as "Are you sure you want to do this mismatched copy?"
This is very important feature for Indian languages as Indian words are best written as whole words using transliteration, than individual letters.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions