#Is there a discord for developers working on Japanese learning software?

9 messages · Page 1 of 1 (latest)

silk bane
#

I'm working on a project to help my learning and was wondering if there is a discord where their might be some people willing to answer some of my technical questions.

I've been searching for some time now and haven't been able to find anyplace where programmers working on these kinds of projects hang out.

Thanx!

fiery glenBOT
#

<@&1252261403667071056> Is there a discord for developers working on Japanese learning software?

worn bluff
#

Your best bet is contacting people directly I think

#

Depends on what you want to work on

silk bane
#

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.

worn bluff
#

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