Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-vu authored Jun 8, 2021
1 parent a7b86a4 commit d4fc761
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
1. Install package using:
Note:
- Description/documentation of this tool is not available yet in order to comply with the double-bind review policy. It will be available after June 23.
- The tool has been modified heavily to support plain tables (no linked entities). If you are looking for the code and data used in the paper, please use this [link](https://drive.google.com/drive/folders/14U6k1OBXL1e356xXYb3dk-j86wnk0EBR) before the official release is available.

1. Installation:

First, install the [`ipycallback` package](https://github.com/binh-vu/ipycallback). Then, install the package using [`poetry`](http://python-poetry.org/)

```python
poetry install
```

2. For usage, take a look at `demo.ipynb`.
Finally, Download and unzip [this](https://drive.google.com/file/d/1QY_MfPEeIWhnO9U3OCuGlQvt5YkZXb_I/view?usp=sharing) database and put it in the [data](./data) folder

Note: this package has been modified heavily to support plain table (without linked entities). Use this [link](https://drive.google.com/drive/folders/14U6k1OBXL1e356xXYb3dk-j86wnk0EBR) to access to the code used in the paper before the official release is available.
2. Usage: take a look at `demo.ipynb` for how to fetch tables and annotate them.

0 comments on commit d4fc761

Please sign in to comment.