Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inanyan/spacy_pat_match_dsl
A simple DSL for creating spaCy pattern matchers
https://github.com/inanyan/spacy_pat_match_dsl
dsl nlp python spacy
Last synced: about 1 month ago
JSON representation
A simple DSL for creating spaCy pattern matchers
- Host: GitHub
- URL: https://github.com/inanyan/spacy_pat_match_dsl
- Owner: InAnYan
- License: mit
- Created: 2023-12-03T22:26:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-04T17:42:42.000Z (about 1 year ago)
- Last Synced: 2024-11-16T17:21:32.695Z (about 2 months ago)
- Topics: dsl, nlp, python, spacy
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A simple DSL for creating spaCy pattern matchers
Inspired by [lrparsing](https://pypi.org/project/lrparsing/).Pros:
- Simple.
- No dependencies.
- DSL is integrated to Python.Cons:
- Untested.
- Unoptimized.For more details, read the example (`examples/example.py`) and the documentation (*source code, actually*).