changelog shortlog graph tags branches changeset files revisions annotate raw help

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

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