tshatrov
tshatrov
I'm unable to actively work on the project right now, but I think this can be achieved by setting `ichiran/characters::*punctuation-marks*` to `nil` and removing non-kana characters from `ichiran/characters::*abnormal-chars*` and `ichiran/characters::*normal-chars*`
Yes you would have to rebuild ichiran-cli after changing the source. вт, 5 апр. 2022 г., 23:32 molesquirrel ***@***.***>: > I completely understand, and I appreciate the reply. If we...
This operation is not well defined, i.e. きました -> くる(来る) or きる(着る). Also seems pretty difficult to implement in general, but I haven't thought about it very hard.
Thanks for reporting, I'll see when I can get around to fixing this.
I also used the search feature a lot. It's good to have a hundred tabs open, but it's very difficult to find the tab I need.
Yeah, I think it only searched the tab title. You'd just type something in Panorama view and the matching tabs would get highlighted.
I tried that, it basically keeps the user input unchanged, which is not what I wanted. In the end I just commented out this line, and I had to add...
@blunderedbishop you're probably missing conj.csv file from [here](https://gitlab.com/yamagoya/jmdictdb/-/tree/master/jmdictdb/data) or `*jmdict-data*` variable is pointing to the incorrect path in settings.lisp
you can achieve the same split by segments by calling the function `basic-split`. Then each part of `romanize*` output (-f option in ichiran-cli) corresponds to the same segment in basic-split:...
The dump can be restored to any database name, the provided command line is just an example. If you restore it to some other name, then `*connection*` in settings.lisp should...