Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
anonymizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
anonymizer
Commits
6ca8582a
Commit
6ca8582a
authored
Mar 31, 2023
by
Michał Pogoda
Browse files
Options
Downloads
Patches
Plain Diff
Change default dict to extended
parent
010d4760
Branches
Branches containing commit
No related tags found
3 merge requests
!10
Anonimizer v2
,
!9
Fix infancy erorrs based on Magdalena's report
,
!7
Better coverage
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/replacers/ner.yaml
+2
-1
2 additions, 1 deletion
config/replacers/ner.yaml
with
2 additions
and
1 deletion
config/replacers/ner.yaml
+
2
−
1
View file @
6ca8582a
...
@@ -2,5 +2,6 @@ ner:
...
@@ -2,5 +2,6 @@ ner:
_target_
:
src.replacers.ner_replacer.NERReplacer
_target_
:
src.replacers.ner_replacer.NERReplacer
dictionary
:
dictionary
:
_target_
:
src.dictionaries.morphosyntactic.ner_file.NERFileMorphosyntacticDictionary
_target_
:
src.dictionaries.morphosyntactic.ner_file.NERFileMorphosyntacticDictionary
dictionary_path
:
${paths.dictionaries_path}/pl_dict.txt
dictionary_path
:
${paths.dictionaries_path}/pl_ext_dict.txt
remove_first_morpho_subtag
:
false
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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