FinnPos icon indicating copy to clipboard operation
FinnPos copied to clipboard

CRF-based Morphological Tagging and Lemmatization

Results 4 FinnPos issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to extract the morphemes of a word using the FinnPos tool and if yes, how can I do it? Thank you, Betül

With MacOS Mojave, getting a git clone, cd'ing to FinnPos and running `make` results in following error: ``` make -C tagger clang++ -Wall -Wextra -g -O3 -Wfatal-errors -Werror -std=c++0x -c...

Changing clang++ to g++ was not fully documented, as it required changing two files.

Hey @mpsilfve, I'm not a C++ expert, but here are some changes to make tests compile on OS X. They were required to make `cd src/tagger; make tests` compile. Some...