This commit is contained in:
nlpfun
2021-05-18 00:10:27 +08:00
parent 6d284528b4
commit 95fd6db3e9
95 changed files with 0 additions and 467905 deletions

View File

@@ -1,15 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright © 2010 University of Zürich
# Author: Rico Sennrich <sennrich@cl.uzh.ch>
# For licensing information, see LICENSE
import sys
from command_utils import load_arguments
from bleualign.align import Aligner
if __name__ == '__main__':
options = load_arguments(sys.argv)
a = Aligner(options)
a.mainloop()