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

maca_export_parser.i

Blame
  • vectorize.h 250 B
    #ifndef __VECTORIZE__
    #define __VECTORIZE__
    
    #include"dico.h"
    #include"feat_model.h"
    #include"feat_vec.h"
    
    #define LOOKUP_MODE 1
    #define ADD_MODE 2
    
    
    feat_vec *form2fv(char *form, feat_vec *fv, feat_model *fm, dico *dico_features, int mode);
    
    #endif