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

path to local environment #9

Open
physikerwelt opened this issue Sep 27, 2015 · 2 comments
Open

path to local environment #9

physikerwelt opened this issue Sep 27, 2015 · 2 comments

Comments

@physikerwelt
Copy link
Member

see mlp.Config#test

        String dataset = "c:/tmp/mlp/input/";
        String outputdir = "c:/tmp/mlp/output/";

This is clearly unacceptable

@physikerwelt
Copy link
Member Author

See also mlp.RussianMlpRelationFinder#main

@alexeygrigorev
Copy link

As a user, you don't need to use the test() method. This is a test set of params. I might have used it in tests though... which were to be used in local environment anyway.

If you want to run the algorithm with something different, you need to use params -in for setting the input directory, and -out for setting the output directory. I can't login to the mlp instance on wikitech: there should be a script which I used for running the algorithm.

In general it's something like nohup java mlp.MlpRelationFinder -in c:/tmp/mlp/input/ -out c:/tmp/mlp/output/

RussianMlpRelationFinder can be removed, it's just a shortcut for running the program locally on the Russian wikipedia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants