#!/bin/bash

make

select i in data/*.ftr
do
    ./aleven -n -s features.table.out -t features1tok.txt $i | less
    exit
done
