view implementations/mtp/package.lisp @ 80:9f2282a2644e

Skeleton for segmentation interface darcs-hash:20070716163337-f76cc-f7db9c490fab20196922118d8acd3235b4802840.gz
author David Lewis <d.lewis@gold.ac.uk>
date Mon, 16 Jul 2007 17:33:37 +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
   ))