Skip to content
Snippets Groups Projects
Commit 1fc58667 authored by ilor's avatar ilor
Browse files

corpus-merge script

parent 2d639655
No related merge requests found
......@@ -19,7 +19,7 @@ if(UNIX)
install(TARGETS tagset-tool
RUNTIME DESTINATION bin)
install(FILES corpus-get
install(FILES corpus-get corpus-merge
DESTINATION bin
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
......
......@@ -84,6 +84,7 @@ def go():
parser.add_option('-v', '--verbose', action='store_true',
dest='verbose', default=False,
help='verbose mode')
parser.add_option('--input-list', default=None, help='file with a list of input files')
(options, args) = parser.parse_args()
if len(args) < 1:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment