utils#

Utils package for nlp functionality.

Members

calculate_builtin_properties(raw_text[, ...])

Calculate properties on provided text samples.

calculate_builtin_embeddings(text[, model, ...])

Get the built-in embeddings for the dataset.

call_open_ai_completion_api(inputs[, ...])

Call the open ai completion api with the given inputs batch by batch.