changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/nlp/pkg.lisp

changeset 53: daad2b8bb63f
author: ellis <ellis@rwest.io>
date: Fri, 24 Nov 2023 18:11:20 -0500
permissions: -rw-r--r--
description: init nlp
1 (uiop:define-package :nlp/pkg
2  (:nicknames :nlp)
3  (:use-reexport
4  :nlp/data
5  :nlp/tokenize
6  :nlp/doc
7  :nlp/stem/porter
8  :nlp/textrank
9  :nlp/dbscan
10  :nlp/section))