Skip to content

Commit

Permalink
add info about source code
Browse files Browse the repository at this point in the history
  • Loading branch information
harisont committed Sep 25, 2024
1 parent 22b11af commit e71a100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A Search Tool for (parallel) Universal Dependencies treebanks that runs [in your
- [live demo](https://demo.spraakbanken.gu.se/stund)
- [tutorial](tutorial.md)
- [installation](installation.md)
- [source code](https://github.com/harisont/STUnD)

While STUnD can also be used on single dependency treebanks, its most unique feature is that it allows running parallel queries on sentence-aligned UD treebanks by combining [UD-based subtree alignment](https://github.com/harisont/concept-alignment) with [UD tree pattern matching](https://github.com/harisont/deptreehs/blob/main/pattern_matching_and_replacement.md).

Expand Down
2 changes: 2 additions & 0 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ layout: base

To compile and run STUnD directly on your computer, you can use either [the Haskell Tool Stack](https://docs.haskellstack.org/en/stable/) or build and run it inside a [Docker](https://www.docker.com/) container.

In either case, start by downloading the [source code](https://github.com/harisont/STUnD).

## Installation via Stack
If you have Stack, run

Expand Down

0 comments on commit e71a100

Please sign in to comment.