#Is there a discord for developers working on Japanese learning software?
9 messages · Page 1 of 1 (latest)
<@&1252261403667071056> Is there a discord for developers working on Japanese learning software?
Your best bet is contacting people directly I think
Depends on what you want to work on
Hi, and thank you!
I'm just having some issues with a morphological parser (Sudachi). The application is simple, it's just making an inventory of the unique words across a couple thousand sentences.
What are you using sudachi for? Which version are you using?
Sudachi has a slack group where you can get info from the devs directly
Also, the docs are pretty clear (at least the ones for Java, the only language I used sudachi with)
It's been a while since I used it (I made something similar to what you're doing but more complicated and extensive), but what I did was parse the words into a collection (in my case, a set in Clojure) and then count the words