Skip to content

Commit

Permalink
update readme as order of words in vocabulary has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Oct 4, 2023
1 parent e369909 commit 1b25d8b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ lookslike <- predict(model, c("bus", "toilet"), type = "nearest", top_n = 5)
lookslike
$bus
term1 term2 similarity rank
bus voet 0.9891888 1
bus gratis 0.9886125 2
bus tram 0.9885917 3
bus ben 0.9844405 4
bus auto 0.9780166 5
bus gratis 0.9959141 1
bus tram 0.9898559 2
bus voet 0.9882312 3
bus ben 0.9854795 4
bus auto 0.9839599 5
$toilet
term1 term2 similarity rank
toilet koelkast 0.9856260 1
toilet douche 0.9830786 2
toilet wifi 0.9779336 3
toilet voldoende 0.9723337 4
toilet werkte 0.9677669 5
term1 term2 similarity rank
toilet koelkast 0.9870380 1
toilet douche 0.9850463 2
toilet werkte 0.9843599 3
toilet slaapkamers 0.9802811 4
toilet eigen 0.9759347 5
```

- Save the model and read it back in and do something with it
Expand Down

0 comments on commit 1b25d8b

Please sign in to comment.