Morpheus: Difference between revisions

From The Digital Classicist Wiki
Jump to navigation Jump to search
m (cat)
No edit summary
Line 6: Line 6:
Morpheus is fully integrated into the Perseus website and language study tools. For example, you can enter inflected words via the forms at:
Morpheus is fully integrated into the Perseus website and language study tools. For example, you can enter inflected words via the forms at:


* [http://www.perseus.tufts.edu/cgi-bin/morphindex?lang=greek Inflected Greek words]
* [http://www.perseus.tufts.edu/hopper/morph?lang=greek Inflected Greek words]
* [http://www.perseus.tufts.edu/cgi-bin/morphindex?lang=latin Inflected Latin words]
* [http://www.perseus.tufts.edu/hopper/morph?lang=latin Inflected Latin words]


(Apparently the Open Source version of the [http://sourceforge.net/projects/perseus-hopper/ Perseus Hopper] does '''not''' include the Morpheus code.)
(Apparently the Open Source version of the [http://sourceforge.net/projects/perseus-hopper/ Perseus Hopper] does '''not''' include the Morpheus code.)


Morpheus can also be queried with Latin or Greek word forms (and a few modern languages) via the interface at the [[Archimedes Project Morphology Service|Archimedes]] project in Berlin ([http://archimedes.mpiwg-berlin.mpg.de/arch/doc/xml-rpc.html instructions for XML-RPC interface]) via a customizable Python or Perl script.
Morpheus can also be queried with Latin or Greek word forms (and a few modern languages) via the interface at the [[Archimedes Project Morphology Service|Archimedes]] project in Berlin ([http://archimedes.mpiwg-berlin.mpg.de/arch/doc/xml-rpc.html instructions for XML-RPC interface]) via a customizable Python or Perl script.
<!--
Other implementations of Morpheus are documented in:
http://sites.tufts.edu/perseusupdates/2012/11/01/morphology-service-beta/
https://wikihub.berkeley.edu/display/pbamboo/Morphological+Analysis+Service+Contract+Description+-+v1.1.1
Possibly also of interest:
https://github.com/perseids-project/perseids_docs/wiki/Morphology-Service-Setup
https://github.com/alpheios-project/arethusa/wiki/Adding-a-new-Morphology-Service-to-Arethusa
-->


References to other implementations of Morpheus would be appreciated.
References to other implementations of Morpheus would be appreciated.

Revision as of 18:21, 12 January 2016

Morpheus is a morphological parsing and lemmatizing tool produced by the Perseus Project. Basically Morpheus takes as input a token in Latin or Ancient Greek (in Beta Code) and returns:

  1. The lemma (or multiple possible lemmata) from which this token derives;
  2. A full morphological breakdown of the form (part of speech, case, number, gender, person, mood, etc.)

Morpheus is fully integrated into the Perseus website and language study tools. For example, you can enter inflected words via the forms at:

(Apparently the Open Source version of the Perseus Hopper does not include the Morpheus code.)

Morpheus can also be queried with Latin or Greek word forms (and a few modern languages) via the interface at the Archimedes project in Berlin (instructions for XML-RPC interface) via a customizable Python or Perl script.


References to other implementations of Morpheus would be appreciated.