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

some linking missing #31

Open
SeekPoint opened this issue Dec 2, 2018 · 5 comments
Open

some linking missing #31

SeekPoint opened this issue Dec 2, 2018 · 5 comments

Comments

@SeekPoint
Copy link

Five protein-protein interaction corpora

urlBase = "http://mars.cs.utu.fi/PPICorpora/"
URL["AIMed_LEARNING_FORMAT"] = urlBase + "AImed-learning-format.xml.gz"
URL["BioInfer_LEARNING_FORMAT"] = urlBase + "BioInfer-learning-format.xml.gz"
URL["HPRD50_LEARNING_FORMAT"] = urlBase + "HPRD50-learning-format.xml.gz"
URL["IEPA_LEARNING_FORMAT"] = urlBase + "IEPA-learning-format.xml.gz"
URL["LLL_LEARNING_FORMAT"] = urlBase + "LLL-learning-format.xml.gz"
URL["PPI_EVALUATION_STANDARD"] = urlBase + "ppi-eval-standard-0.9.2b.tar.gz"

urlBase = "http://www.nactem.ac.uk/tsujii/GENIA/SharedTask/dat/"
URL["GE09_DEVEL"] = urlBase + "bionlp09_shared_task_development_data_rev1.tar.gz"
URL["GE09_TRAIN"] = urlBase + "bionlp09_shared_task_training_data_rev2.tar.gz"
URL["GE09_TEST"] = urlBase + "bionlp09_shared_task_test_data_without_gold_annotation.tar.gz"

BioNLP'09 Evaluator

URL["GE09_EVALUATOR"] = urlBase + "bionlp09_shared_task_evaluation_tools_v1.tar.gz"

BioNLP'09 Shared Task parses

#urlBase = "http://www-tsujii.is.s.u-tokyo.ac.jp/GENIA/SharedTask/dat/"
URL["GE09_DEVEL_ANALYSES"] = urlBase + "bionlp09_shared_task_development_analyses_rev2.tar.gz"
URL["GE09_TRAIN_ANALYSES"] = urlBase + "bionlp09_shared_task_training_analyses_rev2.tar.gz"
URL["GE09_TEST_ANALYSES"] = urlBase + "bionlp09_shared_task_test_analyses_rev2.tar.gz"

URL["GENIA_SENTENCE_SPLITTER"] = "http://www.nactem.ac.uk/y-matsu/geniass/geniass-1.00.tar.gz"
URL["BANNER_SOURCE"] = "http://banner.svn.sourceforge.net/viewvc/banner/trunk/?view=tar"

@jbjorne
Copy link
Owner

jbjorne commented Dec 2, 2018

Which link is missing? What error are you getting?

@SeekPoint
Copy link
Author

I copy it on the above

I cannot access those files while I run config.py

@jbjorne
Copy link
Owner

jbjorne commented Dec 2, 2018

As a random test, at least "http://www.nactem.ac.uk/tsujii/GENIA/SharedTask/dat/bionlp09_shared_task_development_data_rev1.tar.gz" is accessible just fine. Be more specific about the error you are seeing.

@SeekPoint
Copy link
Author

now, other is OK but this one:

URL["BANNER_SOURCE"] = "http://banner.svn.sourceforge.net/viewvc/banner/trunk/?view=tar"

@jbjorne
Copy link
Owner

jbjorne commented Dec 4, 2018

Which version of TEES are you using? The configure.py program is not using that link anymore to install BANNER, but instead downloads a precompiled version. Please try the latest TEES version from https://github.com/jbjorne/TEES/tarball/master and see if that works.

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

2 participants