-
We need to decide how the viewer will know how to split up texts into pages for viewing. For Calpurnius, it's fairly straightforward: obviously, each poem is a reasonable viewing "chunk". But it will …
-
I think there's something strange going on here and I suspect it has something to do with the new multi-tab select behavior in ST4. For the following discussion I'm using 'window' and 'frame' in the …
-
I have a text: `org.org_custom_connector`
On parsing through tokenize, it breaks it into a URL and text token -
`url: "org.org" && text: "_custom_connector`
```
[
{
"t": "url"…
-
### Operating System
Arch
### Ruby Version
ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [x86_64-linux]
### Jekyll Version
Jekyll 3.9.4
### GitHub Pages Version
github-pages 231…
-
1. Image issues
![image](https://github.com/user-attachments/assets/5dd21fc5-0a95-4076-b5ef-93126996bc63)
a. don't use yellow color, not visible on low contrast screens
b. we don't allow `d…
-
Hi @kenro515,
As it was said in your paper, you performed 5-fold cross-validation for TER with text-open criteria. Could you point me to the part of this text-open splitting in this repository sinc…
-
### Prerequisites
- [X] I am running the latest code. Mention the version if possible as well.
- [X] I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.…
-
Rich text block split only works if the rich text block is directly inside the Streamfield or Streamblock (the RichTextBlock can't be inside a Structblock/Listblock/etc)
Documenting this limitation…
-
Hi team
we're using this to split text to sentences, but we found that some charater been replaced after splitting
e.g, ASCII 32 and 160
how can I keep the orignal character, I need to do som…
-
Many CJK sites use Latin fonts as the first available fonts, to use the Latin fonts for Latin characters. For example:
```css
font-family: Arial, CJK-font, sans-serif;
```
Authors want to align …