Skip to content

Commit

Permalink
Merge branch 'v0.25.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Dec 31, 2024
2 parents 9eb2f45 + 22893cf commit 46a3ed3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ This repository is a part of the **ECIR-2024** demo paper:
pip install git+https://github.com/nicolay-r/[email protected]
```

# GUI Interface

Since the version `0.25.0` ARElight has an updated GUI server
### :point_right: [Server Setup](https://github.com/nicolay-r/ARElight-server) :point_left:
![image](https://github.com/user-attachments/assets/b7a1189a-b5b0-479f-8413-f8a16801e06b)

## Usage: Inference
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/nicolay-r/ARElight/blob/v0.24.0/ARElight.ipynb)

Expand Down
2 changes: 1 addition & 1 deletion arelight/third_party/torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __getitem__(self, index):
fetched_row = next(iter_rows)

opennre_item = {
"text": " ".join(fetched_row[-len(found_text_columns):]),
"token": fetched_row[-len(found_text_columns):],
"h": {"pos": [fetched_row[0], fetched_row[0] + 1]},
"t": {"pos": [fetched_row[1], fetched_row[1] + 1]},
}
Expand Down

0 comments on commit 46a3ed3

Please sign in to comment.