Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor packaging of evaluation #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ longer (7.5 seconds vs. 1.3 seconds), though this happens only once, when a stem
for original stemming table, the stemmer stems slightly faster: ~60000 vs ~51000 words per second.
See `Evaluation Jupyter Notebook`_ for the detailed evaluation results.

.. _Evaluation Jupyter Notebook: http://htmlpreview.github.io/?https://github.com/dzieciou/pystempel/blob/master/Evaluation.html
.. _Evaluation Jupyter Notebook: http://htmlpreview.github.io/?https://github.com/dzieciou/pystempel/blob/master/eval/Evaluation.html

Note also, that the licensing schema of both stemming tables differs, and hence licensing of
data generated with each one. See "Licensing" section for the details.
Expand Down
2 changes: 1 addition & 1 deletion compile_stemmer_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import subprocess
from pathlib import Path

import morfeusz2
from utils import morfeusz2


def save_dict(dict, fpath):
Expand Down
File renamed without changes.
File renamed without changes.
Empty file added eval/__init__.py
Empty file.
Empty file added utils/__init__.py
Empty file.
File renamed without changes.