All Projects → BenjaminDHorne → Language-Features-for-News

BenjaminDHorne / Language-Features-for-News

Licence: other
Language features used in the NELA Toolkit and other news studies

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Language-Features-for-News

News
News application with 66 providers
Stars: ✭ 18 (+38.46%)
Mutual labels:  news
reddit-news
📰 simple browser extension that shows recent news from reddit.com
Stars: ✭ 46 (+253.85%)
Mutual labels:  news
nayn.cli
nayn.co cli news
Stars: ✭ 17 (+30.77%)
Mutual labels:  news
Inshorts-API
An Inshorts API which provides news for different categories from the Inshorts Website. Built using Flask and Beautiful Soup.
Stars: ✭ 45 (+246.15%)
Mutual labels:  news
stock-news-sentiment-analysis
This program uses Vader SentimentIntensityAnalyzer to calculate the news headline overall sentiment for a stock
Stars: ✭ 21 (+61.54%)
Mutual labels:  news
quarantine-bot
WhatsApp bot powered by Twilio API to get through the quarantine. Latest COVID19 statistics, world news, inspirational quotes and cat photos.
Stars: ✭ 24 (+84.62%)
Mutual labels:  news
apple-news
A Node.js client for interacting with the Apple News API 📰
Stars: ✭ 34 (+161.54%)
Mutual labels:  news
sofie-core
Sofie: The Modern TV News Studio Automation System (Server Core)
Stars: ✭ 70 (+438.46%)
Mutual labels:  news
ZhiXinApp
知心App 1.0 版本 / 动态权限申请 / 图灵机器人 / 人脸识别登录 / 欧酷天气 / 网易新闻 / Bmob后端云数据库实现登录注册以及上传文件 / 蒲公英应用发布平台 / 安卓(Android)毕业设计
Stars: ✭ 97 (+646.15%)
Mutual labels:  news
nycurl
A web server that fetches data from the New York Times and formats it for display in the terminal.
Stars: ✭ 27 (+107.69%)
Mutual labels:  news
crawley
Crawley the Telegram Beholder
Stars: ✭ 24 (+84.62%)
Mutual labels:  news
Mapnews
Today's News on a Map
Stars: ✭ 20 (+53.85%)
Mutual labels:  news
Utlyz-CLI
Let's you to access your FB account from the command line and returns various things number of unread notifications, messages or friend requests you have.
Stars: ✭ 30 (+130.77%)
Mutual labels:  news
Giveme5W
Extraction of the five journalistic W-questions (5W) from news articles
Stars: ✭ 16 (+23.08%)
Mutual labels:  news
v2ray
V2ray看新闻,自动抓取可用节点,以V2ray的机制上网看新闻
Stars: ✭ 44 (+238.46%)
Mutual labels:  news
CryptoBuddy
Android app which displays cryptocurrency prices, charts and news!
Stars: ✭ 93 (+615.38%)
Mutual labels:  news
tutorials
All of our code examples and tutorials
Stars: ✭ 62 (+376.92%)
Mutual labels:  news
OpenNews
A Chrome Extension blocking paywalls on many popular News Sites.
Stars: ✭ 29 (+123.08%)
Mutual labels:  news
dispatch
A publishing platform for modern newspapers.
Stars: ✭ 62 (+376.92%)
Mutual labels:  news
pastpages.org
The news homepage archive
Stars: ✭ 81 (+523.08%)
Mutual labels:  news

Language-Features-for-News

NOTE: This code is for research purposes only!

NOTE: This repository is deprecated. Please use the updated version at:https://github.com/BenjaminDHorne/NELAFeatures.

NOTE: This repository requires the LIWC 2007 Dictionary. To access the dictionary, please contact Dr. James Pennebaker: [email protected]. The dictionary can be placed in the resources folder once aquired.

This repository contains natural language features used in the NELA Toolkit (https://github.com/BenjaminDHorne/The-NELA-Toolkit) and various news studies (see http://homepages.rpi.edu/~horneb/).

Before using, ensure you have all Python requirements in requirements.txt and the resource folder.

To use simply change the following parameters in Compute_all_features.py:

outfile - name of csv file to output

outpath - path to write outfile

text_file_start_path - path to set of text files or folders of text files to process. The filename will be used as the vector ID in output

If you only want to compute a subset of features, simply comment out feature function calls, and change the output variables.

Also, keep in mind many of these features are from many other awesome researchers. This is simply an aggregation of my original features and many other features borrowed from others. Many have been shown useful in different news or social media text scenerios, others have not. Please see the feature page in the NELA toolkit for citations.


Any publication resulting from the use of this work must cite the following publication::

Benjamin D. Horne, William Dron, Sara Khedr, and Sibel Adali. "Assessing the News Landscape: A Multi-Module Toolkit for Evaluating the Credibility of News" WWW (2018).


Copyright (c) 2017, Benjamin D. Horne

All rights reserved.

Redistribution and use in any form, with or without modification, are permitted provided that the above copyright notice, this list of conditions and the following disclaimer are retained.

THIS CODE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].