|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.unitn.disi.smatch.preprocessors.DefaultPreprocessor
public class DefaultPreprocessor
This class performs all the operations related to linguistic preprocessing. It also contains some heuristics to perform sense disambiguation. Corresponds to Step 1 and 2 in the semantic matching algorithm
| Constructor Summary | |
|---|---|
DefaultPreprocessor()
|
|
| Method Summary | |
|---|---|
IContext |
preprocess(IContext context)
This method perfoms all preprocessing procedures as follows: - linguistic analysis (each lemma is associated with the set of senses taken from the oracle). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPreprocessor()
| Method Detail |
|---|
public IContext preprocess(IContext context)
preprocess in interface IPreprocessorcontext - context to be prepocessed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||