File: control

package info (click to toggle)
bow 20020213-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,596 kB
  • ctags: 2,871
  • sloc: ansic: 36,321; lisp: 1,072; cpp: 969; makefile: 569; perl: 495; sh: 101
file content (23 lines) | stat: -rw-r--r-- 959 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: bow
Section: text
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <jfs@computer.org>
Build-Depends: flex, texinfo, autoconf, debhelper, texi2html, bison
Standards-Version: 3.5.1

Package: libbow
Architecture: any
Depends: ${shlibs:Depends}
Description: Bag of Words Library
 `Libbow' is a library of C code intended for writing statistical
 text-processing programs. Provided in the library distribution, 
 there are currently three executable programs based on it.
    * Rainbow is a  program that does document classification.
      While mostly designed for classification by naive
      Bayes, it also provides TFIDF/Rocchio, Probabilistic Indexing and
      K-nearest neighbor.
    * Arrow an Altavista-like program for document retrieval. It
      currently only performs simple TFIDF-based retrieval.
    * Crossbow: a program for document clustering (and also classification).
 .
 Homepage: http://www.cs.cmu.edu/~mccallum/bow/