You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,14 @@
3
3
A high-level Python interface for PoS tagging Icelandic text using the [IceBERT-PoS](https://huggingface.co/mideind/IceBERT-PoS) model with classical tokenization.
4
4
5
5
## TODOs
6
-
- Add proper installation instructions
7
6
- Add license information
8
7
- Proper device handling (GPU) for tensors
9
-
- git scm versioning
10
8
11
9
## Installation
12
10
13
11
```bash
14
-
TODO: Add proper installation instructions here.
15
-
pip install git+...
12
+
# This package is currently not available on PyPI, so you need to install it directly from the source repository.
0 commit comments