ualberta-smr / StackOverflowNavCues

This repository holds the code related to extracting essential sentences for navigating Stack Overflow answers
2 stars 0 forks source link

Organize and refactor existing code #2

Closed snadi closed 5 years ago

snadi commented 5 years ago

Refactored and organized code, such that the corenlp processing is separate from the SO querying

Also, now we use the stackexchange API instead of relying on the Posts.xml file from the dump

In the process, these changes also fixed issue #1 where we now process each paragraph separately

Output is currently separated by \ and shows the position number of each paragraph and sentence. Did not verify these numbers for a sample of posts yet though.