Re: Re: Error committing compounds.txt

2013-08-20 Thread Jaume Ortolà i Font
2013/8/20 Marco A.G.Pinto marcoagpi...@mail.telepac.pt Could someone add this file again to the Portuguese folder? Done. Jaume -- Introducing Performance Central, a new site from SourceForge and AppDynamics.

Re: Re: Error committing compounds.txt

2013-08-20 Thread Dominique Pellé
Marco A.G.Pinto wrote: Hello! I have done a mistake somehow. I tried to commit the file but it wasn't working. So, I tried to revert the changes.txt like Daniel suggested in the private e-mail but no success since the revert option didn't appear. No, you should have done a git pull

Re: Error committing compounds.txt

2013-08-20 Thread Marco A.G.Pinto
Thanks, Jaume :-) On 20/08/2013 12:04, Jaume Ortol i Font wrote: 2013/8/20 Marco A.G.Pinto marcoagpi...@mail.telepac.pt Could someone add this file again to the Portuguese

Re: Error committing compounds.txt

2013-08-20 Thread Marco A.G.Pinto
Dominique, Thanks! Where can I download GIT software like Tortoise (for Windows)? Is it easy to use? I will first try like Panagiotis Minos suggested and do a fresh checkout everytime I have problems... but, if it doesn't fix it,

Re: Error committing compounds.txt

2013-08-20 Thread Daniel Naber
On 2013-08-20 14:37, Marco A.G.Pinto wrote: Is it easy to use? Not really - I recommend you stay with svn and try to fix the problems instead. You will need to find how to revert a local change in tortoise, I'm sure there's a tutorial, or otherwise Google will help you. Regards Daniel --

Re: Error committing compounds.txt

2013-08-20 Thread Xavi Ivars
I'd really suggest using the Github tool for windows. It has quite a lot of documentation, and it's pretty easy to use. http://windows.github.com/ 2013/8/20 Daniel Naber list2...@danielnaber.de On 2013-08-20 14:37, Marco A.G.Pinto wrote: Is it easy to use? Not really - I recommend you

Re: new min/max attributes

2013-08-20 Thread Daniel Naber
On 2013-08-20 09:19, Daniel Naber wrote: we have min and max attributes now. Quoting the change log: Oh well, I see it's still buggy. Don't waste your time trying it, I will now try to fix it. The source code for this is quite complicated, but it should work now: token skip=2foo/token can

Re: trying OpenRegex

2013-08-20 Thread Daniel Naber
On 2013-08-14 18:59, Marcin Miłkowski wrote: For or, I can see two solutions: (a) run-time conversion of such rules to a list of normal rules (when reading the file, in the similar way as phrases are used) -- this is the easiest way and it seems straightforward I agree. Does somebody

Re: speed up using multiple processors

2013-08-20 Thread Daniel Naber
On 2013-08-19 22:12, Dominique Pellé wrote: In this example, the speed up is +37.5%. Useful speed up, but at the same time I was hoping for more speed up given that I have 4 cores on my i5 laptop. While checking the sample file, 'top' reports that java process used only ~ 220% of the CPU in

Re: speed up using multiple processors

2013-08-20 Thread Dominique Pellé
Daniel Naber wrote: On 2013-08-19 22:12, Dominique Pellé wrote: In this example, the speed up is +37.5%. Useful speed up, but at the same time I was hoping for more speed up given that I have 4 cores on my i5 laptop. While checking the sample file, 'top' reports that java process used only

Re: speed up using multiple processors

2013-08-20 Thread Xavi Ivars
Hi, I wanted to start hacking LT, and this issue looked like an easy-fix to start with. I added a check to see if it's possible to read from stdin, and now it works. But I'm not sure why, because this check shouldn't affect how the reading process happens... Maybe someone else can explain me why