related https://github.com/explosion/spaCy/issues/3756#issuecomment-516020381 ``` echo "東京都 へ 行く" | java -jar target/sudachi-0.3.0.jar 東京都 名詞,固有名詞,地名,一般,*,* 東京都 空白,*,*,*,*,* 空白,*,*,*,*,* へ 助詞,格助詞,*,*,*,* へ 空白,*,*,*,*,* 行く 動詞,非自立可能,*,*,五段-カ行,終止形-一般 行く ``` Is this expected result ? Multiple blanks parsed to multiple 空白,*,*,*,*,*
related explosion/spaCy#3756 (comment)
Is this expected result ? Multiple blanks parsed to multiple 空白,,,,,*