changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 698: 96958d3eb5b0
parent: daad2b8bb63f
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
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))