Bugs item #3571322, was opened at 2012-09-24 13:24
Message generated for change (Comment added) made by jaumeortola
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=655717&aid=3571322&group_id=110216

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: development version
Status: Open
Resolution: None
Priority: 5
Private: Yes
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: problems with include_skipped

Initial Comment:
I have two problems using include_skipped in Catalan grammar.xml for generating 
suggestions.
1) When using include_skipped="all", all the skipped tokens come together 
without spaces in between. See rule COM_SI_ES_TRACTES.  Example: "com si d'un 
heroi grec es tractés". It becomes "com si es tractés d'unheroigrec", and 
should be "com si es tractés d'un heroi grec".

2) When using include_skipped="following", if there are no skipped tokens in 
the phrase, then it appears the first (the main) token, but I expect no token 
to appear at all in the match. See rule COM_CONDICIONAL. The phrase "Com no 
vinguis, m'enfadaré" is corrected as "Si no véns, m'enfadaré", which is OK. But 
the phrase "Com vinguis, m'enfadaré" becomes "Si Com véns, m'enfadaré", and 
should be "Si véns, m'enfadaré".

----------------------------------------------------------------------

Comment By: Jaume Ortolà i Font (jaumeortola)
Date: 2013-01-09 16:40

Message:
This problem has been solved by preserving the isWhiteSpaceBefore data in
Match.java, method filterReadings. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=655717&aid=3571322&group_id=110216

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to