You need to install:
And you should download the Concepticon data:
To check the intersection of the lists, type:
$ concepticon --repos=PATH intersection Sagart-2018-250.tsv Bodt-2019-664.tsv
To check only the coverage, type:
$ concepticon --repos=PATH intersection Sagart-2018-250.tsv Bodt-2019-664.tsv | wc -l
In both cases, PATH
needs to be replaced by your path to concepticon-data
on your system.