Skip to content
Snippets Groups Projects
Select Git revision
  • 1c005dbf6a60a36e9ce1a9167c975792a5f79511
  • master default protected
  • johannes
  • partial_parser
  • Aloui_Dary
  • ignore_punct
  • AC
  • classifier
  • fixhelp
  • libmacaon2
  • error_predictor
  • morpho
  • ssrnn
  • tfparsing
  • silvio
  • tagger_options
  • maca_trans_frame_parser
  • alexis
  • new_config
  • tagparse
  • maca_graph_parser
21 results

tchat2fplm.perl

Blame
  • user avatar
    Alexis Nasr authored
    1c005dbf
    History
    tchat2fplm.perl 221 B
    #!/usr/bin/perl
    
    while(<>){
    #    chop;
        ($mot, $mot_corrige, $err, $pos, $lemme, $num, $locuteur, $timestamp) = split /\t/;
    
    #    print "$mot\t$pos\t$lemme\t#####\n";
        print "$mot_corrige\t$pos\t$lemme\t#####\n";
    }