Skip to content

Commit 2c06d2a

Browse files
committed
Removing Mitie and NER which resolves #1522
1 parent 1374a26 commit 2c06d2a

29 files changed

+2
-1430
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "doc"]
22
path = doc
33
url = https://github.com/dvorka/mindforger-repository.git
4-
[submodule "deps/mitie"]
5-
path = deps/mitie
6-
url = https://github.com/dvorka/MITIE.git
74
[submodule "deps/cmark-gfm"]
85
path = deps/cmark-gfm
96
url = https://github.com/dvorka/cmark.git

app/app.pro

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ mfoldhunspell | equals(OS_DISTRO_VERSION, "Windows") | equals(OS_DISTRO_VERSION,
5858
message("Hunspell: configuring use of NEW API on OS: $$OS_DISTRO_VERSION")
5959
}
6060

61-
mfllamacpp {
62-
DEFINES += MF_LLAMA_CPP
63-
}
64-
65-
# Named Entity Recognition
66-
mfner {
67-
DEFINES += MF_NER
68-
}
69-
7061
# webkit is supposed to be OBSOLETED by webengine, but webengine is disabled
7162
# on Linux since Qt 5.9 due to its tragic performance -> conditional compilation
7263
# seems to be the only way:
@@ -127,12 +118,6 @@ win32 {
127118
}
128119
}
129120

130-
# NER library
131-
mfner {
132-
# MF links MITIE for AI/NLP/DL
133-
LIBS += -L$$OUT_PWD/../deps/mitie/mitielib -lmitie
134-
}
135-
136121
# Zlib
137122
win32 {
138123
INCLUDEPATH += $$PWD/../deps/zlib-win/include
@@ -337,14 +322,6 @@ HEADERS += \
337322
win32|macx|mfwebengine {
338323
HEADERS += ./src/qt/web_engine_page_link_navigation_policy.h
339324
}
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-
}
348325

349326
SOURCES += \
350327
./src/qt/mindforger.cpp \
@@ -463,15 +440,6 @@ win32|macx|mfwebengine {
463440
SOURCES += ./src/qt/web_engine_page_link_navigation_policy.cpp
464441
}
465442

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-
475443
win32 {
476444
HEADERS += \
477445
../deps/getopt/getopt.h

app/src/qt/dialogs/ner_choose_tag_types_dialog.cpp

Lines changed: 0 additions & 84 deletions
This file was deleted.

app/src/qt/dialogs/ner_choose_tag_types_dialog.h

Lines changed: 0 additions & 72 deletions
This file was deleted.

app/src/qt/dialogs/ner_result_dialog.cpp

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)