Skip to content

Commit

Permalink
Going back to the name Finger
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadusko committed May 12, 2024
1 parent 96c48dd commit fdd12dd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions fingerGeoparser/geoparser.py → finger/geoparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"""


from fingerGeoparser.toponym_tagger import toponym_tagger
from fingerGeoparser.toponym_coder import toponym_coder
from fingerGeoparser.output_formatter import create_eupeg_json
from finger.toponym_tagger import toponym_tagger
from finger.toponym_coder import toponym_coder
from finger.output_formatter import create_eupeg_json


import time, asyncio, pandas as pd
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_geoparsing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
print(sys.path)

from fingerGeoparser import geoparser
from finger import geoparser

def test_constructor():
gp = geoparser.geoparser(pipeline_path="fi_core_news_sm")
Expand Down

0 comments on commit fdd12dd

Please sign in to comment.