Skip to content

Commit 1e62530

Browse files
authored
Update README.md
1 parent 2fa803f commit 1e62530

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ Given a word _w_ and its subword tokenization, _s_ = (_s_<sub>1</sub>, ..., _s_<
1111

1212
umLabeller can characterize over half a million English words and is compatible with most modern tokenizers.
1313

14+
## Examples
15+
16+
| input word | subword tokenization | output label |
17+
|----------------|-------------------------|-----------------|
18+
| jogging | _j ogging | alien |
19+
| neutralised | _neutral ised | morph |
20+
| stepstones | _steps tones | alien |
21+
| swappiness | _sw appiness | alien |
22+
| swappiness | _swap pi ness | morph |
23+
| jogging | _jogging | vocab |
24+
25+
1426
## Installation
1527

1628
To install from the source, please use the following commands:
@@ -43,16 +55,6 @@ Output:
4355
```
4456
alien
4557
```
46-
## Examples
47-
48-
| input word | subword tokenization | output label |
49-
|----------------|-------------------------|-----------------|
50-
| jogging | _j ogging | alien |
51-
| neutralised | _neutral ised | morph |
52-
| stepstones | _steps tones | alien |
53-
| swappiness | _sw appiness | alien |
54-
| swappiness | _swap pi ness | morph |
55-
| jogging | _jogging | vocab |
5658

5759
## References
5860
More details can be read in the following article:

0 commit comments

Comments
 (0)