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

Missing model #8

Open
patrickdrouin opened this issue Apr 12, 2023 · 0 comments
Open

Missing model #8

patrickdrouin opened this issue Apr 12, 2023 · 0 comments

Comments

@patrickdrouin
Copy link

I've been toying with the code (thanks for making it available) and every time I run it, I noticed that I am missing a model. If I run it with the following corpora :
1960.txt
1970.txt
1980.txt
1990.txt
2000.txt

I get this:
1960.txt
1970.txt
1980.txt
2000.txt

I'm always missing the model before the last one. Could this be a problem with this line (205)?
for model in allmodels[:-2]:

I believe it should read

for model in allmodels[:-1]:

Am I missing something?

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

No branches or pull requests

1 participant