Unsupervised discovery of morphologically related words based on orthographic and semantic similarity
Generate an AI Snapshot to get a quick, structured summary of this paper.
A concise AI-generated summary of the paper will appear here once you click Generate AI Snapshot.
TL;DR
An algorithm that takes an unannotated corpus as its input, and returns a ranked list of probable morphologically related pairs as its output, giving encouraging results in terms of precision and qualitative analysis of the types of morphological patterns discovered by the algorithm.
Abstract
We present an algorithm that takes an unannotated corpus as its input, and returns a ranked list of probable morphologically related pairs as its output.The algorithm tries to discover morphologically related pairs by looking for pairs that are both orthographically and semantically similar, where orthographic similarity is measured in terms of minimum edit distance, and semantic similarity is measured in terms of mutual information.The procedure does not rely on a morpheme concatenation model, nor on distributional properties of word substrings (such as affix frequency).Experiments with German and English input give encouraging results, both in terms of precision (proportion of good pairs found at various cutoff points of the ranked list), and in terms of a qualitative analysis of the types of morphological patterns discovered by the algorithm.
