Skip to content

Commit 912d76c

Browse files
authored
Update create_vocab_proto.py
Added copyright
1 parent 7066c39 commit 912d76c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

introduction_to_amazon_algorithms/seq2seq_translation_en-de/create_vocab_proto.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at
4+
#
5+
# http://aws.amazon.com/apache2.0/
6+
#
7+
# or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
8+
19
import argparse
210
from collections import Counter
311
from contextlib import ExitStack

0 commit comments

Comments
 (0)