Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
discut22
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MELODI
AnDiAMO
discourseSegmentation
discut22
Merge requests
!1
updates and add usecase 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
updates and add usecase 2
dev-allen
into
main
Overview
0
Commits
1
Pipelines
0
Changes
11
Merged
Ghost User
requested to merge
dev-allen
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
11
Expand
Add usecase 2
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
31228c51
1 commit,
2 years ago
11 files
+
11407
−
35
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
code/utils/conv2ner.py
+
2
−
1
Options
@@ -120,8 +120,9 @@ def conversion2ner(input, output, params=None):
@@ -120,8 +120,9 @@ def conversion2ner(input, output, params=None):
def
main
(
f_in
,
f_out
):
def
main
(
f_in
,
f_out
,
f
):
input
=
f_in
input
=
f_in
output
=
f_out
output
=
f_out
input_format
=
f
#param = get_param()
#param = get_param()
conversion2ner
(
input
,
output
)
# add param
conversion2ner
(
input
,
output
)
# add param
\ No newline at end of file
Loading