diff --git a/PaddleNLP/language_model/reader.py b/PaddleNLP/language_model/reader.py index 8c0551d84f253d9bfd8420e56185780bee7c3145..abcfb0b7ec522f845cb261bea9428af1a174a4f0 100644 --- a/PaddleNLP/language_model/reader.py +++ b/PaddleNLP/language_model/reader.py @@ -1,4 +1,4 @@ -# Copyright 2015 The TensorFlow Authors. All Rights Reserved. +# Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserve. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +11,7 @@ # 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. -# ============================================================================== + """Utilities for parsing PTB text files.""" from __future__ import absolute_import from __future__ import division