Skip to content

Estimate the word abstractness based on WordNet (see [Kato et al., WISE2008])

Notifications You must be signed in to change notification settings

mpkato/word_abstractness_estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Abstractness Estimator

abstractness = the mean of (#abstract_senses / #concrete_senses)

INSTALL

  1. install python and pip
  2. $pip install -r requirements.txt
  3. $fab all
    • Please download WordNet via NLTK donwloader
  4. $python abstractness_estimater.py
    • For demo

About

Estimate the word abstractness based on WordNet (see [Kato et al., WISE2008])

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages