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
6ca8582a
Commit
6ca8582a
authored
2 years ago
by
Michał Pogoda
Browse files
Options
Downloads
Patches
Plain Diff
Change default dict to extended
parent
010d4760
Branches
Branches containing commit
3 merge requests
!10
Anonimizer v2
,
!9
Fix infancy erorrs based on Magdalena's report
,
!7
Better coverage
Changes
1
Hide 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:
_target_
:
src.replacers.ner_replacer.NERReplacer
dictionary
:
_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%
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