memphis-iis / cohmetrix-issues

Public Issue Only Repository for Issues and Distrobution of Cohmetrix Core Desktop
6 stars 2 forks source link

CohMetrixCore

link

CohMetrixCORE is a .NET 7 implementation of Coh-Metrix for modern operating systems, a program that leverages natural language processing to analyze discourse. It computes a wide range of linguistic indices to assess various aspects of language in written or spoken text, enabling you to determine text quality, readability, and other specific properties. This system conducts in-depth analyses across multiple text dimensions, including simple indices like word frequency and sentence length, as well as more complex indices such as cohesion and syntactic complexity. CohMetrixCore can be employed in educational tutoring systems, research, and a variety of applications where in-depth text analysis is necessary.

Announcment (Licensing)

We will no longer be generating licenses for all versions unless there is an issue with the self service portal.. You may use the self service portal at link

Upgrading

Upgrades to the newest build may require redownloading the data. Please delete these folders if you have them:

C:\Program Files (x86)\CohMetrixCore\data (Windows) ~/.local/share/CohMetrixCore (Linux and MacOS)

Cohmetrix will automatically redownload the files.

Dependencies

Windows (CLI)

Windows (Desktop Non GTK)

MacOS Silicon

MacOS Classic

Linux (CLI)

sudo apt install dotnet

sudo apt install aspnet

Windows (CLI)

CohMetrixCoreCLI.exe <input file or directory> <output directory>

Linux / MacOS (CLI)

CohMetrixCoreCLI <input file or directory> <output directory>