Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Softwareproject WS2018-19 - Graph Embedding Propagation
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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
toyota
Softwareproject WS2018-19 - Graph Embedding Propagation
Commits
4f35e652
Commit
4f35e652
authored
6 years ago
by
nwarslan
Browse files
Options
Downloads
Patches
Plain Diff
Kommentare hinzugefügt
parent
2fa69bab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/preprocessing/senseval/preprocess_senseval_method1.py
+4
-2
4 additions, 2 deletions
...pts/preprocessing/senseval/preprocess_senseval_method1.py
with
4 additions
and
2 deletions
scripts/preprocessing/senseval/preprocess_senseval_method1.py
+
4
−
2
View file @
4f35e652
...
...
@@ -146,7 +146,9 @@ def get_lem_pos(word, d_no, sent_no, tb_docs):
def
preprocess
(
xml_file
,
tb_files
):
"""
this function opens a senseval file
returns a list containing a list for each document, each containing a list of sentences
containing a dictionary for every word to be disambiguated
"""
documents
=
read_xml
(
xml_file
)
answer_ids
=
documents
[
1
]
...
...
@@ -174,7 +176,7 @@ def preprocess(xml_file, tb_files):
lem_pos
=
get_lem_pos
(
word
,
i
,
j
,
tb_docs
)
info
[
'
lemma
'
]
=
lem_pos
[
0
]
info
[
'
pos
'
]
=
lem_pos
[
1
]
# connects compound words per underscore
if
'
sats=
'
in
word
:
for
l
,
word2
in
enumerate
(
sent
):
id_m
=
id_p
.
search
(
word2
).
group
()
...
...
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