Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix abstract extraction #602

Merged
merged 3 commits into from
Jan 24, 2020
Merged

Fix abstract extraction #602

merged 3 commits into from
Jan 24, 2020

Conversation

Kordishal
Copy link
Contributor

The HtmlNifExtractor was not working properly because of an issue with the URL Encoder. This fixes this by copying the query params out of the original link and reattaching it at the end.

Now the minidump tests produce both short and long abstracts!

was throwing NullPointerExceptions because of missing query.
The createUri function URLEncoded the query '?'. making it impossible
to parse the query.

Verified

This commit was signed with the committer’s verified signature. The key has expired.
MylesBorins Myles Borins

Verified

This commit was signed with the committer’s verified signature. The key has expired.
danielleadams Danielle Adams
@JJ-Author JJ-Author requested a review from kurzum January 17, 2020 15:02
@kurzum kurzum merged commit 8e3f16c into dbpedia:master Jan 24, 2020
@Kordishal Kordishal deleted the fix-abstract-extraction branch January 24, 2020 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants