Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
facd55f1
Commit
facd55f1
authored
Apr 24, 2015
by
panos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pilot Case script added - test mode
parent
3fc5f7e3
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3896 additions
and
0 deletions
+3896
-0
dream/KnowledgeExtraction/PilotCases/BatchModel/BatchFullModelOperatorsACO.JSON
...ion/PilotCases/BatchModel/BatchFullModelOperatorsACO.JSON
+2551
-0
dream/KnowledgeExtraction/PilotCases/BatchModel/JSON_DBBatchModel.json
...geExtraction/PilotCases/BatchModel/JSON_DBBatchModel.json
+960
-0
dream/KnowledgeExtraction/PilotCases/BatchModel/KEtoolMainScript.py
...ledgeExtraction/PilotCases/BatchModel/KEtoolMainScript.py
+361
-0
dream/KnowledgeExtraction/PilotCases/BatchModel/__init__.py
dream/KnowledgeExtraction/PilotCases/BatchModel/__init__.py
+24
-0
No files found.
dream/KnowledgeExtraction/PilotCases/BatchModel/BatchFullModelOperatorsACO.JSON
0 → 100644
View file @
facd55f1
This diff is collapsed.
Click to expand it.
dream/KnowledgeExtraction/PilotCases/BatchModel/JSON_DBBatchModel.json
0 → 100644
View file @
facd55f1
This diff is collapsed.
Click to expand it.
dream/KnowledgeExtraction/PilotCases/BatchModel/KEtoolMainScript.py
0 → 100644
View file @
facd55f1
This diff is collapsed.
Click to expand it.
dream/KnowledgeExtraction/PilotCases/BatchModel/__init__.py
0 → 100644
View file @
facd55f1
# ===========================================================================
# Copyright 2013 University of Limerick
#
# This file is part of DREAM.
#
# DREAM is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# DREAM is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with DREAM. If not, see <http://www.gnu.org/licenses/>.
# ===========================================================================
# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
try
:
__import__
(
'pkg_resources'
).
declare_namespace
(
__name__
)
except
ImportError
:
from
pkgutil
import
extend_path
__path__
=
extend_path
(
__path__
,
__name__
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment