Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrobison1 authored Aug 18, 2024
1 parent 56aab09 commit cdd67d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Python library for computing propositional idea density.
## Introduction

pycpidr is a Python library which determines the propositional idea density of an English text automatically. This project aims to make this functionality more accessible to Python developers and researchers. pycpidr provides two ways of computing idea density:
- CPIDR. The CPIDR implementation in pycpidr is a direct port of the Computerized Propositional Idea Density Rater (CPIDR) 3.2 (Brown et al., 2008)[^1]
- DEPID. This library implements the DEPID algorithm described by (Sirts et al., 2017)[^2]
- CPIDR. The CPIDR implementation in pycpidr is a direct port of the Computerized Propositional Idea Density Rater (CPIDR) 3.2 (Brown et al., 2008) [1]
- DEPID. This library implements the DEPID algorithm described by (Sirts et al., 2017) [2]

Here's a quick example of how to use pycpidr:
```python
Expand Down

0 comments on commit cdd67d6

Please sign in to comment.