packages feed

sequor 0.3.1 → 0.3.2

raw patch · 3 files changed

+7/−7 lines, 3 filesdep ~bytestring

Dependency ranges changed: bytestring

Files

bin/seminer view
@@ -6,14 +6,14 @@  case $1 in      "raw")-	cut -d' ' -f1 |\+	tr "\t" ' ' | cut -d' ' -f1 |\             $SEMINER_ROOT/bin/augment brown False \ 	    $SEMINER_ROOT/data/seminer/deu.eci.unlabeled.500+1000.classes |\             $SEMINER_ROOT/bin/sequor predict \ 	    $SEMINER_ROOT/data/seminer/deu.train.lrec-2010-raw.model 	;;     "full")-	cut -d' ' -f1,2,3,4 |\+	tr "\t" ' ' | cut -d' ' -f1,2,3,4 |\ 	    $SEMINER_ROOT/bin/augment brown False \ 	    $SEMINER_ROOT/data/seminer/deu.eci.unlabeled.500+1000.classes |\             $SEMINER_ROOT/bin/sequor predict \
lib/seminer/seminer view
@@ -6,14 +6,14 @@  case $1 in      "raw")-	cut -d' ' -f1 |\+	tr "\t" ' ' | cut -d' ' -f1 |\             $SEMINER_ROOT/bin/augment brown False \ 	    $SEMINER_ROOT/data/seminer/deu.eci.unlabeled.500+1000.classes |\             $SEMINER_ROOT/bin/sequor predict \ 	    $SEMINER_ROOT/data/seminer/deu.train.lrec-2010-raw.model 	;;     "full")-	cut -d' ' -f1,2,3,4 |\+	tr "\t" ' ' | cut -d' ' -f1,2,3,4 |\ 	    $SEMINER_ROOT/bin/augment brown False \ 	    $SEMINER_ROOT/data/seminer/deu.eci.unlabeled.500+1000.classes |\             $SEMINER_ROOT/bin/sequor predict \
sequor.cabal view
@@ -1,12 +1,12 @@ Name:                sequor-Version:             0.3.1+Version:             0.3.2 Description:         A sequence labeler based on Collins's sequence perceptron. Synopsis:	     A sequence labeler based on Collins's sequence perceptron. Homepage:	     http://code.google.com/p/sequor/ License:             BSD3 License-file:        LICENSE Author:              Grzegorz Chrupała-Maintainer:          gchrupala@lsv.uni-saarland.de+Maintainer:          grzegorz.chrupala@gmail.com Build-Type:          Simple Cabal-Version:       >=1.2 Category:            Natural Language Processing@@ -29,7 +29,7 @@                      FeatureTemplate, Config, Perceptron.Vector,                      Perceptron.Sequence, Features, Labeler, Hashable   Build-Depends:     base >= 3 && < 5, containers >= 0.2, -                     bytestring >= 0.9,+                     bytestring >= 0.9.2,                      binary >= 0.5, mtl >= 1.1,                      vector >= 0.5, array >= 0.2, pretty >= 1.0,                      text >= 0.10