Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 1 | # Generated by roxygen2: do not edit by hand |
| 2 | |
| 3 | export("%>%") |
| 4 | export(collocationScores) |
| 5 | export(cosineSimilarity) |
| 6 | export(countbasedCollocates) |
Marc Kupietz | f977fa7 | 2023-11-05 18:02:39 +0100 | [diff] [blame] | 7 | export(derekovecsApiCall) |
Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 8 | export(derekovecsServer) |
Marc Kupietz | db9bb1a | 2023-10-24 16:03:36 +0200 | [diff] [blame] | 9 | export(frequencyRank) |
Marc Kupietz | f977fa7 | 2023-11-05 18:02:39 +0100 | [diff] [blame] | 10 | export(modelName) |
Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 11 | export(paradigmaticNeighbours) |
Marc Kupietz | f977fa7 | 2023-11-05 18:02:39 +0100 | [diff] [blame] | 12 | export(serverVersion) |
Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 13 | export(syntagmaticNeighbours) |
Marc Kupietz | f977fa7 | 2023-11-05 18:02:39 +0100 | [diff] [blame] | 14 | export(vocabSize) |
Marc Kupietz | db9bb1a | 2023-10-24 16:03:36 +0200 | [diff] [blame] | 15 | export(wordEmbedding) |
Marc Kupietz | bb4f54c | 2023-10-19 21:22:44 +0200 | [diff] [blame] | 16 | importFrom(httr2,req_perform) |
| 17 | importFrom(httr2,req_url_path_append) |
| 18 | importFrom(httr2,req_url_query) |
| 19 | importFrom(httr2,request) |
| 20 | importFrom(httr2,resp_body_json) |
| 21 | importFrom(magrittr,"%>%") |
Marc Kupietz | b311dbb | 2023-10-23 15:36:04 +0200 | [diff] [blame] | 22 | importFrom(utils,citation) |