Skip to content

Commit

Permalink
Update links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaHei committed May 24, 2024
1 parent b67c248 commit b0b5a15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# JudiLingMeasures.jl

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MariaHei.github.io/JudiLingMeasures.jl/dev)
[![Build Status](https://github.com/MariaHei/JudiLingMeasures.jl/workflows/CI/badge.svg)](https://github.com/MariaHei/JudiLingMeasures.jl/actions)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://quantling.github.io/JudiLingMeasures.jl/)
[![Build Status](https://github.com/quantling/JudiLingMeasures.jl/workflows/CI/badge.svg)](https://github.com/quantling/JudiLingMeasures.jl/actions)

JudiLingMeasures enables easy calculation of measures in Discriminative Lexicon Models developed with [JudiLing](https://github.com/MegamindHenry/JudiLing.jl) (Luo, Heitmeier, Chuang and Baayen, 2024).
JudiLingMeasures enables easy calculation of measures in Discriminative Lexicon Models developed with [JudiLing](https://github.com/quantling/JudiLing.jl) (Luo, Heitmeier, Chuang and Baayen, 2024).

Most measures in JudiLingMeasures are based on R implementations in WpmWithLdl (Baayen et al., 2018) and [LdlConvFunctions](https://github.com/dosc91/LDLConvFunctions) (Schmitz, 2021) and the Python implementation in [pyldl](https://github.com/msaito8623/pyldl) (Saito, 2022) (but all errors are my own). The conceptual work behind this package is therefore very much an effort of many people (see [Bibliography](https://mariahei.github.io/JudiLingMeasures.jl/dev/index.html#Bibliography)). I have tried to acknowledge where each measure is used/introduced, but if I have missed anything, or you find any errors please let me know: maria dot heitmeier at uni dot tuebingen dot de.
Most measures in JudiLingMeasures are based on R implementations in WpmWithLdl (Baayen et al., 2018) and [LdlConvFunctions](https://github.com/dosc91/LDLConvFunctions) (Schmitz, 2021) and the Python implementation in [pyldl](https://github.com/msaito8623/pyldl) (Saito, 2022) (but all errors are my own). The conceptual work behind this package is therefore very much an effort of many people (see [Bibliography](https://quantling.github.io/JudiLingMeasures.jl/dev/index.html#Bibliography)). I have tried to acknowledge where each measure is used/introduced, but if I have missed anything, or you find any errors please let me know: maria dot heitmeier at uni dot tuebingen dot de.

You can find the documentation [here](https://mariahei.github.io/JudiLingMeasures.jl/dev/index.html).
You can find the documentation [here](https://quantling.github.io/JudiLingMeasures.jl/dev/index.html).

## Installation

```
using Pkg
Pkg.add("https://github.com/MariaHei/JudiLingMeasures.jl")
Pkg.add("https://github.com/quantling/JudiLingMeasures.jl")
```

Note: Requires JudiLing 0.5.5. Update your JudiLing version by running
Expand All @@ -31,6 +31,6 @@ For a demo of this package, please see `notebooks/measures_demo.ipynb`.

## Measures in this package

For an overview over all measures in this package and how to use them, please refer to the documentation, which can be found [here](https://mariahei.github.io/JudiLingMeasures.jl/dev/index.html).
For an overview over all measures in this package and how to use them, please refer to the documentation, which can be found [here](https://quantling.github.io/JudiLingMeasures.jl/dev/index.html).

For a comparison of measures in JudiLingMeasures and WpmWithLDL, [LDLConvFunctions](https://github.com/dosc91/LDLConvFunctions) and [pyldl](https://github.com/msaito8623/pyldl) see `notebooks/compare_JudiLingMeasures_with_WpmWithLdl_LDLConvFunctions_pyldl.ipynb`.

0 comments on commit b0b5a15

Please sign in to comment.