Handling test/seed dictionary
The seed and test dict needs to be combined from multiple files into single dict. In addition, the code implements the possibility to add the test words to the vocabulary before training of the embeddings, such that there will be no OOV words when testing.
Loading
Please sign in to comment