Skip to content

romanminkoff/NLP-Swedish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP-Swedish

… allows to estimate CEFR (Common European Framework of References) complexity score of a given word, sentence or text. CEFR scores come from database created by https://spraakbanken.gu.se/om https://svn.spraakdata.gu.se/sb-arkiv/pub/lexikon/kelly/kelly.xml

Requirements

How do I use it?

  • cefr.find('bil') # returns pd.DataFrame
  • cefr.Complexity.word('pröva') # returns CEFR score
  • cefr.Complexity.sentence('Jag kör bil.') # returns CEFR score
  • cefr.Complexity.text('Jag kör bil. Barn kör bilar.') # returns CEFR score

About

Estimation of the CEFR complexity score of a given word, sentence or text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages