lannliat
commited on
Commit
·
7d3b486
1
Parent(s):
cb1a1bb
update dep
Browse files
README.md
CHANGED
|
@@ -56,6 +56,7 @@ Given a `src` and `tgt` language, this repository can load *all* available paral
|
|
| 56 |
```
|
| 57 |
git clone https://github.com/larrylawl/OpusTools.git
|
| 58 |
pip install -e OpusTools/opustools_pkg
|
|
|
|
| 59 |
```
|
| 60 |
|
| 61 |
**Example Usage**.
|
|
|
|
| 56 |
```
|
| 57 |
git clone https://github.com/larrylawl/OpusTools.git
|
| 58 |
pip install -e OpusTools/opustools_pkg
|
| 59 |
+
pip install pandas
|
| 60 |
```
|
| 61 |
|
| 62 |
**Example Usage**.
|
opus.py
CHANGED
|
@@ -15,8 +15,6 @@
|
|
| 15 |
|
| 16 |
# Lint as: python3
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
import json
|
| 21 |
import os
|
| 22 |
from typing import List
|
|
|
|
| 15 |
|
| 16 |
# Lint as: python3
|
| 17 |
|
|
|
|
|
|
|
| 18 |
import json
|
| 19 |
import os
|
| 20 |
from typing import List
|