Skip to content

Commit

Permalink
rearrange srl project, fix issue HIT-SCIR#16
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Aug 30, 2013
1 parent 47632bb commit ab81e19
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set (postagger_DIR ${SOURCE_DIR}/postagger)
set (parser_DIR ${SOURCE_DIR}/parser)
set (splitsnt_DIR ${SOURCE_DIR}/_split_sentence/)
set (ner_DIR ${SOURCE_DIR}/ner/)
set (srl_DIR ${SOURCE_DIR}/_srl/)
set (srl_DIR ${SOURCE_DIR}/srl/)
set (ltp_dll_DIR ${SOURCE_DIR}/__ltp_dll/)
set (server_DIR ${SOURCE_DIR}/server/)

Expand All @@ -17,7 +17,7 @@ add_subdirectory ("segmentor")
add_subdirectory ("postagger")
add_subdirectory ("ner")
add_subdirectory ("parser")
add_subdirectory ("_srl")
add_subdirectory ("srl")
add_subdirectory ("__ltp_dll")

# mongoose server is not supported in windows
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ab81e19

Please sign in to comment.