Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Timeliner.Core is a small Node JS library that supplies the text‑processing utilities used by the Timeliner indexing and search modules. It exposes two functions—`tokenizeWord` and `tokenizeText`—which stem, singularize and generate phonetic tokens from words or full texts, producing token arrays suitable for building inverted indexes. The package is aimed at developers building search or indexing features who need a lightweight, MIT‑licensed tokenizer.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of thomasfr/timeliner.core

Account's avatar
jashkenas/underscore
JavaScript's functional programming helper library.
Account's avatar
NaturalNode/natural
General natural language (tokenizing, stemming (English, Russian, Spanish), part-of-speech tagging, sentiment analysis, classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein
Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
shouldjs/should.js
test framework agnostic BDD-style assertions

Support the repos that depend on this repository

Top contributors

No contributors yet

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
thomasfr

thomasfr/timeliner.core

Core module for Timeliner.Index and Timeliner.Search. It provides functionality to generate an array of string tokens out of a single word or a complete text. These string tokens can be used to create an inverted index for instance.

JavaScript
1
1
MIT License