Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomachalek authored Mar 2, 2020
1 parent 1c32373 commit 4db1430
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ for the `import` operation using numeric alignment files as produced by
`import -> transalign` operations. Any grouped intervals are split back to the original
text groups.

**Example:**

```
ictools -export-type intercorp export /corpora/registry/intercorp_v12_cs /corpora/registry/intercorp_v12_en s.id /corpora/aligndef/intercorp.cs2en > orig.xml
```


<a name="how_to_build_ictools"></a>
Expand Down Expand Up @@ -232,4 +237,4 @@ of `CGO_LDFLAGS` and `CGO_CPPFLAGS` variables and then use them like this:

```
CGO_LDFLAGS="-lmanatee -L/usr/local/lib" CGO_CPPFLAGS="-I/tmp/manatee-open-2.158.8" go test ./...
```
```

0 comments on commit 4db1430

Please sign in to comment.