Skip to content

Licence

lexsync's source code is released under the MIT licence, which is reproduced below from the LICENSE file that ships with the package. The file is included rather than transcribed, so this page cannot drift from the licence that actually governs the code.

The MIT licence covers the software, meaning the R package and the Python package. It does not cover the lexical corpora, which are third-party data with terms of their own. The bundled corpus derivatives are under CC BY-SA 4.0, and every corpus is cited with its licence and retrieval date. See LICENSE-DATA and corpora/ATTRIBUTION.md in the repository, or the LICENSE.note file that ships inside each package for a reader who has the distribution and not the repository. If you publish materials selected with lexsync, the corpus you drew them from is the thing that needs citing alongside the software.

MIT License

Copyright (c) 2026 Pablo Bernabeu

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.


The MIT License above covers the lexsync source code. The lexical corpora that the package bundles or fetches are NOT covered by it. Three of the data files shipped inside the package, lexsync/data/en_example.csv, es_example.csv and zh_example.csv, are wordfreq derivatives distributed under CC BY-SA 4.0. Their terms are set out in full in LICENSE.note, which ships beside this file. The repository keeps the fuller record, with the retrieval date and checksum of every derived file, at

https://github.com/pablobernabeu/lexsync/blob/main/LICENSE-DATA
https://github.com/pablobernabeu/lexsync/blob/main/corpora/ATTRIBUTION.md