gf-wordnet
gf-wordnet copied to clipboard
A WordNet in GF
Do you have a policy how to handle plurale tantum nouns? For example ```haskell WordNetSpa.gf:lin day_off_CN = UseN (mkN "vacaciones") ; --guessed WordNetSpa.gf:lin holiday_1_N = mkN "vacaciones" ; WordNetSpa.gf:lin leave_1_N...
It looks like in Bulgarian some of the participles are annotated as either adjective or noun depending on the context. In contrast in GF those are treated as verb forms...
For better debugging of the statistical model it would have been useful to retain a link between the extracted bigram and the sentences where it originated. The sentences then should...
VerbNet implicitly contains information about the possible arguments of a verb. We can use that to supervise the learning algorithm.
Currently the primary UD dependencies are used but what we actually need is the secondary dependencies since they better reflect the semantics. There are two problems: - the training should...
Added the following entries to `WordNetAra.gf`: - **[Magdalena_7_Gn]**: Affects `morphodicts/MorphoDictPNAraAbs.gf` and `morphodicts/MorphoDictPNAra.gf` - **[Andersson_7_Sn]**: Affects `morphodicts/MorphoDictPNAraAbs.gf` and `morphodicts/MorphoDictPNAra.gf` - **[kristersson_6_SN]**: Affects `morphodicts/MorphoDictPNAraAbs.gf` and `morphodicts/MorphoDictPNAra.gf` - **[malgovik_7_LN]**: Affects `morphodicts/MorphoDictLNAraAbs.gf` and `morphodicts/MorphoDictLNAra.gf`...