Giter VIP home page Giter VIP logo

et1000's Introduction

1,000 most common Estonian words

What are the 1,000 most common Estonian words? I'm an English speaker learning Estonian, and had trouble finding the answer.

This was made using the Estonian Web 2019 corpus from the 2019 Estonian reference corpus.

Estonian is a "morphologically rich" language, as I learned the experts call it. Words change a lot depending on the grammatical context. For example "pood", "poodi", "poes", and "poest" are all forms of the same underlying canonical word (lemma), "pood". Which by the way means "store"; the forms above are a store, to the store, in the store, from the store. I'd like all of those forms to count for the same canonical form of the word, rather than counting them up separately. I used the lemmatizer in the Estonian natural language toolkit (EstNLTK) for this.

Some very hacky scripts to get a basic website with the words.

The data file for the full 2019 reference corpus can be downloaded from https://metashare.ut.ee/repository/browse/estonian-national-corpus-2019/cd9633fab22e11eaa6e4fa163e9d4547b71a2df64d1f43f1ac26dbd8508ea951/. Although I downloaded the whole thing, I only used the Estonian 2019 web corpus (etnc19_web_2019.prevert). The file is too big for git.

Following the estnltk install instructions, I created a separate Python 3.7 environment for it. To run the scripts above:

conda activate py37
python3 count.py
# this will write counts.csv and wf.pickle
Rscript make-index.R
# this will insert the word data into index.html

Finally, Are these really the 1,000 most common words in Estonian? I don't know, I'm not a linguist. I am sure that these are the 1,000 most common lemmas in the first 10,000 documents in the Estonian 2019 web corpus. How representative that is of the language in other contexts, I don't know.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.