| Package | Description |
|---|---|
| com.articulate.sigma.nlp |
| Modifier and Type | Method and Description |
|---|---|
Graph |
SimFlood.match(Graph g1,
ArrayList<Graph> graphs)
Match two graphs using Similarity Flooding
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Graph> |
SimFlood.readGraphsFromFile(String filename,
boolean resource,
Pipeline p)
Converts a text file that has one sentence per line into a list
of Graph structures that correspond to Stanford dependency graphs.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
SimFlood.match(Graph g1,
ArrayList<Graph> graphs)
Match two graphs using Similarity Flooding
|
float |
SimFlood.matchGraphs(Graph g1,
Graph g2,
HashMap<String,String> bestMatch)
Match two graphs using Similarity Flooding
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
SimFlood.match(Graph g1,
ArrayList<Graph> graphs)
Match two graphs using Similarity Flooding
|
Copyright © 2015. All rights reserved.