Info

Open Website

Testing and Issues

You can test this app and submit issues during the testing period of the Data Clustering Contest contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

11

Comments

Are you sure to have installed dependencies? (It supouse to install another like python3)
To recompile the sources you need add some options:
g++ tgnews.cpp -lstdc++fs -lpython3.7m -o tgnews

It was developed and compiled in my Debian buster
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
You have not added any comments yet...
by rating

Issues

Fair Leopard Feb 28, 2020 at 15:11
Final score for this submission (out of 100):

Languages: 0
News EN: 0
News RU: 0
Categories EN: 0
Categories RU: 0
Threads EN: 0
Threads RU: 0
Unfortunately, this submission didn't get a high enough score to be evaluated for Top news (task 5).

These data reflect the relative accuracy, precision and speed of the algorithm as compared to the other submissions.
30
Fair Leopard Feb 6, 2020 at 16:03
In our preliminary tests, this submission received the following scores (out of 100):

Languages: 0
News EN: 0
News RU: 0
Categories EN: 0
Categories RU: 0
Threads EN: 0
Threads RU: 0

Unfortunately, this submission didn't get a high enough score for the final task (top news) to be evaluated.

This is not the final result, please stay tuned for updates. We apologize for the delay.
20
Tanned Bass Feb 6, 2020 at 16:31
Thanks i tested a lot of times and it works pretty well, if you can share with me a little sample of the files and directory structure with you test, i can verify. Maybe the files are in a subdirectories and it only check the first one directory where it should have all the files to processing. Just for check, and don't worry about the delay. Thanks for your answer.
Fair Leopard Dec 12, 2019 at 15:38
This submission did not include the app's source code and will be penalized accordingly during the final scoring.

The following issues have been discovered during preliminary testing:
- Segmentation fault
10
Tanned Bass Dec 13, 2019 at 18:10
My submission includes tgnews.cpp, that's the source code, and you can recompiled with these options:
g++ tgnews.cpp -lstdc++fs -lpython3.7m -o tgnews
And the other source code file is mynltk.py that you don't have to recompile-it
Fair Leopard Dec 17, 2019 at 15:27
#comment9962
See the raw output of your binary: https://entry1175-dcround1.usercontent.dev/languages/output.txt
Looks like there is an issue with your local module mynltk.
Tanned Bass Dec 17, 2019 at 15:38
The trobule is importing my python module, did you install the dependency specified in the deb-packages.txt (python3-nltk), that's the only dependency, besides python3 that should be installed automatically, if you don't have it, with the python3-nltk dependency.
Fair Leopard Dec 17, 2019 at 15:50
#issue10055
python3-nltk is already the newest version (3.4-1)
Tanned Bass Dec 17, 2019 at 15:52
That's the same in my machine, could you try to launch this command:
python3 mynltk.py
if this is allowed by the rules of the contest, i'm not sure.
Fair Leopard Dec 17, 2019 at 16:29
#issue10056
This command ends with no output.
Tanned Bass Dec 23, 2019 at 04:05
Sorry, i think that i found the trouble, i didn't force in my code to add the directory of the project, if you can launch this linux command before to execute my "tgnews" it should run as expected:
export PYTHONPATH="."
Nobody added any issues yet...