forked from adbar/trafilatura
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evaluation: add data, rewrite script, update packages (adbar#606)
* new functions, add output, include small * further code clean-up * add output files * start object-oriented restructuring * add pandas * add eval data as json file * adjust print statements * fix outputs * Update eval-requirements.txt * add results dir * round in output files * add new evaluation files * adjust new files * add further files * re-run evaluation with trafilatura 1.9.0 and new data * finalize changes * review structure and setup * adapt evaluation * simplify code, test and improve usability * replace empty file * rm double entry * rm further duplicates * add html2txt and update docs * regroup, use binary as input, test * fixes --------- Co-authored-by: Adrien Barbaresi <[email protected]>
- Loading branch information
Showing
301 changed files
with
474,233 additions
and
2,175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,10 @@ build/ | |
.tox/ | ||
.coverage | ||
|
||
# evaluation | ||
results/ | ||
venv/ | ||
|
||
# docs | ||
docs/_autosummary/ | ||
docs/_build/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.