Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
背景:我将尝试在 2ch.net 的不同留言板上列出最常用的单词/汉字,以便日语学习者可以快速参与在线讨论,从而有动力继续学习。
我正在寻找一种分隔单词的方法,但它不像英语那么简单。单词可以是一个汉字,也可以由多个汉字组成,例如“巨人”(巨人)或“人”(人类),也没有空格。
所以我可能需要一些日语文字处理库,我只知道python、javascript和java。(我更喜欢python)
我搜索了日语的“自然语言处理器”并找到了这个
https://jprocessing.readthedocs.org/en/latest/
这似乎是我一直在寻找的。