Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
corpus2
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
corpus2
Commits
1fc58667
There was an error fetching the commit references. Please try again later.
Commit
1fc58667
authored
13 years ago
by
ilor
Browse files
Options
Downloads
Patches
Plain Diff
corpus-merge script
parent
2d639655
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
corpus2tools/CMakeLists.txt
+1
-1
1 addition, 1 deletion
corpus2tools/CMakeLists.txt
corpus2tools/corpus-get
+1
-0
1 addition, 0 deletions
corpus2tools/corpus-get
with
2 additions
and
1 deletion
corpus2tools/CMakeLists.txt
+
1
−
1
View file @
1fc58667
...
@@ -19,7 +19,7 @@ if(UNIX)
...
@@ -19,7 +19,7 @@ if(UNIX)
install
(
TARGETS tagset-tool
install
(
TARGETS tagset-tool
RUNTIME DESTINATION bin
)
RUNTIME DESTINATION bin
)
install
(
FILES corpus-get
install
(
FILES corpus-get
corpus-merge
DESTINATION bin
DESTINATION bin
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
...
...
This diff is collapsed.
Click to expand it.
corpus2tools/corpus-get
+
1
−
0
View file @
1fc58667
...
@@ -84,6 +84,7 @@ def go():
...
@@ -84,6 +84,7 @@ def go():
parser
.
add_option
(
'
-v
'
,
'
--verbose
'
,
action
=
'
store_true
'
,
parser
.
add_option
(
'
-v
'
,
'
--verbose
'
,
action
=
'
store_true
'
,
dest
=
'
verbose
'
,
default
=
False
,
dest
=
'
verbose
'
,
default
=
False
,
help
=
'
verbose mode
'
)
help
=
'
verbose mode
'
)
parser
.
add_option
(
'
--input-list
'
,
default
=
None
,
help
=
'
file with a list of input files
'
)
(
options
,
args
)
=
parser
.
parse_args
()
(
options
,
args
)
=
parser
.
parse_args
()
if
len
(
args
)
<
1
:
if
len
(
args
)
<
1
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment