Re: [Languagetool] Improve the web demo of LanguageTool?

2012-01-22 Thread Nathan Wells
Looks good - here's a bit of css to make it match: BODY TABLE TBODY TR TD.content FORM SELECT#lang:HOVER { background-color: #EF8701; color: #FF; border: 2px solid #464646; } BODY TABLE TBODY TR TD.content FORM SELECT#lang { background-color: #F9F5F2; color: #464646; border: 2px solid

[Languagetool] Ant Test Fail

2012-01-22 Thread Nathan Wells
Hi Everyone, Not sure if it is just me - I'm getting an ant test failure: [junit] Running org.languagetool.MainTest [junit] Testsuite: org.languagetool.MainTest [junit] Tests run: 10, Failures: 1, Errors: 0, Time elapsed: 0.748 sec [junit] Tests run: 10, Failures: 1, Errors: 0,

Re: [Languagetool] Download button

2012-02-03 Thread Nathan Wells
Something that looks like the image attached? If everyone likes it, I can do the CSS. Do we want pure CSS like the firefox page? Personally I think it is a lot of work, and it doesn't look the same in all browsers, and a png is so small, you don't really improve load time. If we do a background

Re: [Languagetool] Download button

2012-02-04 Thread Nathan Wells
-- On Feb 4, 2012 11:15 PM, Daniel Naber list2...@danielnaber.de wrote: On Samstag, 4. Februar 2012, Nathan Wells wrote: Here's a go at it: Thanks - I didn't see your attached image actually linked in the CSS or HTML, could you ceck that? Regards Daniel -- http

Re: [Languagetool] Download button

2012-02-05 Thread Nathan Wells
Sure - I put the original .ai (Illustrator) file along with a pdf up here - http://www.sbbic.org/languagetool-download-button-red.zip -Nathan On Sun, Feb 5, 2012 at 7:37 PM, Daniel Naber list2...@danielnaber.dewrote: On Samstag, 4. Februar 2012, Nathan Wells wrote: languagetool-download.png

Re: [Languagetool] getting rid of mark_from and mark_to

2012-05-13 Thread Nathan Wells
Awesome, good work - I also mess up quite a bit with the mark_from/to - this looks like a great solution. -nathan On Mon, May 14, 2012 at 12:03 AM, Daniel Naber list2...@danielnaber.dewrote: On Freitag, 11. Mai 2012, Marcin Miłkowski wrote: I haven't used XSLT for some time, will need some

Re: [Languagetool] last chance for translation updates

2012-06-29 Thread Nathan Wells
You can add me to the translation team for Khmer - I won't be able to get it done in time for 1.8, but we will work on it for 1.9. My username is sungkhum. -Nathan On Fri, Jun 29, 2012 at 5:36 PM, Daniel Naber list2...@danielnaber.dewrote: I'm going to create the LanguageTool 1.8 release

Re: [Languagetool] vote about logo proposals

2012-09-20 Thread Nathan Wells
I was just messing around with some of the ideas Luis had on the designs and thought I would add a design for ideas that maybe could be explored by Luis if people like the direction it is going. I like the idea of the different languages being used, but I also like the underline, so I merged them

Re: [Languagetool] vote about logo proposals

2012-09-23 Thread Nathan Wells
I can do it tomorrow if that works. -Nathan On Sun, Sep 23, 2012 at 5:34 PM, Daniel Naber list2...@danielnaber.dewrote: On 21.09.2012, 22:33:48 Daniel Naber wrote: The squiggle under LT is angular. What about a rounded squiggle? The logo is now checked in at

Re: [Languagetool] vote about logo proposals

2012-09-23 Thread Nathan Wells
Sorry, I'm having trouble finding the source - where is it exactly? -nathan On Sun, Sep 23, 2012 at 5:34 PM, Daniel Naber list2...@danielnaber.dewrote: On 21.09.2012, 22:33:48 Daniel Naber wrote: The squiggle under LT is angular. What about a rounded squiggle? The logo is now

Re: [Languagetool] vote about logo proposals

2012-09-23 Thread Nathan Wells
Ah, found it: https://languagetool.svn.sourceforge.net/svnroot/languagetool/trunk/website/logo-sources/ -nathan On Sun, Sep 23, 2012 at 9:48 PM, Nathan Wells sungk...@gmail.com wrote: Sorry, I'm having trouble finding the source - where is it exactly? -nathan On Sun, Sep 23, 2012 at 5:34

Re: [Languagetool] Firefox extension

2012-11-09 Thread Nathan Wells
Ah - that was me..en_US :) I experimented with Khmer and then changed it back. Awesome - now it works! I just noticed this now - for the api is it possible to change Khmer to km-KH instead of km-KM? Though maybe in the future it would be best to have a drop-down list so it wouldn't matter...

Failed Test

2013-05-17 Thread Nathan Wells
I haven't updated the Khmer module in a while, but have some new stuff to add. Now that LanguageTool uses Maven I believe I am all setup for that now, but I am getting a failure when I build using mvn clean package: Failed tests:

Re: Failed Test

2013-05-18 Thread Nathan Wells
Ortolà i Font jaumeort...@gmail.comwrote: Hi Nathan, There was an error in the Catalan grammar file. But it is solved now. If you do svn update again, there should be no error. Regards, Jaume Ortolà 2013/5/18 Nathan Wells sungk...@gmail.com I haven't updated the Khmer module in a while

Re: Failed Test

2013-05-18 Thread Nathan Wells
, port 8081. Anyone know what to do? Thanks, Nathan On Sat, May 18, 2013 at 3:55 PM, Daniel Naber list2...@danielnaber.dewrote: Am 18.05.2013 10:48, schrieb Nathan Wells: I increased my MAVEN_OPTS=-Xmx512m but it still doesn't work. You will additionally need to set something like

Re: Failed Test

2013-05-18 Thread Nathan Wells
Cool thanks, that worked. -Nathan On Sat, May 18, 2013 at 6:37 PM, Daniel Naber list2...@danielnaber.dewrote: Am 18.05.2013 13:24, schrieb Nathan Wells: Is there anyway just to disable the building of the http server? You could remove this line from the top-level pom.xml

Turn off tests?

2013-05-22 Thread Nathan Wells
Is there anyway to turn off tests for every language except Khmer in maven? I am working through some new rules and don't want to wait so long for the build... Thanks, Nathan -- Try New Relic Now We'll Send You this Cool

Test only Khmer rules

2013-05-22 Thread Nathan Wells
Found it: mvn --projects languagetool-language-modules/km --also-make clean test Didn't look close enough on the wiki: http://wiki.languagetool.org/maven-tips Thanks, Nathan -- Try New Relic Now We'll Send You this

Detect Spaces Before Words?

2013-05-22 Thread Nathan Wells
Hello Again, I am writing a rule trying to detect a space (U+0020) before a certain token for Khmer. And if it is not present (or if only a zero-width space exists U+200B) to add a space before the words. But it looks rules in the grammar.xml might not be able to discern the difference between a

Re: Detect Spaces Before Words?

2013-05-22 Thread Nathan Wells
list-addr...@wp.plwrote: W dniu 2013-05-22 16:00, Nathan Wells pisze: Hello Again, I am writing a rule trying to detect a space (U+0020) before a certain token for Khmer. And if it is not present (or if only a zero-width space exists U+200B) to add a space before the words

Re: Detect Spaces Before Words?

2013-05-23 Thread Nathan Wells
)? The reason is in Khmer there are certain conjunctions that should always have a Real space before them, not just a zero-width space, so I am trying to create a rule to detect this. Thanks, Nathan On Wed, May 22, 2013 at 10:35 PM, Nathan Wells sungk...@gmail.com wrote: Yes, I used the spacebefore

Re: Detect Spaces Before Words?

2013-05-23 Thread Nathan Wells
: Might a change to the spacebefore-detection be an option? Like specifying space type instead of just No or Yes ? Ruud On 23-05-13 12:58, Marcin Miłkowski wrote: W dniu 2013-05-23 11:32, Nathan Wells pisze: So I just confirmed with some farther testing that spacebefore considers a zero

Help with Khmer Java Rule Creation

2013-05-29 Thread Nathan Wells
I need some help creating a java rule for the Khmer language in LanguageTool. Would someone be willing to create what I believe is a simple java rule for the Khmer language? You shouldn't need to know Khmer to create the rule. But if you need clarification on any point please don't hesitate to

Re: Help with Khmer Java Rule Creation

2013-05-29 Thread Nathan Wells
, May 30, 2013 at 6:05 AM, Nathan Wells sungk...@gmail.com wrote: Wow thanks Jaume! I am getting an error on build: Tests in error: KhmerPatternRuleTest.testRules:28-PatternRuleTest.runGrammarRulesFromXmlTest: 72-PatternRuleTest.runTestForLanguage:108 ╗ Runtime

Re: 8000 users of LanguageToolFx

2013-09-16 Thread Nathan Wells
Of course a nice integration like the native spell checker would be best. I am assuming this isn't possible at the moment? For me the user-interface really needs some work, also it would be great to see this ported to Chrome, that's what I use. -Nathan On Mon, Sep 9, 2013 at 8:32 PM, gulp21

Re: Modules for individual supported languages?

2013-10-05 Thread Nathan Wells
In countries like Cambodia (Khmer), 45MB is a big deal and limits people wanting to download it (because of lack of speed and cost). I am all for splitting it up so the file can be smaller. With Maven it seems like it should be possible without any overhead once the change is made? -Nathan On

Re: Large wordlist of exceptions

2014-03-21 Thread Nathan Wells
...@gmail.comwrote: 2014-03-21 9:32 GMT+01:00 Nathan Wells sungk...@gmail.com: So I want to create a rule that asks the user to use the Latin colon rather than the Khmer character ៈ except in Khmer words that actually end in the ៈ character. There are 365 Khmer words that can end in a ៈ character

Khmer Rule Help

2014-03-21 Thread Nathan Wells
Would someone be willing to help me with this rule? I can't seem to figure out how to get it to work. Basically I need to find all words that end with the ៈ character except for the exception words and then suggest that ៈ be replaced with ៖ Two things I am not sure about: 1) How to find a

Re: Khmer Rule Help

2014-03-21 Thread Nathan Wells
consider using ៖ instead./short example type=correct ដូច​ការ​markerនេះ៖/marker /example example type=incorrect correction=តទៅ៖ ដូច​ការ​markerតទៅៈ/marker /example /rule 2014-03-21 22:46 GMT+07:00 Nathan Wells sungk

Re: Khmer Rule Help

2014-03-22 Thread Nathan Wells
Thanks Daniel, I hadn't tried the new rule editor - looks nice! -Nathan On Sat, Mar 22, 2014 at 3:39 AM, Daniel Naber daniel.na...@languagetool.org wrote: On 2014-03-21 17:15, Nathan Wells wrote: Ok, I think I figured it out. Does this look right? As someone mentioned, the $ isn't

Inter-language Rule

2014-03-22 Thread Nathan Wells
Is there any way to create a rule that goes across languages? I am trying to create a rule for consistent Khmer punctuation. Often users will use English punctuation when they should use Khmer or French punctuation and I want to correct it, but because the punctuation marks are tagged as English