Panupong (Ice) Pasupat
Panupong (Ice) Pasupat
I have fixed the bugs in the run file. Please try the following ``` git pull ./pull-dependencies core corenlp freebase ant clean ant core corenlp freebase ``` and run the...
I'm not currently working on Freebase so I don't know the exact answer. Unfortunately I don't think there is an alternative right now since Freebase is huge by nature. You...
For example, you could download the Freebase TTL file: ``` ./pull-dependencies fullfreebase-ttl ``` filter for the triples you want (depending on the task you want to achieve), and then load...
One way is to load a custom knowledge graph onto Virtuoso. See https://github.com/percyliang/sempre/blob/master/TUTORIAL.md#setting-up-your-own-virtuoso-graph-database for more details.
Hello. The `xid`s were generated in the order where the open tag appears (which is equivalent to depth-first search). All tags, including invisible ones, get an `xid`. The dataset, which...
Are you running on Linux? Based on https://stackoverflow.com/a/50642913, after [this line](https://github.com/Farama-Foundation/miniwob-plusplus/blob/master/miniwob/selenium_instance.py#L193), could you try adding `options.add_argument("disable-dev-shm-usage")`? The meaning of the flag can be found [here](https://stackoverflow.com/a/69175552). Reference: [Selenium bug report](https://github.com/SeleniumHQ/selenium/issues/12841)