Dear All,
I’m curious if there is a tool out there that allows you to see how many possible Japanese words you can create from a given group of Kanji. For example, using the JLPT N5 I know I can make:
小学校 = Primary school
天気 = Weather
Etc
I’m curious about all the possible words one could make using any combination of the JLPT N5. I appreciate that some combinations would make obscure, rarely used words, however, I thought it would be a fun tool to have.
All the best,
Chris
1 Like
Don’t want to risk sending you down some rabbit hole, but I feel like a regex search of some description might be what you’re after.
3 Likes
A simple example of regex is when you use the asterisk to match any kanji/kana in jisho.org, for further filtering, you can use #n5, #n4, etc.
4 Likes