Skip to content

Commit afccbf1

Browse files
raoxraox
authored andcommitted
uploaded M1 and M2
1 parent 4d4c70d commit afccbf1

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

ExcelAnnotator/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ output_directory
4141
### **2.1 Clone Repository**
4242
Download and install a git client and clone this repository:
4343
```batch
44-
git clone git@github.com:DS3Lab/docparser-raoschi.git
44+
git clone git@github.com:DS3Lab/TableParser.git
4545
```
46-
into `<git-home>` directory. (home directory of docparser-raoschi is denoted as git-home furtheron).
46+
into `<git-home>` directory. (home directory is denoted as git-home furtheron).
4747

4848
### **2.2 Excel**
4949
Download and install Office (We used Microsoft 365 on 3.12.2020).

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# TableParser
22
Repo for "TableParser: Automatic Table Parsing with Weak Supervision from Spreadsheets" at SDU@AAAI-22
3+
4+
- [TableParser](#tableparser)
5+
- [1. Clone repositories](#1-clone-repositories)
6+
- [2. System components of TableParser](#2-system-components-of-tableparser)
7+
8+
### 1. Clone repositories
9+
Download and install a git client and clone this repository:
10+
```batch
11+
git clone git@github.com:DS3Lab/TableParser.git
12+
```
13+
into `<git-home>` directory. (home directory is denoted as git-home furtheron).
14+
15+
### 2. System components of TableParser
16+
- TableAnnotator:
17+
- ExcelAnnotator: `./ExcelAnnotator`.
18+
- TableParser pipelines: `./TableParser`.
19+
- Data: Download from [this Google Drive link.](https://drive.google.com/file/d/1gaaHMG6f7sIH1DK4Ybg13_lBHNS2wbbn/view?usp=sharing)

0 commit comments

Comments
 (0)