IssueID #937: added current hun-slo example xml for new schema
This commit is contained in:
parent
49299a1503
commit
67c86dbcb8
78
examples/madzarski1.xml
Normal file
78
examples/madzarski1.xml
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dictionary>
|
||||
<entry>
|
||||
<head>
|
||||
<status>AE</status>
|
||||
<headword>
|
||||
<lemma>bolnišnica</lemma> <!-- required -->
|
||||
<homonymy> <!-- optional (used when lemma disambiguation is needed) -->
|
||||
<feature name="pronunciation">bolníšnica</feature>
|
||||
<feature name="blahblah">xyz</feature>
|
||||
<feature name="bluhbluh">abc</feature>
|
||||
</homonymy>
|
||||
</headword>
|
||||
|
||||
<lexical_unit id="34242" type="single">
|
||||
<lexeme lexical_unit_lexeme_id="535342">bolnišnica</lexeme>
|
||||
</lexical_unit>
|
||||
|
||||
<grammar>
|
||||
<category>samostalnik</category>
|
||||
<!-- tu damo se druge podrobne lastnosti (spol, itd), ko dolocimo -->
|
||||
</grammar>
|
||||
|
||||
<measureList>
|
||||
<measure type="frequency" source="Gigafida 1.0">151686</measure>
|
||||
</measureList>
|
||||
|
||||
<variantList>
|
||||
<variant lexical_unit_id="12345"></variant>
|
||||
</variantList>
|
||||
|
||||
<labelList>
|
||||
<label type=""></label>
|
||||
</labelList>
|
||||
|
||||
<comment></comment>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<senseList>
|
||||
<sense id="834324">
|
||||
<labelList>
|
||||
<label type="domain">Construction</label>
|
||||
</labelList>
|
||||
|
||||
<definitionList>
|
||||
<definition type="indicator">object</definition>
|
||||
<definition type="general">an object for living</definition>
|
||||
</definitionList>
|
||||
|
||||
<translationContainerList>
|
||||
<translationContainer cluster="1">
|
||||
<labelList>
|
||||
<label type=""></label>
|
||||
</labelList>
|
||||
<translation targetLang="hun">hiša</translation>
|
||||
<explanation/>
|
||||
</translationContainer>
|
||||
<translationContainer cluster="1">
|
||||
<labelList/>
|
||||
<translation targetLang="hun">dom</translation>
|
||||
</translationContainer>
|
||||
</translationContainerList>
|
||||
|
||||
<exampleContainerList>
|
||||
<exampleContainer>
|
||||
<example corpus_id="7" modified="YES">Kupili smo veliko <h>hišo</h>.</example>
|
||||
<translationContainer>
|
||||
<labelList/>
|
||||
<translation targetLang="hun"></translation>
|
||||
</translationContainer>
|
||||
</exampleContainer>
|
||||
</exampleContainerList>
|
||||
</sense>
|
||||
</senseList>
|
||||
</body>
|
||||
</entry>
|
||||
</dictionary>
|
Loading…
Reference in New Issue
Block a user