Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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*).