disambiguate
disambiguate copied to clipboard
Disambiguate is a tool for training and using state of the art neural WSD models
Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Is there a way to use the model in Python script. I'm trying to do it but having lots of errors with modules importing etc.
The Princeton wordnet edition has less human resources than the open source edition https://github.com/globalwordnet/english-wordnet Using it could lead to more discoverable hypernyms and therefore to an improved accuracy in word...
Since the release of v.0.9.0 of torchtext, `torchtext.data.Field` is deprecated and moved to`torchtext.legacy.data.Field`(see the list of deprecated classes on their [README](https://github.com/pytorch/text/tree/master/torchtext/legacy#readme)). This affects most of python scripts in the [inputters](https://github.com/getalp/disambiguate/tree/master/python/onmt/inputters)....
Is there any example showing how to integrate the word sense disambiguator in a python script? By running the docker container I've tested the WSD from command line (I've used...
The README has a link to https://github.com/huggingface/pytorch-pretrained-BERT, but this redirects to https://github.com/huggingface/transformers and I think the former is deprecated. The `pytorch-pretrained-bert` package still exists on PyPI ([link](https://pypi.org/project/pytorch-pretrained-bert/)), but I installed...
After following the instructions in the README, I find there are some missing Python dependencies: * `torchtext` * `configargparse` The latter package is part of the error in the second...
Hello everyone! :) I am currently facing issues which are : 1) I can't launch the evaluate.sh script because of a threading error. I tried my best to find the...
Bonjour, Quelle est la version de zope recommandée ? `./decode.sh --data_path data/model_wsd_train_sc_wngt_dev_random4000_clear_compress_bert_large_cased_transformer_2048/ --weights data/model_wsd_train_sc_wngt_dev_random4000_clear_compress_bert_large_cased_transformer_2048/model_weights_wsd0 ` Me renvoie ``` File ".local/lib/python3.7/site-packages/zope/interface/interface.py", line 497, in __init__ raise InvalidInterface("Concrete attribute, " + name)...
If I wanted to use my own modified version of WordNet, or perhaps a different hierarchy with this system, where would I start? I notice that the java code uses...