-
There are other languages than Japanese that need word segmentation
https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Text-Processing-Tools#Word_Segmentation
-
```ts
import serveStatic from 'serve-static-bun';
const serve = serveStatic('.', {
collapseSlashes: true,
});
Bun.serve({
port: 3000,
fetch: serve,
});
```
```ts
➜ bun-rsc git:…
-
## Bio-Image Analysis Support Request
### Image Upload
📎 **Drag & drop your microscopy image here** (JPG, PNG, GIF, 512x512 or 1024x1024, 2D only).
![human_mitosis](https://github.com/user-atta…
-
Hello, thanks for the awesome collection of demos and code.
I wonder if you have benchmarks or comparisons of the text grounding segmentation capabilities of GroundingDino vs Florence-2? While I've b…
-
Hello and thank you for your excellent work!
I would like to ask how I can get the visual picture of abnormal region positioning, just like the one in the paper, and whether you can provide the cor…
-
Will get a segmentation fault if the 921600 default baud rate is used. If i change the baud rate to anything else, get a lot of junk head_type errors that just scroll. Faster if you use the IMU - s…
-
In [AG_Editable](http://libagar.org/man3/AG_Editable), we should implement [Unicode text segmentation](http://www.unicode.org/reports/tr29/) when performing word wrapping or selections.
Test cursor…
-
1 GB of text per layout is more than generous. We're likely to see severe performance degradation long before reaching this limit anyway suggesting that applications wanting to support excessively lar…
dfrg updated
2 months ago
-
Reading through the Tamil Gap Analysis, it sounds like text is segmented differently for line-breaking (https://www.w3.org/TR/taml-gap/#vertical_text and https://www.w3.org/TR/taml-gap/#line_breaking)…
-
For various reasons wherever a word needs to be broken in constituent characters in case of Latin script, Indian language words can and should be broken based on Akshara as given here
As the W3C …
r12a updated
4 months ago