Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
anonymizer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
anonymizer
Commits
6f2ec546
Commit
6f2ec546
authored
1 year ago
by
Bartlomiej
Browse files
Options
Downloads
Patches
Plain Diff
Add ner example
parent
c9bce4af
Branches
Branches containing commit
1 merge request
!11
Clarin json support
Pipeline
#14292
passed with stages
in 1 minute and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example_inputs/ner_test.jsonl
+1
-0
1 addition, 0 deletions
example_inputs/ner_test.jsonl
with
1 addition
and
0 deletions
example_inputs/ner_test.jsonl
0 → 100644
+
1
−
0
View file @
6f2ec546
{"id": "9fe57c06-fcf6-49ff-a790-4765cc747fd2", "label": "", "text": "Marek Kowalski pojecha\u0142 do Wroc\u0142awia.", "tagset": "nkjp", "tokens": {"default": [{"lexemes": [{"lemma": "Marek", "pos": "subst:sg:nom:m1", "disamb": true}], "id": 1, "start": 0, "stop": 5}, {"lexemes": [{"lemma": "Kowalski", "pos": "subst:sg:nom:m1", "disamb": true}], "id": 2, "start": 6, "stop": 14}, {"lexemes": [{"lemma": "pojecha\u0107", "pos": "praet:sg:m1:perf", "disamb": true}], "id": 3, "start": 15, "stop": 23}, {"lexemes": [{"lemma": "do", "pos": "prep:gen", "disamb": true}], "id": 4, "start": 24, "stop": 26}, {"lexemes": [{"lemma": "Wroc\u0142aw", "pos": "subst:sg:gen:m3", "disamb": true}], "id": 5, "start": 27, "stop": 36}, {"lexemes": [{"lemma": ".", "pos": "interp", "disamb": true}], "id": 6, "start": 36, "stop": 37}]}, "spans": {"ner": [{"id": "2d601ee6-baed-48c2-93ae-0c71e034c334", "start": 0, "stop": 14, "type": "nam_liv_person"}, {"id": "20cbbe6e-22f9-4b69-b04f-d4de25aa75ee", "start": 27, "stop": 36, "type": "nam_loc_gpe_city"}], "sentence": [{"id": 1, "start": 0, "stop": 37}]}, "relations": {}, "filename": "9f6bc7e0-a142-4935-ad33-b5e86db422a6"}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment