Revision: 8966
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8966&view=rev
Author:   jaumeortola
Date:     2013-01-12 23:24:58 +0000 (Sat, 12 Jan 2013)
Log Message:
-----------
Keeping isWhitespaceBefore data in MultiWordChunker.java.

Modified Paths:
--------------
    
trunk/JLanguageTool/src/main/java/org/languagetool/tagging/disambiguation/MultiWordChunker.java

Modified: 
trunk/JLanguageTool/src/main/java/org/languagetool/tagging/disambiguation/MultiWordChunker.java
===================================================================
--- 
trunk/JLanguageTool/src/main/java/org/languagetool/tagging/disambiguation/MultiWordChunker.java
     2013-01-12 21:38:54 UTC (rev 8965)
+++ 
trunk/JLanguageTool/src/main/java/org/languagetool/tagging/disambiguation/MultiWordChunker.java
     2013-01-12 23:24:58 UTC (rev 8966)
@@ -184,6 +184,7 @@
       final String prevAnot =  oldReading.getHistoricalAnnotations();
       AnalyzedTokenReadings newAtr = new 
AnalyzedTokenReadings(oldReading.getReadings(), 
               oldReading.getStartPos());
+      newAtr.setWhitespaceBefore(oldReading.isWhitespaceBefore());
       newAtr.addReading(newReading);
       newAtr.setHistoricalAnnotations(
               annotateToken(prevAnot, old, newAtr.toString()));

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
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. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to