Skip to content

Commit

Permalink
links to pldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
friguzzi committed Dec 2, 2023
1 parent c6538fe commit 6221220
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can try it online at [http://cplint.eu](http://cplint.eu).

Installation
------------
This is an [SWI-Prolog](http://www.swi-prolog.org/) pack.
This is an [SWI-Prolog](http://www.swi-prolog.org/) [pack](https://www.swi-prolog.org/pack/list?p=cplint).

It can be installed with `pack_install/1`

Expand Down Expand Up @@ -68,4 +68,19 @@ Other machine learning datasets are available in pack [cplint_datasets](https://
Support
-------

Use the Google group [https://groups.google.com/forum/#!forum/cplint](https://groups.google.com/forum/#!forum/cplint).
Use the Google group [https://groups.google.com/forum/#!forum/cplint](https://groups.google.com/forum/#!forum/cplint).

Further documentation
---------------------

You can find further documentation (PlDoc) on the various modules at the links below:

* [pita](https://www.swi-prolog.org/pack/file_details/cplint/prolog/pita.pl)
* [mcintyre](https://www.swi-prolog.org/pack/file_details/cplint/prolog/mcintyre.pl)
* [pitaind](https://www.swi-prolog.org/pack/file_details/cplint/prolog/pitaind.pl)
* [viterbi](https://www.swi-prolog.org/pack/file_details/cplint/prolog/viterbi.pl)
* [kbest](https://www.swi-prolog.org/pack/file_details/cplint/prolog/kbest.pl)
* [slipcover](https://www.swi-prolog.org/pack/file_details/cplint/prolog/slipcover.pl)
* [lemur](https://www.swi-prolog.org/pack/file_details/cplint/prolog/lemur.pl)
* [cplint_util](https://www.swi-prolog.org/pack/file_details/cplint/prolog/cplint_util.pl)

0 comments on commit 6221220

Please sign in to comment.