marcosfp commited on
Commit
b3104d2
1 Parent(s): 7abd611

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: gpl-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
  ---
4
+
5
+ In this card, we provide a text preprocessing tool named "Pyplexity". This tool is available as a Python package through PyPi to preprocess text for different downstream tasks:
6
+
7
+ ```bash
8
+ pip install pyplexity
9
+ ```
10
+
11
+ You can also check the documentation [here](https://github.com/citiususc/pyplexity). We have also created a web [demo](https://tec.citius.usc.es/pyplexity/).
12
+
13
+ Please cite our research:
14
+
15
+ Fernández-Pichel, M., Prada-Corral, M., Losada, D. E., Pichel, J. C., & Gamallo, P. (2023). An unsupervised perplexity-based method for boilerplate removal. Natural Language Engineering, 1-18.
16
+
17
+