Skip to content

wikipediaKnowledge: Module implementation for acquiring Wikipedia information through its Python API. Reception of requests through YARP port. Issuance of results by YARP port.

Notifications You must be signed in to change notification settings

davidvelascogarcia/wikipediaKnowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wikipediaKnowledge Homepage Latest Release Build Status

Wikipedia Knowledge: wikipediaKnowledge (Python API)

Introduction

wikipediaKnowledge module use wikipedia API in python. This module receive questions to get information with YARP port, send request to Wikipedia server and publish results with YARP port.

Documentation available on docs.

Running Software

wikipediaKnowledge requires text like input. The process to running the program:

  1. Execute programs/wikipediaKnowledge.py, to start de program.
python wikipediaKnowledge.py
  1. Connect data source.
yarp connect /yourport/data:o /wikipediaKnowledge/data:i

NOTE:

  • Data results are published on /wikipediaKnowledge/data:o

Requirements

wikipediaKnowledge requires:

pip install wikipedia

Tested on: windows 10, ubuntu 14.04, ubuntu 16.04, ubuntu 18.04, lubuntu 18.04 and raspbian.

Status

Build Status

Issues

Related projects

About

wikipediaKnowledge: Module implementation for acquiring Wikipedia information through its Python API. Reception of requests through YARP port. Issuance of results by YARP port.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages