Page MenuHomePhabricator

install Morfeusz (morphological analyser) and Python bindings
Closed, DeclinedPublic

Description

My bot on pl.wiktionary uses Morfeusz, a morphological analyser, i.e. a tool that tells you the morphology of a word (part of speech, person, gender, tense etc.). Morfeusz's homepage: http://sgjp.pl/morfeusz/morfeusz.html. Right now it is used by importsjp.py, but I have to run it locally hence it is not very convenient for pl.wikt editors.

The authors provide a Ubuntu repository for the library and python bindings (python-morfeusz2): http://sgjp.pl/morfeusz/dopobrania.html. Could they be installed on exec servers, please?

Event Timeline

Peachey88 subscribed.

I'm guessing you are talking about installing this in (Tool) Labs?

chasemp triaged this task as Medium priority.Apr 4 2016, 2:24 PM

Unfortunately, we don't install packages from ppa's due to security concerns (the author of a ppa effectively gets root access).

However, as far as I can see, the provided .egg (http://sgjp.pl/morfeusz/download/20160724/morfeusz2-0.3.0-py2.7-Linux-amd64.egg) includes the shared library, and that .egg can just be installed in a virtualenv. That would be my suggested method.