Skip to content

LingAdeu/python-for-linguistic-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python for Linguistics

header

Overview

This repository contains a collection of Python notebooks that demonstrate various linguistic analysis techniques. The notebooks cover topics such as dependency parsing, semantic similarity, and acoustic phonetics. However, the notebooks are not exhaustive and are intended to provide a starting point. Currently, my focus is how to implement Python for quantitative linguistic analysis.

Folder Structure

.
├── data
├── img
├── notebook
│   ├── 01_dependency-parsing.ipynb
│   ├── 02_semantic-similarity.ipynb
│   └── 03_acoustic-phonetics.ipynb
├── requirements.txt
└── README.md

Note

The notebooks sometimes cannot be displayed properly on GitHub repository directly. To read the notebooks, use the following hyperlinks:

Feedback

If there are any questions or suggestions for improvements, feel free to contact me here:

linkedin logo gmail logo

About

This repository documents my learning journey in quantitative linguistics with Python. For now, it only contains simple implementation of Python without explanations, especially on syntax and semantics.

Topics

Resources

Stars

Watchers

Forks

Contributors