An open API service indexing awesome lists of open source software.

https://github.com/aleksandarbuk/wikipedia-nlp

FASTApi
https://github.com/aleksandarbuk/wikipedia-nlp

Last synced: 2 months ago
JSON representation

FASTApi

Awesome Lists containing this project

README

        

# Wikipedia NLP Tool
A command-line NLP tool for analyzing Wikipedia content:

Searches for a given name
Summarizes content
Extracts noun phrases

## Key Features:

Uses TextBlob and NLTK for text processing
Command-line interface with Fire
Includes testing (pytest-cov), linting (pylint), and formatting (black)
Structured for efficient development and testing

## Main Components:

Text processing and analysis
Wikipedia data retrieval
Command-line interface
Quality assurance tools