From ca0466aabe2ce7a0bd2a7d36861e289defa2e7be Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 28 Jul 2013 10:32:04 +0100 Subject: added nlp_tools submod --- .gitmodules | 3 +++ nlp_tools | 1 + 2 files changed, 4 insertions(+) create mode 160000 nlp_tools diff --git a/.gitmodules b/.gitmodules index e69de29..404b718 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nlp_tools"] + path = nlp_tools + url = https://github.com/jacobandreas/nlp_tools.git diff --git a/nlp_tools b/nlp_tools new file mode 160000 index 0000000..e4499df --- /dev/null +++ b/nlp_tools @@ -0,0 +1 @@ +Subproject commit e4499df40abf8c1531041f6ef21df0dca036d1d4 -- cgit v1.2.3