UNPKG

okesa

Version:

Okesa: LLM-powered Natural Language Processing 💬

12 lines (11 loc) 695 B
/** * This file contains the constants used in the Okesa NLP Engine. * @author Aditya Patange (AdiPat) * @file constants.ts * @description Okesa NLP Engine is a simple and easy-to-use Natural Language Processing (NLP) library powered by OpenAI. This library provides a set of functions to perform various NLP tasks such as POS tagging, NER, Sentiment Analysis, Language Detection, Text Classification, Text Summarization, Keyword Extraction, Spell Checking, Stemming and Lemmatization, and Dependency Parsing. * @license MIT * @copyright © 2025 Aditya Patange * @module okesa * ⚡️ "To code fast, think slow." - Aditya Patange */ export declare const DEFAULT_MODEL_NAME = "gpt-4o";