-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from Living-with-machines/dev_rw
Restructure t_res
- Loading branch information
Showing
114 changed files
with
5,426 additions
and
934 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,7 @@ jobs: | |
shell: bash | ||
run: | | ||
python -m poetry install | ||
- name: Test with pytest | ||
run: | | ||
poetry run pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
``geoparser.linking.Linker`` | ||
``t_res.geoparser.linking.Linker`` | ||
============================ | ||
|
||
.. autoclass:: geoparser.linking.Linker | ||
.. autoclass:: t_res.geoparser.linking.Linker | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoattribute:: geoparser.linking.RANDOM_SEED | ||
.. autoattribute:: t_res.geoparser.linking.RANDOM_SEED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
``geoparser.pipeline.Pipeline`` | ||
``t_res.geoparser.pipeline.Pipeline`` | ||
=============================== | ||
|
||
.. autoclass:: geoparser.pipeline.Pipeline | ||
.. autoclass:: t_res.geoparser.pipeline.Pipeline | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
``geoparser.ranking. Ranker`` | ||
``t_res.geoparser.ranking. Ranker`` | ||
============================= | ||
|
||
.. autoclass:: geoparser.ranking.Ranker | ||
.. autoclass:: t_res.geoparser.ranking.Ranker | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
``geoparser.recogniser.Recogniser`` | ||
``t_res.geoparser.recogniser.Recogniser`` | ||
=================================== | ||
|
||
.. autoclass:: geoparser.recogniser.Recogniser | ||
.. autoclass:: t_res.geoparser.recogniser.Recogniser | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
``utils.deezy_processing`` module | ||
``t_res.utils.deezy_processing`` module | ||
================================= | ||
|
||
.. autofunction:: utils.deezy_processing.obtain_matches | ||
.. autofunction:: t_res.utils.deezy_processing.obtain_matches | ||
|
||
.. autofunction:: utils.deezy_processing.create_training_set | ||
.. autofunction:: t_res.utils.deezy_processing.create_training_set | ||
|
||
.. autofunction:: utils.deezy_processing.train_deezy_model | ||
.. autofunction:: t_res.utils.deezy_processing.train_deezy_model | ||
|
||
.. autofunction:: utils.deezy_processing.generate_candidates | ||
.. autofunction:: t_res.utils.deezy_processing.generate_candidates |
Oops, something went wrong.