-
- Downloads
changed conditions in the parser for sentences that do not end with punctuation (workaround)
added a new lemmatizer that uses the maca_trans_xx architecture added an experimental, very limited interpreter (maca_trans_interpreter) to be developped if useful changed behaviour of tagger and parser : if they have pos or lemma in the input, they are kept unchanged code refactoring
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- maca_common/include/form2pos.h 1 addition, 1 deletionmaca_common/include/form2pos.h
- maca_common/include/mcd.h 1 addition, 0 deletionsmaca_common/include/mcd.h
- maca_common/include/util.h 1 addition, 0 deletionsmaca_common/include/util.h
- maca_common/include/word.h 2 additions, 0 deletionsmaca_common/include/word.h
- maca_common/src/form2pos.c 23 additions, 0 deletionsmaca_common/src/form2pos.c
- maca_common/src/util.c 10 additions, 0 deletionsmaca_common/src/util.c
- maca_common/src/word.c 37 additions, 1 deletionmaca_common/src/word.c
- maca_lemmatizer/src/maca_lemmatizer.c 64 additions, 19 deletionsmaca_lemmatizer/src/maca_lemmatizer.c
- maca_tools/src/mcf2conll.c 6 additions, 20 deletionsmaca_tools/src/mcf2conll.c
- maca_trans_parser/CMakeLists.txt 17 additions, 5 deletionsmaca_trans_parser/CMakeLists.txt
- maca_trans_parser/src/context.c 1 addition, 1 deletionmaca_trans_parser/src/context.c
- maca_trans_parser/src/context.h 3 additions, 2 deletionsmaca_trans_parser/src/context.h
- maca_trans_parser/src/maca_trans_interpreter.c 150 additions, 0 deletionsmaca_trans_parser/src/maca_trans_interpreter.c
- maca_trans_parser/src/maca_trans_lemmatizer.c 198 additions, 0 deletionsmaca_trans_parser/src/maca_trans_lemmatizer.c
- maca_trans_parser/src/maca_trans_parser.c 0 additions, 2 deletionsmaca_trans_parser/src/maca_trans_parser.c
- maca_trans_parser/src/maca_trans_parser_arc_eager_mcf2cff.c 20 additions, 32 deletionsmaca_trans_parser/src/maca_trans_parser_arc_eager_mcf2cff.c
- maca_trans_parser/src/maca_trans_tagger_mcf2cff.c 37 additions, 45 deletionsmaca_trans_parser/src/maca_trans_tagger_mcf2cff.c
- maca_trans_parser/src/maca_trans_tagparser_arc_eager_mcf2cff.c 19 additions, 30 deletions...trans_parser/src/maca_trans_tagparser_arc_eager_mcf2cff.c
- maca_trans_parser/src/movement_tagger.c 1 addition, 3 deletionsmaca_trans_parser/src/movement_tagger.c
Loading
Please register or sign in to comment