dpalmasan / TRUNAJOD2.0

An easy-to-use library to extract indices from texts.
https://trunajod20.readthedocs.io/en/latest/
MIT License
29 stars 7 forks source link

Add givenness approximation based on semantic measurements #67

Open dpalmasan opened 3 years ago

dpalmasan commented 3 years ago

Currently we support givenness metrics, based on pronoun patterns. An estimate that might help for some complexity assessment tasks is using givenness based on a vector space model, as depicted in the following paper:

https://escholarship.org/content/qt87n81224/qt87n81224_noSplash_9e003a08316eb6817c3aeda212d9ae27.pdf

Implement this feature.