Bosnian News Articles Dataset From Klix.ba
This dataset is a collection of news articles in the Bosnian language
@kaggle.salihseferovic_bosnian_news_articles_dataset_from_klixba
This dataset is a collection of news articles in the Bosnian language
@kaggle.salihseferovic_bosnian_news_articles_dataset_from_klixba
This dataset is a collection of news articles in the Bosnian language sourced from klix.ba, a prominent Bosnian online news portal. The dataset covers a wide range of topics including local and international news, politics, economics, sports, entertainment, and more.
The dataset is structured as follows:
The klix_df.csv
file contains the following columns:
This dataset can be utilized for various natural language processing tasks such as text classification, sentiment analysis, topic modeling, and more. The presence of additional metadata columns, such as the number of comments and shares, allows for more comprehensive analyses.
You can access and explore the dataset on GitHub, Kaggle, Hugging Face
This dataset is intended solely for research purposes and is not affiliated with or endorsed by klix.ba.
CREATE TABLE klix_df (
"title" VARCHAR,
"link" VARCHAR,
"article_class" VARCHAR,
"article_class_name" VARCHAR,
"num_of_comments" BIGINT,
"num_of_shares" VARCHAR,
"picture_path" VARCHAR,
"text" VARCHAR
);
Anyone who has the link will be able to view this.