Jaume Ortolà

Results 71 comments of Jaume Ortolà

We are giving top priority to all suggestions from user dicts. See, for example: https://github.com/languagetool-org/languagetool/blob/07d276b76035fba10f731b8b3625a65508c0c597/languagetool-core/src/main/java/org/languagetool/rules/spelling/morfologik/MorfologikSpellerRule.java#L595 Maybe for short words (up to 4 or 5 characters), we should change that priority....

In general, the end of line character creates a new sentence for LanguageTool. Considering this, the rule matches as expected when there are three sentences starting with the same word....

In the first sentence, `équipes` is disambiguated correctly as a noun: ``` Je[je/R pers suj 1 s] veux[vouloir/V ind pres 1 s] mieux[mieux/A] faire[faire/V inf] travailler[travailler/V inf] les[le/D e p,les/_GN_FP]...

The words in the sentences start with all the tags present in the dictionary. Then, in `disambiguation.xml`, we select some tags. But this is a difficult process. It is even...

The word tokenization issue is a bit more complicated than I said, specially if you want it to be useful for all languages. The most important thing is that the...

We need to clarify the issue of word tokenization. I will make a concrete proposal. Add to the language configuration file a setting with replacements to be made (in order)...

Looking again into the word tokenization issue, I find that the problem was not `"oster-monath"`or `oster-monath,` but `l'"oster-monath"`, which is not detected if the word in the blacklist is just...

Hi @milekpl. I will take a look. If the problem is related to the tracked changes, there is no easy solution. I tried to solve #2, but there is no...

Thanks for the report. We know that Microsoft has no internal support (not even a code) for some of the languages used in LanguageTool: Esperanto (eo), Asturian (ast) and Tagalog...

The prerequisites are here: - [Walkthrough: Creating Your First VSTO Add-in for Word](https://msdn.microsoft.com/en-us/library/cc442946.aspx) - [Configuring a Computer to Develop Office Solutions](https://msdn.microsoft.com/en-us/library/bb398242.aspx)