Gayle Wrote:5.0 does indeed generate blank word frequency reports from some files. Switching to 4.4 worked for me.
ryuudou Wrote:This blank file thing is happening for me too.
Happens selectively with 4.4 as well. Sometimes Mecab and always with JParser.
cb4960 Wrote:Thanks for the responses. I'll set the primary download on SourceForge to v4.4 until I have the time to investigate the issue further.
@cb4960: I managed to track down this issue. If I put the JTAT in a folder directory without a space i.e. E:\JTAT\, the blank word report issue using JParser doesn't occur. However, if I put JTAT in a folder with space i.e. E:\J T A T\, the blank word report issue does occur.
To summarize, here are my tests.
E:\JTAT\ - no blank
E:\J T A T\ - blank word report
E:\foobar\JTAT\ - no blank
E:\foo bar\JTAT\ - blank word report
E:\foobar\J T A T\ - blank word report
This has been tested with both MeCab and JParser. Same behavior. On JTAT 5.0
What others can do meanwhile, is to place JTAT in a folder or a subfolder without spaces. The output location is not affected by this bug.
That is, JTAT must be in the folders like the following example:
E:\JTAT\
E:\foobar\JTAT\
E:\foo\bar\JTAT\
Edited: 2015-05-10, 11:07 am