Metadata-Version: 2.1
Name: loanpy
Version: 0.1.5
Summary: framework for detecting old loanwords
Home-page: https://github.com/martino-vic/Framework-for-computer-aided-borrowing-detection
Author: Viktor Martinović
Author-email: viktor.martinovic@hotmail.com
License: Creative Commons Attribution 4.0 International
Project-URL: Source, https://github.com/martino-vic/Framework-for-computer-aided-borrowing-detection
Project-URL: Citation, http://doi.org/10.5281/zenodo.4009627
Description: LOANPY
        ======
        
        | |loanpy|
        | |Build Status|
        
        loanpy is a tool for historical linguists. It extracts sound changes and
        constraints from an etymological dictionary, generates pseudo-roots for
        L1, pseudo- sound-substitutions for L2, searches for phonetically identical lexemes and
        ranks those according to semantic similarity.
        
        Installation
        ~~~~~~~~~~~~
        
        .. code:: sh
        
            $ python -m pip install loanpy
        
        Getting started
        ~~~~~~~~~~~~~~~
        
        .. code:: sh
        
            >>> from loanpy import loanfinder as lf
        
        Download and unpack 3 Gigabytes of `pretrained Google-News
        vectors <https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit>`__. Move *GoogleNews-vectors-negative300.bin* to the folder "data", the full path to which can be retrieved via:
        
        .. code:: sh
        
            >>> import os
            >>> print(os.path.dirname(lf.__file__)+r"\data")
        
        Following code will search for Gothic loanwords in the proto-Uralic stratum:
        
        ::
        
            >>> lf.loandf()
        
        Data Sources
        _________________
        `GÃ¡bor Zaicz's  Hungarian etymological dictionary from 2006 <https://regi.tankonyvtar.hu/hu/tartalom/tinta/TAMOP-4_2_5-09_Etimologiai_szotar/adatok.html>`__
        
        `Gerhard KÃ¶bler's Gothic database <https://koeblergerhard.de/wikiling/?f=got>`__
        
        `Hungarian Academy of Science's online version of Uralisches Etymologisches WÃ¶rterbuch <http://uralonet.nytud.hu>`__
        
        License
        -------
        
        Academic Free License (AFL) (Creative Commons Attribution 4.0
        International)
        
        .. |loanpy| image:: https://github.com/martino-vic/Framework-for-computer-aided-borrowing-detection/blob/master/white_logo_dark_background.jpg
           :target: https://pypi.org/project/loanpy/
        .. |Build Status| image:: https://about.zenodo.org/static/img/logos/zenodo-gradient-square.svg
           :target: https://zenodo.org/record/4051875#.X2-EimgzaUk
Keywords: historical linguistics,computational linguistics,lexicology,evolution,Uralistics,borrowing detection
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
