Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
source-extractor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Duc Cao
source-extractor
Commits
2eec3507
Commit
2eec3507
authored
Jan 10, 2019
by
Duc Cao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
a07909ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
README2.md
README2.md
+20
-0
No files found.
README2.md
0 → 100644
View file @
2eec3507
# To build the Docker image (run this only once)
sudo docker build -t source-extractor .
# To run the source-extractor, you can take "sample_input" as <input_folder>
(sudo) ./run_docker.sh extract
<input_folder>
# To evaluate the model's performance, the folder input_labeled contains 363 annotated documents and is provided upon request
Install python3
pip3 install sklearn
(sudo) ./run_docker.sh evaluate input_labeled
Performance report:
SOURCE-PRIM
F1 score 0.971039182282794
Recall 0.9595959595959596
Precision 0.9827586206896551
SOURCE-SEC
F1 score 0.8920863309352518
Recall 0.8378378378378378
Precision 0.9538461538461539
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