-
- Downloads
add first version of exernal-dependency-free graph parser
parent
badf0ce1
No related branches found
No related tags found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
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