Coder Social home page Coder Social logo

readabilitylola's Introduction

noteId tags
249684e075a211ee9aae31bfc7c1e6bf

INSTALLATION

Pip install readabilitylola 

The goal of this repo is to implement readability score of local languages including: Bahasa, Hindi

  1. Readability Is the quality of your writing. If the readability of your text is high, people will be able to understand your sentences easily. If the readability is low, people still might understand what you are saying, but it is likely to be a draining experience. Instead of skimming quickly over your writing, reader needs to spend significant amount of energy unpacking big vocabulary and complex sentence structure. Briefly, It demands more concentration from your reader.
  2. Readability score A computer-calculated index which can tell how easy it will be for someone to read a particular piece of text. Readability score is well defined in English language for a long time. However, there is little research for other languages. Also, some popular formula of computing readability score in English is not suitable in other language. So far, I have found the score is researched for Bahasa, Hindi.

================
Bahasa readability score formula:

-13.988 + 0.3793(300/S) + 0.0207(d+ k)

Where:
S: number of sentence in 300 words
d: number of syllables
k: potentiall difficullt words including Kata Ganda,Diftong, Kata Pinjaman and Kekeliruan huruf. Specifically k= 5*(Kata Ganda+Diftong+Kata Pinjaman+Kekeliruan Huruf)
================
Hindi readability score formula:

-2.34 + 2.14AWL +  0.01PSW 

Where:
AWL: average word length
PSW: Poly-syllabic words are the words whose count of syllable exceeds 2

readabilitylola's People

Contributors

bonghoa15 avatar

Watchers

James Cloos avatar  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.