Ignoring @type=single and added option for --new-tei
This commit is contained in:
3
wani.py
3
wani.py
@@ -160,6 +160,9 @@ if __name__ == '__main__':
|
||||
parser.add_argument('--fixed-restriction-order',
|
||||
help='If used, words have to be in the same order as components.',
|
||||
action='store_true')
|
||||
parser.add_argument('--new-tei',
|
||||
help='Attribute to be used, when using new version of tei. (default=False)',
|
||||
action='store_true')
|
||||
args = parser.parse_args()
|
||||
logging.basicConfig(stream=sys.stderr, level=args.verbose.upper())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user