Files
clients/MorphereAnalyzer/MorphereAnalyzer.pro
admin 0c7bdff580 1depth Center keyword 분석 추가
dataalgorithm_interface 추가


git-svn-id: svn://192.168.0.12/source@167 8346c931-da38-4b9b-9d4c-e48b93cbd075
2015-07-21 09:53:28 +00:00

72 lines
1.3 KiB
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2015-04-06T11:16:08
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MorphereAnalyzer
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
widget.cpp \
stable.cpp \
../Json/sjson.cpp \
sanaly1.cpp \
sanaly2.cpp \
sanalyzer.cpp \
sdictionary.cpp \
keywordthread.cpp \
tablealgorithm_interface.cpp
HEADERS += mainwindow.h \
widget.h \
stable.h \
../Json/sjson.h \
../common.h \
sanaly1.h \
sanaly2.h \
char_property.h \
common.h \
connector.h \
context_id.h \
darts.h \
dictionary.h \
dictionary_rewriter.h \
feature_index.h \
freelist.h \
iconv_utils.h \
lbfgs.h \
learner_node.h \
learner_tagger.h \
mecab.h \
mmap.h \
nbest_generator.h \
param.h \
scoped_ptr.h \
stream_wrapper.h \
string_buffer.h \
thread.h \
tokenizer.h \
ucs.h \
ucstable.h \
utils.h \
viterbi.h \
winmain.h \
writer.h \
sanalyzer.h \
sdictionary.h \
keywordthread.h \
dataalgorithm_interface.h \
tablealgorithm_interface.h
FORMS += mainwindow.ui