forked from HuangFJ/pyltp
-
Notifications
You must be signed in to change notification settings - Fork 346
Expand file tree
/
Copy pathMANIFEST.in
More file actions
executable file
·23 lines (22 loc) · 898 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
executable file
·23 lines (22 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include README.md
include CHANGES.rst
recursive-include src *.cpp
recursive-include ltp/src *.h
recursive-include ltp/src/framework *.h *.hpp
recursive-include ltp/src/utils *.h *.hpp *.tab
recursive-include ltp/src/segmentor *.cpp *.h *.hpp
recursive-include ltp/src/postagger *.cpp *.h *.hpp
recursive-include ltp/src/ner *.cpp *.h *.hpp
recursive-include ltp/src/parser.n *.cpp *.h *.hpp
recursive-include ltp/src/srl *.cpp *.h
recursive-include ltp/thirdparty/boost *.h *.hpp *.cpp *.ipp
recursive-include ltp/thirdparty/dynet *
recursive-include ltp/thirdparty/eigen *
recursive-include ltp/thirdparty/gtest *
recursive-include ltp/thirdparty/jsoncpp *
recursive-include ltp/thirdparty/maxent *.h *.cpp
recursive-include ltp/thirdparty/tinythreadpp *.h *.cpp
recursive-include ltp/thirdparty/tinyxml *.h *.cpp
graft pybind11/include
graft pybind11/tools
global-include CMakeLists.txt *.cmake