Skip to content

Brew formulas for installing NLP software developed by the Language Machines research group

Notifications You must be signed in to change notification settings

fbkarsdorp/homebrew-lamachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaMachine Brew

Build Status

LaMachine was a software distribution of NLP software developed by the Language Machines research group and CLST (Radboud University Nijmegen), as well as TiCC (Tilburg University). This repository provides a tap with which the software can be installed using homebrew. Although the LaMachine distribution itself is deprecated, this tap for homebrew is still very much relevant to install various NLP software on macOS.

Install

If you still use the deprecated tap homebrew-science, now is the time to untap it:

$ brew untap homebrew/science

Some examples:

$ brew tap fbkarsdorp/homebrew-lamachine
$ brew install ucto  # for a fast and really accurate natural language tokenizer
$ brew install frog

Troubleshooting

Linking frogdata

After installing frog and frogdata, link the data using something like:

ln -s /usr/local/opt/frogdata/share/frog/ /usr/local/Cellar/frog/<VERSION-NUMBER>/share

where <VERSION-NUMBER> refers to the installed version of frog. To find out which version you're using, execute the following:

brew info frog

icu4c

All libraries and dependencies should be build with the same underlying icu4c version. When updating a specific component of lamachine fails, please first reinstall all its dependencies. For example, should the installation of ucto fail, but you already have ticcutils and libfolia installed, run:

$ brew uninstall libfolia ticcutils
$ brew install ucto

Known Issues

Please checkout the Issues page for a list of all known issues.

Acknowledgements

All praise should go to the Language Machines research group and CLST (Radboud University Nijmegen), as well as TiCC (Tilburg University).

About

Brew formulas for installing NLP software developed by the Language Machines research group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages