-
**Is your feature request related to a problem? Please describe.**
There is only a MeCab.
**Describe the solution you'd like**
Add support for those mentioned at https://polyglotclub.com/wiki…
-
There are other languages than Japanese that need word segmentation
https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Text-Processing-Tools#Word_Segmentation
-
Is there any chance we can get the horizontal positions associated with the decoded characters? We normally use this to map them back to Word and Glyph coordinates (see [ocrd_calamari](https://github.…
-
Hello.
I am a developer from China, and I found a problem when I used redisSearch. Suppose I have a code value of 1002183$1$0$0, and I set up an index on this code. When I use search to query 1022183…
-
Is this in the pipeline?
ghost updated
7 years ago
-
Use the wordcloud python library to generate a word cloud from this (source: Modified from I2K Program):
```
BioImage-Analysis Code Generation
Introduction to CellProfiler: A beginner’s guide to …
-
Hello, I am trying to use this repo to replicate the word segmentation results here (https://arxiv.org/pdf/2110.15909.pdf). I have some questions about this:
1. It seems that the mACPC model uses a s…
-
Execute the following code (tabooSegmentCustomDicList there are more than 2000 words)
`
for _, tabooSegmentCustomDic := range tabooSegmentCustomDicList {
lowerCaseWord := strings.ToLower(tabooSeg…
-
This comes up in the google-text test, since it contains the word "competition-centric", but this is most easily demonstrated using a short example text:
"I am a competition-centric person! I reall…
-
**About Chinese word segmentation.**
All of document splitters extends HierarchicalDocumentSplitter class, When I set the overlap parameter,overlapFrom() is called,
But there will force method invoc…