Skip to content

JamesE6/modal-typology-JE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

278 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Database of Modal Typology

This is a database recording (at least) which force-flavor pairs various modal expressions across the world's languages can express. It is designed to be both easy to use and to contribute to. For more details and motivation, please see the following paper:

Qingxia Guo, Nathaniel Imel, Shane Steinert-Threlkeld, "A Database for Modal Semantic Typology", Proceedings of the 4th Workshop on Computational Typology and Multilingual NLP (SIGTYP 2022), pp 42-51.

Structure

Each language has a corresponding directory, with the following minimal structure:

language/
|- modals.csv
|- metadata.yml

modals.csv is a CSV file assumed to have the following four columns:

  • expression
  • force
  • flavor
  • can_express
  • polarity
  • syntactically_negated
  • full_form

Each row is one observation: can_express has values stating whether or not an expression (orthographically represented) is capable of expressing a particular combination of force and flavor.

metadata.yml is a YAML file containing basic data about the language, the references used to generate the data in modals.csv and the identity of the contributors.

Contributing

See CONTRIBUTING.md

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 79.5%
  • Python 19.8%
  • Shell 0.7%