JSPM

glim-nlp

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q52711F
  • License MIT

[Future Scope - Do not use until v1.0.0] Basic NLP tools (tokenization, stemming, sentiment) for GlimLang

Package Exports

  • glim-nlp
  • glim-nlp/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (glim-nlp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

glim-nlp

Basic NLP tools (tokenization, stemming, sentiment) for GlimLang

Official package part of the GlimLang ecosystem.

[!CAUTION] ⚠️ Important Notice: This package is not ready for production use. Please do not use until version 1.0.0. This is a future scope which is written in this package. We are working on it, and soon you can use it!

For details, documentation, and progress updates, visit the official website at glimlang.org.

🚀 Features

  • GlimLang Native: Designed specifically for high-efficiency GlimLang environments.
  • ES Modules First: Fully compatible with the modern ES Modules standard.
  • JSDoc Type Safety: Rich JSDoc documentation providing excellent IDE completion.
  • Scope Blueprint: Contains initial model interfaces and function schemas for development.

📦 Installation

npm install glim-nlp

🛠️ Quickstart (Initial Blueprint)

import { initialize } from 'glim-nlp';
initialize();

🌐 Community & Resources

📄 License

MIT © GlimLang Team & GlimLang.org