2 repositorios
Processes raw text into a standardized format using tokenization and stemming to simplify linguistic analysis.
Distinct from Text Tokenization: Broadens the scope from simple segmentation (tokenization) to include root-form reduction (stemming) and normalization.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Text Normalization. Refine with filters or upvote what's useful.
nlp.js is a JavaScript natural language processing library and development framework used to build natural language understanding engines. It provides a toolkit for creating local machine learning models for intent classification and acts as a multilingual text processor that detects languages and normalizes text across various dialects. The framework distinguishes itself by supporting local execution on both servers and mobile devices, enabling chatbot functionality without an internet connection. It features a specialized system for conversational slot filling to collect mandatory informati
Provides comprehensive text normalization utilities including tokenizers and stemmers to prepare text for natural language understanding.
This project is an implementation of the ALBERT language model architecture, providing a framework for training and evaluating transformer-based text classifiers and similarity models. It specifically includes pre-trained assets and tools optimized for generating semantic embeddings and representations of Chinese text. The framework distinguishes itself through tools for converting heavy language model checkpoints into lightweight formats to enable low-latency inference on mobile devices. It utilizes specific weight reduction techniques, including cross-parameter sharing and factorized embedd
Provides text normalization to clean raw input data via whitespace removal and Unicode standardization.