Open oktaal opened 5 months ago
Could it be possible for someone to have a look at this PR? @theolivenbaum? I also think it might be useful to move /Catalyst.WordNet.Test/
to the samples
folder to clarify its contents, but that's not something I just want to tack onto this PR.
The current implementation of Catalyst only support Stanford WordNets for English. This adds support for mapping WordNets to other languages (using a new
class WordNetMapping
) and exposes the translations and the original English WordNet data using the uniform interfacesIWordNet
andIWordNetData
. The translations should follow the format as used by the Open Multilingual WordNet which maps each synset to one or multiple translations e.g. for cyclist:Related to #35