Skip to content

avinashbhat/wikicontext-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WikiContext Streamlit App

Wikipedia articles are hardly lucid. There is always some kind of jargon which floats around, which is difficult to understand in layman's term. This is an attempt to simplify the understanding of any Wikipedia article by providing a summary of some of the key concepts of the said article. We provide the context, hence the name WikiContext.

Beneath the hood

WikiContext makes use of extractive text summarization, using TextRank. First step is to define a keyword list based on the hyperlinks present in the article. Once this is done, based on keyword ranking, we identify the most relevent keywords in the article. Then the data is fetched and the summarization is performed.

Usage

WikiContext has two types of searches - linear and recommended. Recommended is, as name suggests, what we recommend. This has a more stringent criteria for the keyword search and we can assure you that this will usually suffice. However, if you are not satisfied with the results, you can try the linear search which will provide you with more results.

Contributing

We are doing some active development on this now, because there is a provision to host the app using streamlit!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages