Skip to content

Wikia/identify_wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

identify_wiki

identify_wiki identifies the subjects most likely to represent the content of a wiki.

Installation

python setup.py install

Usage

To run as module:

python -m identify_wiki --input wiki_ids.txt --output subjects.txt

From another Python script:

>>> from identify_wiki import get_subject_list
>>> get_subject_list('831')
[u'Muppet']

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages