Giter VIP home page Giter VIP logo

de-book-frequency's Introduction

de-novel-frequency

WordRank Format

WordRank format is every word, in order of most frequent to least:

und
die
sie
...

This is the format most associated with frequency lists.

WordFrequency Format

WordFrequency contains both the word and the number of occurrences:

und 4552864
die 3993582
sie 3318814
...

The format is {word}{space}{occurences}.

The inclusion of occurences allows you to edit this frequency list with your own data.

WordJSON Format

WordJSON format is identical to WordRank, but as a JSON file:

["und", "die", "sie", ...]

This format is specially made to support the Migaku Web Browser. I am in no way affiliated with Migaku.

Purpose

In order to properly score books based on their difficulty, I needed a frequency list. Unfortunately, every list I could find online were based off of Subtitles (TV-Shows, Movies), which use vastly different language than written text.

Drawbacks

Due to the german language, some information has been lost in the creation of this frequency list.

  1. All words were converted to lower-case. This means a Noun's frequency mixes with the same verb's, there is no distinction.
  2. The words were not stemmed. This means that every spelling of a word is treated as it's own unique word. An example would be verloren vs verlorene. This was a conscious decision, but an important one to be aware of.

Can I use this for {x}?

Please feel free to use this for any project. For more information please refer to the License

If you do use this for a project, referencing back to this repository is not mandatory but would be appreciated. I would also love to hear about it!

de-book-frequency's People

Contributors

1ynn1ei avatar

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.