changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/lib/nlp.org

changeset 34: bc53e27c0163
parent: 0b69e63c9374
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 22 Jun 2024 23:54:39 -0400
permissions: -rw-r--r--
description: bump
1 #+title: nlp
2 #+author: Richard Westhaver
3 #+email: richard.westhaver@gmail.com
4 #+setupfile: ../../../clean.theme
5 This library is a small set of algorithms and data processing
6 utilities for [[https://en.wikipedia.org/wiki/Natural_language][Natural Languages]].
7 
8 Much of this code is from the Nyxt analysis library [[https://github.com/atlas-engineer/nyxt/tree/master/libraries/analysis][here]].
9 
10 - Features
11  - tokenization
12  - stop-words
13  - porter stemming
14  - dbscan
15  - textrank