Rotem Dan
Rotem Dan
I published version `0.10.5`, in which the Chinese segmentation is now using coarse mode, so you can test how it works. **Note**! Now, when playing the result in the terminal,...
Here is a part of the [original documentation for the Python version of Jieba](https://github.com/fxsjy/jieba): ```py #encoding=utf-8 import jieba seg_list = jieba.cut("我来到北京清华大学", cut_all=True) print("Full Mode: " + "/ ".join(seg_list)) # 全模式...
Currently the subtitle algorithm doesn't split within individual words given to it. The reason 的 was broken into a new line is that the complex algorithm I made to decide...
I was thinking of another option to deal with this: When a word is broken in most languages and continues on the next line, like, say `encyclopedia` is broken, to...
Alright. Thanks for letting me know, so, if I have a run of characters like 他要求打开的就是我的插件里面的 and I must break it somewhere in the middle, to ensure that the maximum...
What was the exact command line you used? Can you provide more details? The way that output files are written, is that they are first written to a temporary directory,...
Thanks for reporting. I was able to reproduce this. This happens when the target directory to write a file is the root directory of a drive. Before I write the...
Turns out that working around the issue with `ensureDir` wasn't enough. I found a serious bug in the `move` method in the `fs-extra` package, when a file is moved to...
`fs-extra` had 86,665,872 downloads in the **last week** and has 9,000 stars. Isn't that incredible that no one has reported such simple error cases? (there have been more than 1000...
The problem doesn't happen on the root directory of all drives, only drives where the root directory doesn't have write permissions for non-administrator users (or the user Node.js uses, in...