Update README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
language:
|
3 |
- id
|
4 |
---
|
5 |
-
#
|
6 |
|
7 |
_Indonesian Headline Detection Model Repository_
|
8 |
|
9 |
-
|
10 |
|
11 |
```sh
|
12 |
$ pip install headline-detector
|
|
|
2 |
language:
|
3 |
- id
|
4 |
---
|
5 |
+
# headline_detector
|
6 |
|
7 |
_Indonesian Headline Detection Model Repository_
|
8 |
|
9 |
+
There's a [Python library](https://github.com/kaenova/headline_detector) that provides APIs for detecting headlines in textual data, especially on social media platforms such as Twitter. The library utilizes a model that has been developed and trained on a dataset of Twitter posts containing both headline and non-headline texts, with the assistance of journalism professionals to ensure the data quality.
|
10 |
|
11 |
```sh
|
12 |
$ pip install headline-detector
|