Skip to content
forked from JULIELab/JeSemE

The Jena Semantic Explorer website (and processing pipeline), one of the main contributions in my Ph.D. thesis. See also Hellrich et al.: "JeSemE: A Website for Exploring Diachronic Changes in Word Meaning and Emotion", COLING 2018

License

Notifications You must be signed in to change notification settings

hellrich/JeSemE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JeSemE

JeSemE (Jena Semantic Explorer) allows you to explore the semantic development of words over time based on distributional semantics. JeSemE is described in detail in our ACL 2017 paper "Exploring Diachronic Lexical Semantics with JESEME" and our COLING 2018 paper "JeSemE: A Website for Exploring Diachronic Changes in Word Meaning and Emotion"

Dependencies

Modified version of Omar Levy's hyperwords

Starting JeSemE

  • Use maven to build an executable JAR (with dependencies) by executing mvn package in the folder "website"
  • Configuration is done via config.yaml, you must set correct paths for your system!
  • Requires a Postgres Server, enter details in config
  • Mapping between words and lemmata (German only, fit for historic texts) via normalized.csv (mappingPath in config)
  • Files with trained models and derived emotions can be found online on JeSemE's help page
  • Use the JAR to execute the commands "initialize" first (creates necessary tables), then "import" (takes some hours & approx 30 GB), and finally start JeSemE via "server"

External Emotion Lexicons

  • English: Warriner, A.B., Kuperman, V., & Brysbaert, M. (2013). Norms of valence, arousal, and dominance for 13,915 English lemmas. Behavior Research Methods, 45, 1191-1207. Available: http://crr.ugent.be/archives/1003

  • German: Schmidtke, D. S., Schröder, T., Jacobs, A. M., & Conrad, M. (2014). ANGST: Affective norms for German sentiment terms, derived from the affective norms for English words. Behavior research methods, 46(4), 1108-1118. Available: https://link.springer.com/article/10.3758%2Fs13428-013-0426-y

About

The Jena Semantic Explorer website (and processing pipeline), one of the main contributions in my Ph.D. thesis. See also Hellrich et al.: "JeSemE: A Website for Exploring Diachronic Changes in Word Meaning and Emotion", COLING 2018

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 42.8%
  • Python 20.5%
  • HTML 19.4%
  • Shell 13.8%
  • JavaScript 3.0%
  • CSS 0.5%