An open API service indexing awesome lists of open source software.

https://github.com/meyersbs/uncertainty

A Python implementation of the uncertainty classifier, based on the work of Veronika Vincze.
https://github.com/meyersbs/uncertainty

classification computational-linguistics linguistics natural-language-processing nlp rit rochester-institute-of-technology uncertainty university-of-szeged

Last synced: 5 months ago
JSON representation

A Python implementation of the uncertainty classifier, based on the work of Veronika Vincze.

Awesome Lists containing this project

README

          

[![PyPI](https://img.shields.io/pypi/pyversions/uncertainty.svg?maxAge=2592000)](https://pypi.python.org/pypi/uncertainty/0.1.0) [![PyPI](https://img.shields.io/pypi/v/uncertainty.svg?maxAge=2592000)](https://pypi.python.org/pypi/uncertainty/0.1.0) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE.md)

# LUCI: Linguistic Uncertainty Classifier Interface

Pronounced: [ˈlusi]

---
### Description

A Python implementation of a classifier for linguistic uncertainty, based on the work described in Vincze et al.[`[1]`](#f1):

```
Vincze, V. (2015). Uncertainty detection in natural language texts (Doctoral dissertation, szte).
```

Consult the [Wiki](https://github.com/meyersbs/uncertainty/wiki) for further details.

---
### Contact
If you have questions regarding this API, please contact [bsm9339@rit.edu](mailto:bsm9339@rit.edu) (Benjamin Meyers) or [nm6061@rit.edu](mailto:nm6061@rit.edu) (Nuthan Munaiah).

For questions regarding the annotated dataset or the theory behind the uncertainty classifier, please contact [szarvas@inf.u-szeged.hu](mailto:szarvas@inf.u-szeged.hu) (György Szarvas), [rfarkas@inf.u-szeged.hu](mailto:rfarkas@inf.u-szeged.hu) (Richárd Farkas), and/or [vinczev@inf.u-szeged.hu](mailto:vinczev@inf.u-szeged.hu) (Veronika Vincze).

---
### Disclaimer
There has been no collaboration between Vincze et al. and the developers of this codebase.

---
### Footnotes

`[A]` This feature is present in the reverse-engineered dataset, but is not described within Vincze et al.[`[1]`](#f1)

`[1]` [Vincze, V. (2015). Uncertainty detection in natural language texts (Doctoral dissertation, szte).](http://doktori.bibl.u-szeged.hu/2291/1/Vincze_Veronika_tezis.pdf)

`[2]` [Vincze, V., Szarvas, G., Farkas, R., Móra, G., & Csirik, J. (2008). The BioScope corpus: biomedical texts annotated for uncertainty, negation and their scopes. BMC bioinformatics, 9(11), S9.](https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-9-S11-S9)

`[3]` [Saurí, R., & Pustejovsky, J. (2009). FactBank: a corpus annotated with event factuality. Language resources and evaluation, 43(3), 227.](https://link.springer.com/article/10.1007/s10579-0$)

`[4]` [Farkas, R., Vincze, V., Móra, G., Csirik, J., & Szarvas, G. (2010, July). The CoNLL-2010 shared task: learning to detect hedges and their scope in natural language text. In Proceedings of the Fourteenth Conference on Computational Natural Language Learning---Shared Task (pp. 1-12). Association for Computational Linguistics.](https://www.researchgate.net/profile/Domonkos_Tikk2/publication/2347862$)