Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,28 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
+
emoji: 🦊
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# compnet-renard
|
| 11 |
+
|
| 12 |
+
The `compnet-renard` HhuggingFace organisation regroups the models, datasets and demos related to [Renard](https://github.com/CompNet/Renard). Renard is a modular Python library to extract static and dynamic character networks.
|
| 13 |
+
|
| 14 |
+
If you use Renard in your research, please cite:
|
| 15 |
+
|
| 16 |
+
```bibtex
|
| 17 |
+
@Article{Amalvy2024,
|
| 18 |
+
doi = {10.21105/joss.06574},
|
| 19 |
+
year = {2024},
|
| 20 |
+
publisher = {The Open Journal},
|
| 21 |
+
volume = {9},
|
| 22 |
+
number = {98},
|
| 23 |
+
pages = {6574},
|
| 24 |
+
author = {Amalvy, A. and Labatut, V. and Dufour, R.},
|
| 25 |
+
title = {Renard: A Modular Pipeline for Extracting Character Networks from Narrative Texts},
|
| 26 |
+
journal = {Journal of Open Source Software},
|
| 27 |
+
}
|
| 28 |
+
```
|