Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greenboxal/yarpex-bert
https://github.com/greenboxal/yarpex-bert
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/greenboxal/yarpex-bert
- Owner: greenboxal
- Created: 2017-10-03T21:25:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:25:45.000Z (about 2 years ago)
- Last Synced: 2024-10-31T17:54:24.334Z (about 2 months ago)
- Language: JavaScript
- Size: 1.3 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YARPEX BERT
BERT backend for YARPEX
Run `yarn dev` to start.
## Usage
|yarpex |erlang/elixir term |
|---|---|
|`yarpex.atom("key")` |`:key` |
|`yarpex.keywordlist({key: "value"})` |`[key: "value"]` |
|`yarpex.map([[yarpex.atom("key"), "value"], [yarpex.atom("yarpex"), true] ])`|`%{key: "value", yarpex: true}` |
| `yarpex.struct('StructType')({key: "value"})` | `%StructType{key: "value"}` |