Simple NLP for Icelandic News
Project description
icenews
Simple NLP for Icelandic News
This project is aimed at extracting themes / concepts from simple icelandic news text - headlines and such. This is used for example by helst.is for processing mainstream Icelandic news media.
How to use
$ pip install icenews
$ python -m icenews
And then when the web server is running - analyze your text. For example:
$ python
>>> import requests
>>> t = 'Áformað er að taka upp nýtt greiðslukerfi fyrir Strætó á næstunni.'
>>> r = requests.post('http://127.0.0.1:5000/v1/parse', json={'in': t})
>>> print(r.json())
{'important_words': ['greiðslukerfi', 'strætó', 'upp', 'á næstunni', 'áforma', 'áformaður', 'nýr', 'nýta']}
Use with container
If you prefer you can also load the prebuilt container and run locally:
docker run -d -p 5000:5000 --rm --name icenews sverrirab/icenews
Now with API documentation!
If you run the server locally you can view the documentation locally by visiting http://localhost:5000/docs
- You can view the OpenAPI specification here.
License
This project is released under the Apache open source license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file icenews-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: icenews-1.2.1-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ce86628d234cfced6e50638eea338c4607b5bac23cc1ecc0ccac1f0f655b5d3 |
|
MD5 | 54a667d26db64e819350f0043246228a |
|
BLAKE2b-256 | 96146caf6883be4adfbff4c2dff5335d56cd5dfc0a2fc2f44db026d27b430aeb |