Takahiko Ito
Takahiko Ito
test format https://gist.github.com/takahi-i/e24685bafc348e582863ea21eed629b6
Deeply sorry for the late response. I missed this issue.. Thank you very much for the valuable infromation @ddimtirov! The rules in http://www.simplified-english.co.uk/ste-rules.html are very useful. I will implement the...
Thanks for the advice! We already made the issue for the migration, https://github.com/redpen-cc/redpen/issues/796. We should focus on migration to Java 9 immediately after a current major issue, https://github.com/redpen-cc/redpen/pull/794.
Hello @edwardwoodard. To be honest, it is very difficult to handle the problem. The inner parser replace the line break into white space internally, and therefore SuccessiveWords is not able...
I will try this problem when I have a simple engineering solution.
@sfujiwara Thank you very much for your interest in RedPen 🙏 As you think, currently RedPen does not support `.ipynb` format and therefore we need to convert the files to...
Thank you very much for tell us the format of `ipynb` files. We understand that the `ipynb` is a simple json format and can handle `source` of elements which have...
Hello @edwardwoodward! Can you please give us the examples to prevent us misunderstand the problem?
Sorry for the late response 🙇 It looks like we need to apply part of speech tagger to handle this problem 🤔
This issue should be try after #144, since the code is refactored with the issue.