https://github.com/aleksandarbuk/wikipedia-nlp
FASTApi
https://github.com/aleksandarbuk/wikipedia-nlp
Last synced: 2 months ago
JSON representation
FASTApi
- Host: GitHub
- URL: https://github.com/aleksandarbuk/wikipedia-nlp
- Owner: AleksandarBuk
- Created: 2024-08-10T14:16:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T22:58:20.000Z (10 months ago)
- Last Synced: 2025-01-29T16:29:27.641Z (4 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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