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

Fix "data-preparation-and-post-processing.ipynb" #6

Merged
merged 1 commit into from
Oct 1, 2019
Merged

Fix "data-preparation-and-post-processing.ipynb" #6

merged 1 commit into from
Oct 1, 2019

Conversation

c4n
Copy link

@c4n c4n commented Sep 12, 2019

Description

In "data-preparation-and-post-processing.ipynb", the file path "./kaggle-competition/train.txt" does not lead to the correct directory. Also, there's a variable "b" that has not been declared and it causes error.

changes

  • Change ""./kaggle-competition/train.txt" to "../kaggle-competition/train.txt" to correct the file path
  • remove an undeclared variable "b"

@p16i p16i requested review from p16i and bact September 19, 2019 07:19
@p16i
Copy link
Collaborator

p16i commented Sep 19, 2019

LGTM.

The notebook was made for a quick prototype. IMHO, we should migrate what inside the notebook to source code files. So, it's easier to cross-check and reproduce results.

@bact if you don't have any objection, i'm going to merge this PR.

@bact bact merged commit 633a4df into PyThaiNLP:master Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants