Skip to content

danboy-lab/lingtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Analysis Tool (Python)

Overview

This project is a Python-based text analysis tool that performs:

  • Syntactic analysis
  • Morphological analysis
  • Stylistic analysis

It is designed for educational, linguistic, and basic natural language processing (NLP) purposes.


Features

Syntactic Analysis

  • Sentence segmentation
  • Part-of-speech (POS) tagging
  • Dependency parsing
  • Sentence length statistics

Morphological Analysis

  • Tokenization
  • Lemmatization
  • Morphological feature extraction
  • Word frequency analysis

Stylistic Analysis

  • Average word length
  • Average sentence length
  • Vocabulary richness (type-token ratio)
  • Most frequent words
  • Basic readability metrics

About

Language tools for analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages