You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi , I created a sample format for test script : analogy_test.py.zip
but I need a sample data-set of a corpus , its corresponding semantic vector model and an analogy data-set . if you define and create architecture of project it would be more clearer . I assumed that we have a data-sets package for loading corpora and data-sets and models package for loading models.
Hi
Some points here I'm assuming what you have sent is a psudo-code for what needs to be done. What you have to do is to create a package containing base methods for analogy task.
The final output from my perspective is that you load all datasets for analogy (maybe multiple) and then run them and finally create a CSV file to have results as well as categories score for each dataset .
So you are not dependent on corpus, you are dependent on a memory loaded model (see : #15 )
hi , thank you for instructions. I tried to implement requirements but I can't test it completely because we haven't model yet . result file is attached : scripts.zip
There must be an option to set following option:
The text was updated successfully, but these errors were encountered: