https://github.com/sri-csl/arsenal-base
https://github.com/sri-csl/arsenal-base
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sri-csl/arsenal-base
- Owner: SRI-CSL
- License: other
- Created: 2019-11-25T23:39:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T16:36:58.000Z (about 1 year ago)
- Last Synced: 2025-03-22T19:45:59.293Z (2 months ago)
- Language: Python
- Size: 53.4 MB
- Stars: 8
- Watchers: 13
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARSENAL Base
[](https://www.gnu.org/licenses/gpl-3.0)
This repo can be used as the foundation for building domain-specific instantiations of
ARSENAL. To create such an instantiation, it is recommended that this repo is
*forked*. This allows you to create pull requests in case of any improvements to
the base files, while keeping your domain-specific content separate.This repo contains a simple end-to-end example of parsing regular expressions,
in the `./regexp` directory, which can form a starting point for other domains.We also provide two additional entity processors that are not used by the
regexp example, but may be useful in other domain:
- a "no-op" entity processor (in `./noop-entity`)
- a mostly generic entity processor based on Spacy (in `./sal-entity`)See the `./doc` directory for the complete documentation.
Arsenal is available under GPLv3. If GPLv3 does not fit your needs,
please contact [email protected] to discuss other licensing options.