Ask a question to get started
Enter to sendā¢Shift+Enter new line
Import the langkit python package and raise an error if it is not installed.
import_langkit( sentiment: bool = False, toxicity: bool = False, themes: bool = False ) -> Any
sentiment
bool
False
Whether to import the langkit.sentiment module. Defaults to False.
toxicity
Whether to import the langkit.toxicity module. Defaults to False.
themes
Whether to import the langkit.themes module. Defaults to False.