Skip to content

d125q/Macedonian_Letter_Frequencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a small utility written in C++11 which scrapes texsts from http://www.anarhisticka-biblioteka.org/library/ and calculates the frequencies of Macedonian letters. As far as I'm aware, there are no such statistics for the Macedonian language on the WWW.

Building from source

Clone the repository, and run

$ cmake .
$ make

You will need a C++11-compliant compiler, the Boost C++ Libraries, and the International Components for Unicode.

A result of the execution can be found in the file frequencies.csv.

About

Utility to scrape http://www.anarhisticka-biblioteka.org/library/ and calculate frequencies of Macedonian letters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published