Skip to content

Commit

Permalink
Merge pull request #4 from Tadusko/master
Browse files Browse the repository at this point in the history
readme stuff
  • Loading branch information
Tadusko authored May 20, 2024
2 parents ba7097f + b4febe3 commit 58df5bd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
![Finger Geoparser logo](https://github.com/Tadusko/fi-geoparser/blob/master/FINGER_logo_transparent.png?raw=true "Finger logo")
## This project has had significant updates and rewrites recently.
## Updated documentation will be added in May 2024.

# Finger: Finnish geoparser
_Geoparsing_ is the process of finding location mentions (toponyms, aka. place names) in texts (toponym recognition or _geotagging_) and defining geographical representations, such as coordinate points, for them (toponym resolution or _geocoding_). Finger is a geoparser for Finnish texts. This program consists of three classes: the toponym recognizer, the toponym resolver, and the geoparser, which wraps the two previous modules.

Expand Down Expand Up @@ -33,9 +36,9 @@ NOTE. There's some redundancy in the output currently. This is mostly because I
There are number of preparation steps involved to use this geoparser.
### Preparations
- I highly recommend creating [a virtual environment](https://docs.python.org/3/tutorial/venv.html) to prevent clashes with other packages.
- Install Finger from [Pypi](https://pypi.org/) with
- Install Finger from [Pypi](https://pypi.org/project/fingerGeoparser/) with
```python
pip install finger
pip install fingerGeoparser
```
- This should install all the dependencies and the geoparser.
- Next, you'll need the spaCy pipeline, which for example includes the fine-tuned BERT model. The pipeline wheel is released [here](https://github.com/Tadusko/finger-NLP-resources/releases/tag/v0.1.0). Simply install it like this:
Expand Down

0 comments on commit 58df5bd

Please sign in to comment.