-
- Downloads
code refactoring, creation of maca_common library. Creation of maca_lemmatizer
parent
4d2a9550
No related branches found
No related tags found
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- maca_common/CMakeLists.txt 11 additions, 0 deletionsmaca_common/CMakeLists.txt
- maca_common/include/dico.h 0 additions, 0 deletionsmaca_common/include/dico.h
- maca_common/include/dico_vec.h 0 additions, 0 deletionsmaca_common/include/dico_vec.h
- maca_common/include/feat_types.h 0 additions, 0 deletionsmaca_common/include/feat_types.h
- maca_common/include/hash.h 0 additions, 0 deletionsmaca_common/include/hash.h
- maca_common/include/mcd.h 6 additions, 2 deletionsmaca_common/include/mcd.h
- maca_common/include/util.h 0 additions, 0 deletionsmaca_common/include/util.h
- maca_common/include/word_emb.h 0 additions, 0 deletionsmaca_common/include/word_emb.h
- maca_common/src/dico.c 0 additions, 0 deletionsmaca_common/src/dico.c
- maca_common/src/dico_vec.c 0 additions, 0 deletionsmaca_common/src/dico_vec.c
- maca_common/src/feat_types.c 0 additions, 0 deletionsmaca_common/src/feat_types.c
- maca_common/src/hash.c 0 additions, 0 deletionsmaca_common/src/hash.c
- maca_common/src/mcd.c 315 additions, 0 deletionsmaca_common/src/mcd.c
- maca_common/src/util.c 0 additions, 0 deletionsmaca_common/src/util.c
- maca_common/src/word_emb.c 0 additions, 0 deletionsmaca_common/src/word_emb.c
- maca_lemmatizer/CMakeLists.txt 12 additions, 0 deletionsmaca_lemmatizer/CMakeLists.txt
- maca_lemmatizer/src/context.c 149 additions, 0 deletionsmaca_lemmatizer/src/context.c
- maca_lemmatizer/src/context.h 31 additions, 0 deletionsmaca_lemmatizer/src/context.h
- maca_lemmatizer/src/maca_lemmatizer.c 154 additions, 0 deletionsmaca_lemmatizer/src/maca_lemmatizer.c
maca_common/CMakeLists.txt
0 → 100644
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
maca_lemmatizer/CMakeLists.txt
0 → 100644
maca_lemmatizer/src/context.c
0 → 100644
maca_lemmatizer/src/context.h
0 → 100644
maca_lemmatizer/src/maca_lemmatizer.c
0 → 100644
Please register or sign in to comment