wiki:EmlsSummerSchool
close Warning: Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.

Version 2 (modified by Adam, 17 years ago) (diff)

--

Dictionary Editor and Browser - How to make your own electronic dictionary

Aleš Horák and Adam Rambousek, Faculty of Informatics, Masaryk University, Czech Republic

European Masters in Language and Speech, 8th Summer School

http://nlp.fi.muni.cz/projekty/deb2/ deb@…

DEBVisDic

install, edit synsets

DEBVisDic Manual

Dictionary Management

Open https://didone.fi.muni.cz:8000/ (login and password: emls)

nejake predstaveni

Create dictionary

Dictionary XML schema is preset to:

<element name="entry">
        <element name="headword">
                <text/>
        </element>
        <oneOrMore>
                <element name="def">
                        <text/>
                </element>
        </oneOrMore>
        <oneOrMore>
                <element name="synonym" >
                        <text/>
                </element>
        </oneOrMore>

        <optional>
                <element name="grammar_note">
                        <text/>
                        <attribute name="pos">
                                <text/>
                        </attribute>
                </element>
                <element name="pronounce">
                        <text/>
                </element>
                <element name="origin">
                        <text/>
                </element>
        </optional>
        <element name="author">
                <text/>
        </element>
</element>

Dictionary change

  • Go to dictionaries
  • Find emlsx dictionary