| Computing >> CLT >> COMP348 home >> Tutorials >> Tutorial Week 10 |
COMP348 Document Processing and the Semantic WebTutorial Week 10Graphs for NLPConsider the following directed graph with weights on the edges: G = (V,E)
A simple method to build a graph out of this text is to represent each word as a vertex, and add edges according to cooccurrence of words in a context window. For example, suppose that you use a context window of 5 words. Two words are connected if they occur in the window. The edges can be weighted according to the number of times the pair of words appears in a context window.
The specifications of assignment 2 are ready. We will use part of this tutorial to discuss issues related with the assignment. Mark Dras or Diego Molla |
