IssueID #1224: added initial morphological lexicon support
This commit is contained in:
55
examples/morphological_lexicon/sloleks_example.xml
Normal file
55
examples/morphological_lexicon/sloleks_example.xml
Normal file
@@ -0,0 +1,55 @@
|
||||
<lexicon>
|
||||
<entry>
|
||||
<head>
|
||||
<headword>
|
||||
<lemma>klop</lemma>
|
||||
</headword>
|
||||
<lexicalUnit id="123456" type="single">
|
||||
<lexeme lexical_unit_lexeme_id="654321">klop</lexeme>
|
||||
</lexicalUnit>
|
||||
<grammar>
|
||||
<category>samostalnik</category>
|
||||
<grammarFeature name="type">common</grammarFeature>
|
||||
<grammarFeature name="gender">feminine</grammarFeature>
|
||||
<grammarFeature name="pattern">Sz.1.2.o</grammarFeature>
|
||||
</grammar>
|
||||
<measureList>
|
||||
<measure type="frequency" source="Gigafida 2.0">999999</measure>
|
||||
</measureList>
|
||||
</head>
|
||||
<body>
|
||||
<wordFormList>
|
||||
<wordForm id="333333">
|
||||
<msd language="sl" system="JOS">Sozim</msd>
|
||||
<grammarFeatureList>
|
||||
<grammarFeature name="case">nominative</grammarFeature>
|
||||
<grammarFeature name="number">plural</grammarFeature>
|
||||
</grammarFeatureList>
|
||||
<formRepresentationList>
|
||||
<formRepresentation id="4444444">
|
||||
<measureList>
|
||||
<measure type="frequency" source="Gigafida 2.0">222222</measure>
|
||||
</measureList>
|
||||
<form>klopi</form>
|
||||
</formRepresentation>
|
||||
</formRepresentationList>
|
||||
</wordForm>
|
||||
<wordForm id="333334">
|
||||
<msd language="sl" system="JOS">Sozdm</msd>
|
||||
<grammarFeatureList>
|
||||
<grammarFeature name="case">dative</grammarFeature>
|
||||
<grammarFeature name="number">plural</grammarFeature>
|
||||
</grammarFeatureList>
|
||||
<formRepresentationList>
|
||||
<formRepresentation id="4444445">
|
||||
<measureList>
|
||||
<measure type="frequency" source="Gigafida 2.0">11111</measure>
|
||||
</measureList>
|
||||
<form>klopem</form>
|
||||
</formRepresentation>
|
||||
</formRepresentationList>
|
||||
</wordForm>
|
||||
</wordFormList>
|
||||
</body>
|
||||
</entry>
|
||||
</lexicon>
|
||||
Reference in New Issue
Block a user