-
- Downloads
new structure called word buffer to store words
Showing
- maca_common/include/mcd.h 1 addition, 0 deletionsmaca_common/include/mcd.h
- maca_common/include/word.h 1 addition, 1 deletionmaca_common/include/word.h
- maca_common/src/mcd.c 44 additions, 0 deletionsmaca_common/src/mcd.c
- maca_common/src/sentence.c 1 addition, 1 deletionmaca_common/src/sentence.c
- maca_common/src/word.c 2 additions, 1 deletionmaca_common/src/word.c
- maca_lemmatizer/src/context.c 2 additions, 1 deletionmaca_lemmatizer/src/context.c
- maca_trans_parser/CMakeLists.txt 7 additions, 0 deletionsmaca_trans_parser/CMakeLists.txt
- maca_trans_parser/src/context.c 2 additions, 1 deletionmaca_trans_parser/src/context.c
- maca_trans_parser/src/test_word_buffer.c 35 additions, 0 deletionsmaca_trans_parser/src/test_word_buffer.c
- maca_trans_parser/src/word_buffer.c 134 additions, 0 deletionsmaca_trans_parser/src/word_buffer.c
- maca_trans_parser/src/word_buffer.h 35 additions, 0 deletionsmaca_trans_parser/src/word_buffer.h
maca_trans_parser/src/test_word_buffer.c
0 → 100644
maca_trans_parser/src/word_buffer.c
0 → 100644
maca_trans_parser/src/word_buffer.h
0 → 100644
Please register or sign in to comment