Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,27 @@ library_name: transformers
|
|
9 |
tags:
|
10 |
- legal
|
11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
## Usage
|
13 |
Install the following dependencies:
|
14 |
```sh
|
|
|
9 |
tags:
|
10 |
- legal
|
11 |
---
|
12 |
+
# sempl-it-sentence-splitter-awq
|
13 |
+
SEMPL-IT aims to simplify Italian administrative texts using a progressive approach based on multiple specialized models.
|
14 |
+
Each model addresses a specific aspect of the text transformation process, ensuring a step-by-step refinement.
|
15 |
+
|
16 |
+
## Simplification Pipeline
|
17 |
+
The complete text simplification follows eight sequential steps:
|
18 |
+
1. proofreading
|
19 |
+
2. lex
|
20 |
+
3. connectives
|
21 |
+
4. expression
|
22 |
+
5. sentence-splitter
|
23 |
+
6. nominalizations
|
24 |
+
7. verbs
|
25 |
+
8. sentence-reorganizer
|
26 |
+
|
27 |
+
## Web App
|
28 |
+
To integrate this model into the full system, check out:
|
29 |
+
- Frontend: [GitHub Repository](https://github.com/VerbACxSS/sempl-it-frontend)
|
30 |
+
- Backend: [GitHub Repository](https://github.com/VerbACxSS/sempl-it-backend)
|
31 |
+
- Inference: [GitHub Repository](https://github.com/VerbACxSS/sempl-it-inference)
|
32 |
+
|
33 |
## Usage
|
34 |
Install the following dependencies:
|
35 |
```sh
|