mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
Add license text for the whole package
This commit is contained in:
parent
44ccf40742
commit
cb7b2b76e6
19
MIT-LICENSE
Normal file
19
MIT-LICENSE
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Copyright (c) 2013 Luminoso Technologies, Inc.
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
to deal in the Software without restriction, including without limitation
|
||||||
|
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
DEALINGS IN THE SOFTWARE.
|
16
README.txt
16
README.txt
@ -1,3 +1,19 @@
|
|||||||
Tools for working with word frequencies from various corpora.
|
Tools for working with word frequencies from various corpora.
|
||||||
|
|
||||||
Author: Rob Speer
|
Author: Rob Speer
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
`wordfreq` is freely redistributable under the MIT license. See
|
||||||
|
`MIT-LICENSE.txt`.
|
||||||
|
|
||||||
|
It contains data extracted from Google Books Ngrams
|
||||||
|
(http://books.google.com/ngrams). The terms of use of this data are:
|
||||||
|
|
||||||
|
Ngram Viewer graphs and data may be freely used for any purpose, although
|
||||||
|
acknowledgement of Google Books Ngram Viewer as the source, and inclusion
|
||||||
|
of a link to http://books.google.com/ngrams, would be appreciated.
|
||||||
|
|
||||||
|
It also contains data from the University of Leeds Centre for Translation
|
||||||
|
Studies (see http://corpus.leeds.ac.uk/list.html), which is freely
|
||||||
|
redistributable under a Creative Commons Attribution license.
|
||||||
|
Loading…
Reference in New Issue
Block a user