-
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 …
-
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'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"…
-
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?
-
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 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…
-
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. …
-
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("...")?;…
-
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
```
-
## Stem Ablaut (Graczyk 2.5.10)
> There is a lexically conditional alternation that affects stem-final long vowels that I term "stem ablaut". This alternation is triggered by the plural morpheme, t…