Morpheus: Difference between revisions

From The Digital Classicist Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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:
Morpheus is a morphological parsing and lemmatising tool produced by the Perseus Project. Basically Morpheus takes as input a token in Latin or Ancient Greek (in Beta Code) and returns:


# The lemma (or multiple possible lemmata) from which this token derives;
# The lemma (or multiple possible lemmata) from which this token derives;
Line 12: Line 12:


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:
Other implementations of Morpheus are documented in:
Line 24: Line 23:
https://github.com/alpheios-project/arethusa/wiki/Adding-a-new-Morphology-Service-to-Arethusa
https://github.com/alpheios-project/arethusa/wiki/Adding-a-new-Morphology-Service-to-Arethusa
-->
-->
An automatic attempt to provide the right morphological analysis and lemma for each token of the EPIDOC-compliant texts of the Open Greek and Latin Project [https://github.com/OpenGreekAndLatin] and PerseusDL [https://github.com/PerseusDL/canonical-greekLit] is  documented in [https://github.com/gcelano/LemmatizedAncientGreekXML].


References to other implementations of Morpheus would be appreciated.
References to other implementations of Morpheus would be appreciated.
Line 29: Line 30:
[[category:tools]]
[[category:tools]]
[[category:morphology]]
[[category:morphology]]
[[category:Lemmatisation]]
[[category:Arabic]]
[[category:Arabic]]
[[category:Linguistics]]

Revision as of 14:05, 24 August 2017

Morpheus is a morphological parsing and lemmatising 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.

An automatic attempt to provide the right morphological analysis and lemma for each token of the EPIDOC-compliant texts of the Open Greek and Latin Project [1] and PerseusDL [2] is documented in [3].

References to other implementations of Morpheus would be appreciated.