-
I tried to run the demo on Mac and got a error, how can I fix it?
```
from polyglot.text import Text, Word
words = ["preprocessing", "processor", "invaluable", "thankful", "crossed"]
for w in …
-
I'm running polyglot on Mac OSX, with Python 3.6.0.
When I try running this code:
```
from polyglot.text import Word
words = ["preprocessing", "processor", "invaluable", "thankful", "crossed"…
-
The following are explicit instructions on creating a descriptive analyzer and normative generator (with morpheme boundaries) from updated LEXC source (undertaken in #108):
1. Create basic morpholo…
-
I need to segment Turkish words. What I need is the morphemes that correspond to the surface form of an orthographic word. How can I use this morphological analyzer for this purpose?
-
We can import the `kuromoji` library to do Japanese morphological analyze.
```html
Kuromoji is an easy to use and self-contained Japanese morphological analyzer that does
Word segmentation. Se…
-
This is an issue for collecting possible glitches in search ranking, which may be due to an error in the formula or the supporting FSTs, or something else:
- [ ] Seaching _my bears_ `bear +N+Px1Sg+Pl…
-
We want to design public API so Sudachi would be usable like the following.
Syntax can be a bit invalid and all names are open for discussion.
```rust
let model = JapaneseModel::from_cfg("...")?;…
-
Not sure if this is the best place to post, but I'm new to GitHub so please let me know.
I'm interested in helping with replacing MeCab with another parser, particularly out of frustration with 1. …
-
It should have these results:
```
ni-ki-pimohtanan pimotêw+V+TA+Ind+Prt+1Pl+3SgO 0.000000
ni-ki-pimohtanan pimohtêw+V+AI+Ind+Prt+1Pl 0.000000
```
-
Normalizing allomorphs (?) so that BPE can find identical morphemes across words.
```
cats -> cat+s
boxes -> box+s
usefulness -> useful+ness
happiness -> happy+ness
```
```
食べる taberu = …