1. text-segmentation
text-segmentation ==============
text-segmentation
Package: text-segmentation
Created by: niklasvh
Last modified: Sat, 21 May 2022 16:09:43 GMT
Version: 1.0.3
License: MIT
Downloads: 6,511,635
Repository: https://github.com/niklasvh/text-segmentation

Install

npm install text-segmentation
yarn add text-segmentation

text-segmentation

CI
NPM Downloads
NPM Version

A JavaScript library for Grapheme Breaking and identifying Grapheme Boundaries, implementing the Unicode Line Breaking Algorithm (UAX #29)

Installing

You can install the module via npm:

npm install text-segmentation

Example

 import {splitGraphemes} from 'text-segmentation';

const graphemes =  splitGraphemes('Hello ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ!');

Testing

You can run the test suite with:

npm test

The library implements all the GraphemeBreakTest.txt tests.

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code