Correlating language to author's geographic origin in Python.
By using principles from the field of linguistics, a trained ear or eye can often profile where a speaker/writer hails from based on the certain terminologies they use. Each of these "buzzwords" can be traced to a geographic area, varying in size, and the overlaps between these regions can point to the origin of the speaker.
Geolang aims to automate the above process. It will contain a number of functions to classify language into its geographic origin within the United States.
To install packages and necessary libraries, run:
git clone https://github.com/dabao12321/geolang
// or
git clone [your_fork_url]
cd geolang
python setup.py install_lib
Good to go.
Welcome developers! Please read the CONTRIBUTING and Code of Conduct to get started.
- Amanda Li
Thank you to all contributors who participated in this project!
This project is under the MIT License.