I wrote a mapping from WordNet1.7 (1.6) to Sensus.

    The mapping uses the WordNet1.5 -> WordNet1.6 -> WordNet1.7 mapping implemented by
    G. Rigau et al.  To map from WordNet 1.5 to Sensus, I wrote my own mapping based on the Sensus dictionary files.

    1. Mapping from WordNet1.7 to Sensus:
        Nouns
        Verbs
        Adjectives
        Adverbs

    Perl script to read the files: here

    The format of the files is:

    Line -> WN1.7_Offset WN1.7_first_synonym_in_synset List
    List -> (WN1.5_Offset WN1.5_first_synonym_in_synset Sensus_concept)*

    (The adjective file may contain a 0 instead of WN1.7_first_synonym_in_synset due to a bug in the QueryData.pm interface, but this shouldn't be a problem since it is enough to use the WN1.7_Offset.)
     

    2. Mapping from WordNet1.6 to Sensus:
        Nouns
        Verbs
        Adjectives
        Adverbs

    Perl script to read the files: here

    The format of the files is:

    Line -> WN1.6_Offset WN1.6_first_synonym_in_synset List
    List -> (WN1.5_Offset WN1.5_first_synonym_in_synset Sensus_concept)*

    (The adjective file may contain a 0 instead of WN1.6_first_synonym_in_synset due to a bug in the QueryData.pm interface, but this shouldn't be a problem since it is enough to use the WN1.6_Offset.)
     


       
    Back to Diana Inkpen's Page