Commits on Source (16)
-
Jeremy Auguste authored
-
Alexis Nasr authored
-
Jeremy Auguste authored
-
Alexis Nasr authored
resolved conflicts : in the string corresponding to a feature, the type of the feature is separated from its value by ==
-
Alexis Nasr authored
-
Alexis Nasr authored
-
Alexis Nasr authored
-
Alexis Nasr authored
-
Alexis Nasr authored
fixed a bug in maca_common/src/word.c for a proper treatment of columns with _ character in mcd files
-
Alexis Nasr authored
-
Alexis Nasr authored
-
Alexis Nasr authored
added a 16 bits representation for words in order to accurately compute prefixes and suffixes of utf8 strings
-
Alexis Nasr authored
-
Alexis Nasr authored
-
alexis.nasr authored
Showing
- CMakeLists.txt 9 additions, 1 deletionCMakeLists.txt
- maca_common/CMakeLists.txt 1 addition, 0 deletionsmaca_common/CMakeLists.txt
- maca_common/include/char16.h 11 additions, 0 deletionsmaca_common/include/char16.h
- maca_common/include/feat_model.h 1 addition, 1 deletionmaca_common/include/feat_model.h
- maca_common/include/mcd.h 80 additions, 1 deletionmaca_common/include/mcd.h
- maca_common/include/word.h 32 additions, 0 deletionsmaca_common/include/word.h
- maca_common/src/char16.c 93 additions, 0 deletionsmaca_common/src/char16.c
- maca_common/src/feat_model.c 0 additions, 1 deletionmaca_common/src/feat_model.c
- maca_common/src/form2pos.c 3 additions, 3 deletionsmaca_common/src/form2pos.c
- maca_common/src/mcd.c 57 additions, 0 deletionsmaca_common/src/mcd.c
- maca_common/src/trie.c 3 additions, 3 deletionsmaca_common/src/trie.c
- maca_common/src/word.c 5 additions, 1 deletionmaca_common/src/word.c
- maca_graph_parser/array.c 2 additions, 2 deletionsmaca_graph_parser/array.c
- maca_graph_parser/maca_graph_parser.c 1 addition, 1 deletionmaca_graph_parser/maca_graph_parser.c
- maca_graph_parser/maca_graph_parser_alphabet.c 3 additions, 3 deletionsmaca_graph_parser/maca_graph_parser_alphabet.c
- maca_lemmatizer/src/maca_lemmatizer.c 13 additions, 1 deletionmaca_lemmatizer/src/maca_lemmatizer.c
- maca_lexer/src/extract_mwe_from_fplm.c 2 additions, 2 deletionsmaca_lexer/src/extract_mwe_from_fplm.c
- maca_morpho/CMakeLists.txt 30 additions, 0 deletionsmaca_morpho/CMakeLists.txt
- maca_morpho/src/fplm2cff.c 92 additions, 0 deletionsmaca_morpho/src/fplm2cff.c
- maca_morpho/src/maca_morpho_context.c 166 additions, 0 deletionsmaca_morpho/src/maca_morpho_context.c
maca_common/include/char16.h
0 → 100644
maca_common/src/char16.c
0 → 100644
maca_morpho/CMakeLists.txt
0 → 100644
maca_morpho/src/fplm2cff.c
0 → 100644
maca_morpho/src/maca_morpho_context.c
0 → 100644