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

dnn_decoder.h

Blame
  • dnn_decoder.h 263 B
    #ifndef __DNN_DECODER__
    #define __DNN_DECODER__
    #include "fann.h"
    #include "word_emb.h"
    #include "feat_model.h"
    #include "mcd.h"
    
    void dnn_decoder(FILE *f, mcd *mcd_struct, struct fann *ann, feat_model  *fm, int verbose, int root_label, int stream_mode);
    
    #endif