Mercurial > hg > amuse
view implementations/mtp/package.lisp @ 87:19a263fb92d1
implementations/mtp/: faster implementations of GET-COMPOSITION and GET-DATASET
darcs-hash:20070718151258-c0ce4-6431a2c8e4939fefeb0c7d6c9e2aa91d9474c232.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Wed, 18 Jul 2007 16:12:58 +0100 |
parents | dc01096751af |
children | 03be243f9003 |
line wrap: on
line source
(cl:defpackage #:amuse-mtp (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation) (:export ;; classes #:mtp-dataset #:mtp-composition ;; accessors #:get-dataset ;; identifier constructors #:make-mtp-composition-identifier #:make-mtp-dataset-identifier ;; phrase boundary classes #:mtp-after-segmenter #:mtp-before-segmenter ))