Skip to content
Snippets Groups Projects
Select Git revision
  • 9162d34b4af7dd34cbeba01372d7492dfd05886d
  • 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

oracle_parser.h

Blame
  • oracle_parser.h 172 B
    #ifndef __ORACLE__
    #define __ORACLE__
    
    
    #include<stdio.h>
    #include<stdlib.h>
    #include"config.h"
    #include"sentence.h"
    
    
    int oracle_parser(config *c, sentence *ref);
    
    #endif