Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | Reduce floundering of DCGs by constraining and narrowing search |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 2.0.3 |
SHA1 sum: | 5c56198284e6ae3995de564bba5bf7130cc037bb |
Author: | Douglas Miles http://www.linkedin.com/in/logicmoo |
Maintainer: | TeamSPoon https://github.com/TeamSPoon/ |
Packager: | TeamSPoon/LogicMoo https://github.com/TeamSPoon/ |
Home page: | https://github.com/TeamSPoon/multimodal_dcg |
Download URL: | https://github.com/TeamSPoon/multimodal_dcg/release/*.zip |
Requires: | logicmoo_utils |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
1.1.112 | d6f35c003e3a13849894232e7e72d8efbb1bcaaf | 1 | https://github.com/TeamSPoon/multimodal_dcg.git |
1.1.115 | dbd7e6e063786cc2be9f1118e36e00e045e6fe4d | 1 | https://github.com/TeamSPoon/multimodal_dcg.git |
1.1.117 | 58944cd6e291d9317bf0213221956c4a2057c387 | 1 | https://github.com/TeamSPoon/multimodal_dcg.git |
1.1.118 | 4f172bc6d4709971fd6fa30ad4102239ecd60f36 | 1 | https://github.com/TeamSPoon/multimodal_dcg.git |
5873a607451c8c74b0d2af85136e3023b6731228 | 2 | https://github.com/TeamSPoon/multimodal_dcg.git | |
1.2.111 | 6ccca190683cf2459e0aa52fbf4c9d74374ed485 | 15 | https://github.com/TeamSPoon/multimodal_dcg.git |
1.4.111 | 39439c64785a92065ad73d9739ba23c38ede1a47 | 4 | https://github.com/TeamSPoon/multimodal_dcg.git |
2.0.1 | 749467f4a7bb45e3c9b616590fe9be855b24160d | 1 | https://github.com/TeamSPoon/multimodal_dcg.git |
2.0.3 | 5c56198284e6ae3995de564bba5bf7130cc037bb | 12 | https://github.com/TeamSPoon/multimodal_dcg.git |
Reduce floundering of DCGs by constraining and narrowing search
:- pack_install('https://github.com/TeamSPoon/multimodal_dcg.git').
:- use_module(library(multimodal_dcg)). predicate_named(Pred) --> dcgAnd(theText(Text),dcgLenBetween(1,5)). :- must(dcgAnd(dcgLenBetween(5,1),theText(_Text),[a,b,c],[])). :- must(predicate_named(_P,[proper,-,named],[])).
Document this pack!
Write tests
Untangle the 'pack' install deps (Moving predicates over here from logicmoo_base)
Dislike having tons of forks that are several commits behind the main git repo?
Be old school - Please ask to be added to TeamSPoon and Contribute directly !
Still, we wont stop you from doing it the Fork+PullRequest method
Copyright (c) 2017, TeamSPoon and Douglas Miles <logicmoo@gmail.com> All rights reserved.
Pack contains 6 files holding a total of 17.1K bytes.