Mercurial > hg > amuse
view implementations/mtp/package.lisp @ 99:43d3e707b384
implementations/mtp/: fix cut-n-paste error in GROUND-TRUTH-SEGMENTER-AFTER
darcs-hash:20070724150730-c0ce4-bba46180f6644e91c420f153ea7982411b0e5180.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Tue, 24 Jul 2007 16:07:30 +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 ))