diff options
Diffstat (limited to 'app/WordFreq.py')
-rw-r--r-- | app/WordFreq.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/WordFreq.py b/app/WordFreq.py index 18f2c49..3620a41 100644 --- a/app/WordFreq.py +++ b/app/WordFreq.py @@ -1,3 +1,8 @@ +########################################################################### +# Copyright 2019 (C) Hui Lan <hui.lan@cantab.net> +# Written permission must be obtained from the author for commercial uses. +########################################################################### + from wordfreqCMD import remove_punctuation, freq, sort_in_descending_order import string |