-
It didn't underline the whole sentence and changed the day by itself.
![Schermata del 2024-06-26 12-29-47](https://github.com/languagetool-org/languagetool/assets/123581658/f1f78382-aca5-49f5-8ee2-be…
-
## Problem
Currently, our summarizer API doesn't handle large documents efficiently. When the input text exceeds the model's context window, the API fails to process. Users need to manually split lar…
-
**Is your feature request related to a problem? Please describe.**
Currently the `DocumentSplitter` in Haystack is relatively basic and recently we have seen that semantic splitting has greatly gaine…
-
In plain text and Markdown it's common to use lists like this:
```
This is a simple text. It uses lists:
- This is a list item.
- This is a second list item.
```
Unfortunately, the model doe…
-
Hi! I would like to ask you something about the splitting of text into sentences during the annotation phase.
I thought that the sentences were split by considering dots at the end of them, but it …
-
### What do you need?
It would be great if fabric could automatically handle splitting/chunking for text that is too large for a given model.
From what I understand, this would need:
- Informatio…
-
> Wenn man eine Aussage aufspaltet, konnte man danach diese aufgespaltenen Aussagen nicht mehr mit "t" als Frage markieren.
-
The wiki says
> - splitting the sentence at any position into two separate lines. To do that, the administrator selects the word after which he or she wants to split the sentence. The word is then …
-
Right now the actual sentence splitting regex:
- Splits on acronyms and words that contain dots (e.g. `Node.JS`).
- Doesn't split on colons with spaces after them, e.g. `Blahblah: blah`.
It sho…
-
## Weird sentence splitting
I am currently using this summarizer for German text but I have been getting some issues with sentences being split at abbreviations. To list an example, I have the sent…