@@ -58,15 +58,6 @@ mfoldhunspell | equals(OS_DISTRO_VERSION, "Windows") | equals(OS_DISTRO_VERSION,
58
58
message ("Hunspell: configuring use of NEW API on OS: $$OS_DISTRO_VERSION" )
59
59
}
60
60
61
- mfllamacpp {
62
- DEFINES += MF_LLAMA_CPP
63
- }
64
-
65
- # Named Entity Recognition
66
- mfner {
67
- DEFINES += MF_NER
68
- }
69
-
70
61
# webkit is supposed to be OBSOLETED by webengine, but webengine is disabled
71
62
# on Linux since Qt 5.9 due to its tragic performance -> conditional compilation
72
63
# seems to be the only way:
@@ -127,12 +118,6 @@ win32 {
127
118
}
128
119
}
129
120
130
- # NER library
131
- mfner {
132
- # MF links MITIE for AI/NLP/DL
133
- LIBS += -L $$OUT_PWD /../deps/mitie/mitielib -lmitie
134
- }
135
-
136
121
# Zlib
137
122
win32 {
138
123
INCLUDEPATH += $$PWD /../deps/zlib-win/include
@@ -337,14 +322,6 @@ HEADERS += \
337
322
win32 |macx|mfwebengine {
338
323
HEADERS += ./src/qt/web_engine_page_link_navigation_policy.h
339
324
}
340
- mfner {
341
- HEADERS += \
342
- src/qt/dialogs/ner_choose_tag_types_dialog.h \
343
- src/qt/dialogs/ner_result_dialog.h \
344
- src/qt/ner_leaderboard_model.h \
345
- src/qt/ner_leaderboard_view.h \
346
- src/qt/ner_main_window_worker_thread.h
347
- }
348
325
349
326
SOURCES += \
350
327
./src/qt/mindforger.cpp \
@@ -463,15 +440,6 @@ win32|macx|mfwebengine {
463
440
SOURCES += ./src/qt/web_engine_page_link_navigation_policy.cpp
464
441
}
465
442
466
- mfner {
467
- SOURCES += \
468
- src/qt/dialogs/ner_choose_tag_types_dialog.cpp \
469
- src/qt/dialogs/ner_result_dialog.cpp \
470
- src/qt/ner_leaderboard_model.cpp \
471
- src/qt/ner_leaderboard_view.cpp \
472
- src/qt/ner_main_window_worker_thread.cpp
473
- }
474
-
475
443
win32 {
476
444
HEADERS += \
477
445
../deps/getopt/getopt.h
0 commit comments