Add repr for Morpheme/MorphemeList#166
Add repr for Morpheme/MorphemeList#166polm wants to merge 1 commit intoWorksApplications:developfrom
Conversation
|
For
(from 3.3.1. Basic customization) This implementation does not seem to follow that purpose. Even if it can't, it is undesirable that it is the same as |
|
The current output looks like this: That doesn't follow the purpose in the language reference and also isn't useful for anything as far as I can tell. |
|
At least, |
|
It is impossible to instantiate Morpheme/MorphemeList directly, so I think we need to decide whether their |
|
How about a format like this,
|
|
As the reasoning for the format, being able to detect whether the word comes from user dictionaries/system dictionaries or OOV can help to debug and resolve problems with user dictionaries. |
This makes it easier to check values when developing interactively. Probably should have been included with #124.