Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng committed Sep 22, 2014
1 parent 8038f8a commit 738e73d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion bin/config/sf1config.xml.in
Expand Up @@ -113,7 +113,7 @@

<!-- ** NEED TO EDIT DICTIONARY PATH ** -->
<!-- analysis types: token, ngram, like, all, noun, label -->
<LanguageAnalyzer dictionarypath="@wisekma_KNOWLEDGE@" updatedictinterval="300">
<LanguageAnalyzer dictionarypath="@izenecma_KNOWLEDGE@" updatedictinterval="300">

<Method id="la_token" analysis="token"/>
<Method id="la_char" analysis="char"/>
Expand Down
13 changes: 0 additions & 13 deletions test/TestResources.h.cmake
@@ -1,21 +1,8 @@
#ifndef INCLUDED_TEST_RESOURCES_H
#define INCLUDED_TEST_RESOURCES_H

#ifndef WISEKMA_KNOWLEDGE
# define WISEKMA_KNOWLEDGE "@wisekma_KNOWLEDGE@"
#endif

#ifndef IZENECMA_KNOWLEDGE
# define IZENECMA_KNOWLEDGE "@izenecma_KNOWLEDGE@"
#endif

#ifndef MATCHER_KNOWLEDGE
# define MATCHER_KNOWLEDGE "@EXTRA_CMAKE_MODULES_DIRS@/../b5m-operation/db/working_b5m/knowledge/"
#endif


#ifndef MOBILE_SOURCE
# define MOBILE_SOURCE "@EXTRA_CMAKE_MODULES_DIRS@/../b5m-operation/config/collection/mobile_source.txt";
#endif

#endif // INCLUDED_TEST_RESOURCES_H

0 comments on commit 738e73d

Please sign in to comment.