WOLF(Wordnet LibreduFrançais,免费法语Wordnet)规范

Cod*_*-JR 5 wordnet

我正在尝试为WOLF(Wordnet LibreduFrançais,免费法语Wordnet)创建一个界面.目标是为阿拉伯语Wordnet复制AWNDatabaseManger(http://www.talp.upc.edu/index.php/technology/resources/multilingual-lexicons-and-machine-translation-resources/multilingual-lexicons/72- awn),但对于WOLF.

我面临的问题是我无法找到WOLF(http://alpage.inria.fr/~sagot/wolf-en.html)或WoNeF(这是另一个法国翻译的Wordnet http:// wonef)的正确数据规范. fr /)

对于阿拉伯语Wordnet,他们已经提供了详细的数据规范,可以在http://globalwordnet.org/arabic-wordnet/awn-data-spec/找到. 我试图找到相同的WOLF或WoNeF.

否则我如何映射这两个文件?

例如,一个单词及其在awn中的关系如下所示:

<item itemid="$ajarap_AlS~amog_n1AR" offset="111586059" lexfile="" name="??????? ???????? " type="synset" headword="" POS="n" source="" gloss="" authorshipid="80" />

<word wordid="$ajarap__1" value="??????? ???????? " synsetid="$ajarap_AlS~amog_n1AR" frequency="" corpus="" authorshipid="11461" />

<link type="has_hyponym" link1="$ajarap_AlS~amog_n1AR" link2="&gt;ukAlibotws_n1AR" authorshipid="35038" />

 <link type="has_hyponym" link1="$ajarap_n1AR" link2="$ajarap_AlS~amog_n1AR" authorshipid="35041" />
Run Code Online (Sandbox Code Playgroud)

defintion(item)和它的关系(link)这两个词用不同的属性分开.

而在WOLF中,一个单词和它的关系看起来像:

<SYNSET>
    <ILR type="near_antonym">eng-30-00002098-a</ILR>
    <ILR type="be_in_state">eng-30-05200169-n</ILR>
    <ILR type="be_in_state">eng-30-05616246-n</ILR>
    <ILR type="eng_derivative">eng-30-05200169-n</ILR>
    <ILR type="eng_derivative">eng-30-05616246-n</ILR>
    <ID>eng-30-00001740-a</ID>
    <SYNONYM>
        <LITERAL lnote="2/2:fr.csbgen,fr.csen">comptable</LITERAL>
    </SYNONYM>
    <DEF>(usually followed by `to') having the necessary means or skill or know-how or authority to do something
    </DEF>
    <USAGE>able to swim</USAGE>
    <USAGE>she was able to program her computer</USAGE>
    <USAGE>we were at last able to buy a car</USAGE>
    <USAGE>able to get a grant for the project</USAGE>
    <BCS>3</BCS>
    <POS>a</POS>
</SYNSET>
Run Code Online (Sandbox Code Playgroud)

我可以假设awn属性光泽等于狼标签用法,而awn属性pos等于狼标签pos.

但重点是我不想做出假设,我正在寻找适当的文档,我可以确定并完成两个文件之间的映射.

谁能指点我正确的文档?

小智 2

WOLF 数据库基于此处定义的 VisDic 进行格式化: https: //nlp.fi.muni.cz/trac/deb2/wiki/WordNetFormat XSD 可在此处获取: http: //deb.fi.muni.cz/debvisdic。 xsd