I have a question regarding Swivel, and it maybe a stupid question.
I am trying to train the model so that it will only print out the related word.
I have ingested quite a small data into prep.py and ran swivel.py, text2bin.py and nearest.py to find the related words according to the target words that I have specified.
However, not all of the printed out words were related to the specified word.
For example, I have ingested information regarding drone, and on nearest.py my specified word was 'system'.
I was expecting the word 'drone' to pop out as one of the top on the list since the word drone is always next to the word system.
But it did not give out the expected result.
Just like the 'Word2Vec' model, shouldn't there be a list of analogy that I should ingest to help the model to know the relationship?
Any thoughts??