alpheios-project / morph-client

Morphology Client Library Interface
ISC License
0 stars 1 forks source link

Whitakers: handle proper name entries #31

Open balmas opened 5 years ago

balmas commented 5 years ago

The Whitaker's engine sometimes outputs entries like the following for proper names:

        <entry>
          <infl>
            <term xml:lang="lat">
              <stem>Aeneadum</stem>
            </term>
            <pofs order="5">noun</pofs>
            <gend>all</gend>
          </infl>
          <mean>Assume this is capitalized proper name/abbr</mean>
        </entry>

I think we are not returning a homonym for this because there is no dict element. We should probably handle this scenario

(First reported in alpheios-project/inflection-tables#240)