if (FALSE) {
coverage <- get_lexical_coverage("The quick brown fox jumps over the lazy dog",
vocab_size = 2000,
vocab_test = "Vocabulary Levels Test",
model = "gpt-3.5-turbo",
api_key = "your_api_key")
cat("Lexical Coverage (%):", coverage, "\n")
}
Run the code above in your browser using DataLab