Michael Ringgaard

Results 21 comments of Michael Ringgaard

I'm happy that you found the Sanos editor useful in your project. I don't really consider it an error in the Sanos code base to ignore a return value, so...

I have added a new `--wikidata_only` flag that you can use for the `fuse_items` and `extract_aliases` tasks. This excludes inputs from Wikipedia. Please notice that this means that you will...

You need to run the following tasks in addition to import_wikidata: ``` sling compute_fanin fuse_items build_kb extract_aliases build_phrasetab --wikidata_only ``` This will produce a knowledge base (kb.sling) and a phrase...

if your sling directory is /home/bob/sling, I think the ln command should be something like: ``` sudo ln -s /home/bob/sling/python /usr/lib/python3/dist-packages/sling ``` You can also just wait until tomorrow, where...

Seem like the config is not optional for item reconciler. Could I get you to try to add the auxin parameter in kb.py: ``` return self.wf.mapreduce(input=items, output=output, mapper="item-reconciler", reducer="item-merger", format="message/frame",...

If you want to match entity names in other languages you can use the `--language` flag when generating the phrase tables ( extract_aliases and build_phrasetab). I should note that Wikidata...

The "silver annotation pipeline" is not yet properly documented as it is still under development, but you should be able to run it. First you run the wiki pipeline as...

I remember having seen this error before. Let me check if there are some changes from the dev branch that I haven't submitted to the master branch.

It seems like I will have to do a complete test run of the wiki and silver annotation pipelines. I run these in a slightly different mode using wiki snapshots...

I think I managed to fix the error that caused fuse_items to crash, so if you sync to HEAD you should be able to run the wiki pipeline. See this...