Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Team-Semantics
elinker
Commits
fb700924
Commit
fb700924
authored
Jul 06, 2019
by
Grzegorz Kostkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
ceab8709
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
41 deletions
+8
-41
README.md
README.md
+8
-10
README.txt
README.txt
+0
-31
No files found.
README.md
View file @
fb700924
1.
DESCRIPTION
#
DESCRIPTION
This tool annotates a document with URLs of corresponidng entities.
Linker parses annotated tokens/groups of tokens to spot expressions which
...
...
@@ -18,15 +18,13 @@ of whole expression.
As a result,
*
.ccl document is returned with included URL annotations.
2.
DEPENDENCIES
-
python 2.x
-
py2neo
# DEPENDENCIES
All dependencies included in
[
requirements.txt
](
requirements.txt
)
.
All dependencies included in requirements.txt.
# USAGE
3.
USAGE
elinker path/to/ccl/doc.xml path/for/results/output_doc.xml
For help and detailed description type: elkr "--help".
```
bash
elinker
-d
path/to/ccl/doc.xml
-o
path/for/results/output_doc.xml
```
For help and detailed description type:
```elinker --help```
.
README.txt
deleted
100644 → 0
View file @
ceab8709
1. DESCRIPTION
This tool annotates a document with URLs of corresponidng entities.
Linker parses annotated tokens/groups of tokens to spot expressions which
have to be described by mentioned URL.
URLs are taken from semantic graph of connected resources.
Linker accepts *.ccl file with annotations of following type:
- mwe (multi-word expressions)
- ne (named entities)
- wsd (word sense disambiguation - annottated with syn_id)
Note: in current version, multi-word expressions (including named entity)
have precedence over disambiguated words. It's the case when
word annotated with wsd have been included in multi-word expression.
Then in many cases sesnse of this single word will differ from sense
of whole expression.
As a result, *.ccl document is returned with included URL annotations.
2. DEPENDENCIES
- python 2.x
- py2neo
All dependencies included in requirements.txt.
3. USAGE
elinker path/to/ccl/doc.xml path/for/results/output_doc.xml
For help and detailed description type: elkr "--help".
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment