You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
danielnaber
changed the title
cross-paragrpah rules don't always work with command-line version
cross-paragraph rules don't always work with command-line version
Apr 16, 2015
Just a note that some change around this has made checking large files via
command-line very slow. At least for Ukrainian.
The file I have with ~610000 sentences that was taking ~6 min to check
before with latest code takes now more than an hour (and it's still not
finished). It's not about swapping as it uses only ~5G out of 24G I have.
The error in this text (
Delfin
vs.Delphin
) does not get detected whenMain.runOnFileLineByLine()
is used, but it works withrunOnFileInOneGo()
:Part of the problem is thatJLanguageTool.getAllActiveRules()
callsrule.reset()
, which isn't clean anyway.Also see this thread: http://www.mail-archive.com/[email protected]/msg04839.html
The text was updated successfully, but these errors were encountered: