-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |