Ptt1819 Assignment3

Knowledge Extraction

Task

As a prerequisite: Get yourself acquainted with Wikipedia's API. Discover some programming language articles

  • Choose one of the tasks below.
    1. Extract influenced and influencedBy for all programming languages and visualize the graph using, e.g. DOT.
    2. Extract programming languages categorized by their paradigm based on the infobox.
    3. Extract programming languages categorized by their paradigm based on categories.
    4. Extract programming languages categorized by their type system based on the infobox.
    5. Extract software articles categorized by the languages they use.
No Contribution Group
1 influenced and influencedBy Bartosz & Philipp
2 paradigm based on the infobox Nils & André
3 paradigm based on categories Alexander
4 type system based on the infobox Anita & Tim
5 software articles categorized by the languages

Submission

  • Submit your code in a repository and send us the link to it via E-mail.
  • Prepare a presentation of 10 mins using the metamodel for data processing:
    • What is your source?
    • What features do you intend to retrieve?
    • How did you access the source?
    • What preprocessing steps were necessary?
    • Present your data visualization.