November 2019
Intermediate to advanced
304 pages
8h 40m
English
In step 1, the readWord2VecModel() method is used to load the pretrained Google News vector that was saved in compressed file format.
In step 2, the wordsNearest() method is used to find the nearest words to the given word based on positive/negative scores.
After performing step 2, we should see the following results:

You can try this technique using your own inputs to see different results.