sensegram icon indicating copy to clipboard operation
sensegram copied to clipboard

Making sense embedding out of word embeddings using graph-based word sense induction

Results 13 sensegram issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for the nice work. For the Arabic language, do I need to lemmatize the text before building word/sense vectors? Moreover, for WSD, do I need to lemmatize the...

OS: ubuntu 16.04 (Docker) # Reproduction instructions I install sensegram: ``` git clone https://github.com/tudarmstadt-lt/sensegram.git make cd sensegram pip3 install -r requirements.txt python3 -m spacy download en ``` is fine. Then...

the code currently ignores the `-n` param. It looks like it was intended to se the global `n` var in `word_sense_induction.py` to this value, but was accidentally left out. This...

The `-n` param option specifies the number of edges in the ego graph, but it looks like in the code this param is accidentally ignored. This param is passed through...

In python3.8+ on mac, the python multiprocessing module no longer supports memory sharing. So, during training, in `word_sense_induction.py`, `G` is `None` for all the workers. More info on the multiprocessing...

The `requirements.txt` has no versions set for the packages that sensegram depends on. Many of these packages have been updated and are no longer useable with sensegram since they have...

hello, when running train.py getting the following error taking all the default parameters `Reading from file: corpora.en 2020-10-03 10:55:39,275 : INFO : EPOCH 3 - PROGRESS: at 0.73% examples, 22028...

Hi there, The following command fails to clone the repository. ``` git clone --recursive https://github.com/tudarmstadt-lt/sensegram.git ``` So I ran `git clone https://github.com/uhh-lt/sensegram.git`, is that correct? The following command fails to...

Hi there, How long will it take to run train.sh? I've been waiting for 24 hours, but the output says "Start clustering of word ego-networks." and there's no sign of...

When I try to import SenseGram class it is giving an error regarding the __init__.py file, which is empty.