-
- Downloads
Merge branch 'maca_graph_parser' into 'master'
add first version of exernal-dependency-free graph parser This is a first version of maca_graph_parser without external dependencies. It compile with a Makefile and crashes when run. To be tested... See merge request !2
Branches
Tags
Showing
- maca_graph_parser/Makefile 26 additions, 0 deletionsmaca_graph_parser/Makefile
- maca_graph_parser/array.c 25 additions, 0 deletionsmaca_graph_parser/array.c
- maca_graph_parser/array.h 16 additions, 0 deletionsmaca_graph_parser/array.h
- maca_graph_parser/hash.c 111 additions, 0 deletionsmaca_graph_parser/hash.c
- maca_graph_parser/hash.h 32 additions, 0 deletionsmaca_graph_parser/hash.h
- maca_graph_parser/maca_alphabet.cc 259 additions, 0 deletionsmaca_graph_parser/maca_alphabet.cc
- maca_graph_parser/maca_alphabet.hh 284 additions, 0 deletionsmaca_graph_parser/maca_alphabet.hh
- maca_graph_parser/maca_alphabet_wrapper.cc 131 additions, 0 deletionsmaca_graph_parser/maca_alphabet_wrapper.cc
- maca_graph_parser/maca_alphabet_wrapper.h 249 additions, 0 deletionsmaca_graph_parser/maca_alphabet_wrapper.h
- maca_graph_parser/maca_common.c 17 additions, 0 deletionsmaca_graph_parser/maca_common.c
- maca_graph_parser/maca_common.h 16 additions, 0 deletionsmaca_graph_parser/maca_common.h
- maca_graph_parser/maca_constants.h 169 additions, 0 deletionsmaca_graph_parser/maca_constants.h
- maca_graph_parser/maca_graph_parser.c 515 additions, 0 deletionsmaca_graph_parser/maca_graph_parser.c
- maca_graph_parser/maca_graph_parser.h 514 additions, 0 deletionsmaca_graph_parser/maca_graph_parser.h
- maca_graph_parser/maca_graph_parser_alphabet.c 259 additions, 0 deletionsmaca_graph_parser/maca_graph_parser_alphabet.c
- maca_graph_parser/maca_graph_parser_alphabet.h 55 additions, 0 deletionsmaca_graph_parser/maca_graph_parser_alphabet.h
- maca_graph_parser/maca_graph_parser_conll2007_format.c 385 additions, 0 deletionsmaca_graph_parser/maca_graph_parser_conll2007_format.c
- maca_graph_parser/maca_graph_parser_conll2007_format.h 22 additions, 0 deletionsmaca_graph_parser/maca_graph_parser_conll2007_format.h
- maca_graph_parser/maca_graph_parser_corpora.c 398 additions, 0 deletionsmaca_graph_parser/maca_graph_parser_corpora.c
- maca_graph_parser/maca_graph_parser_corpora.h 30 additions, 0 deletionsmaca_graph_parser/maca_graph_parser_corpora.h
Loading
Please register or sign in to comment