Introduction - If you have any usage issues, please Google them yourself
In the previous article, we presented an approach for capturing similarity between words that was concerned with the syntactic similarity of two strings. Today we are back to discuss another approach that is more concerned with the meaning of words. Semantic similarity is a confidence score that reflects the semantic relation between the meanings of two sentences. It is difficult to gain a high accuracy score because the exact semantic meanings are completely understood only in a particular context.
Packet : 97288410uddiexplorer_src.zip filelist
UDDIExplorer_src/
UDDIExplorer_src/ServiceRanking/
UDDIExplorer_src/ServiceRanking/AssemblyInfo.cs
UDDIExplorer_src/ServiceRanking/mathlib.cs
UDDIExplorer_src/ServiceRanking/porterstemmer.cs
UDDIExplorer_src/ServiceRanking/ServiceRanking.csproj
UDDIExplorer_src/ServiceRanking/ServiceRanking.csproj.user
UDDIExplorer_src/ServiceRanking/similaritycombiner.cs
UDDIExplorer_src/ServiceRanking/SimilarityMeasure.cs
UDDIExplorer_src/ServiceRanking/StopWordsHandler.cs
UDDIExplorer_src/ServiceRanking/SyntacticSimilarity.cs
UDDIExplorer_src/ServiceRanking/TextMatching.cs
UDDIExplorer_src/ServiceRanking/TFIDFMeasure.cs
UDDIExplorer_src/ServiceRanking/Tokeniser.cs
UDDIExplorer_src/UDDI Explorer/
UDDIExplorer_src/UDDI Explorer/assemblyinfo.cs
UDDIExplorer_src/UDDI Explorer/copyable.cs
UDDIExplorer_src/UDDI Explorer/HelpForm.cs
UDDIExplorer_src/UDDI Explorer/HelpForm.resx
UDDIExplorer_src/UDDI Explorer/icontrolrefesh.cs
UDDIExplorer_src/UDDI Explorer/istate.cs
UDDIExplorer_src/UDDI Explorer/microsoft.uddi.sdk.dll
UDDIExplorer_src/UDDI Explorer/operationextend.cs
UDDIExplorer_src/UDDI Explorer/ResultFilter.cs
UDDIExplorer_src/UDDI Explorer/SchemaParser.cs
UDDIExplorer_src/UDDI Explorer/UDDI Explorer.csproj
UDDIExplorer_src/UDDI Explorer/UDDI Explorer.csproj.user
UDDIExplorer_src/UDDI Explorer/UDDI Explorer.resharperoptions
UDDIExplorer_src/UDDI Explorer/UDDI Explorer.sln
UDDIExplorer_src/UDDI Explorer/uddiexplorerform.cs
UDDIExplorer_src/UDDI Explorer/uddiexplorerform.resx
UDDIExplorer_src/UDDI Explorer/uddiservice.cs
UDDIExplorer_src/UDDI Explorer/uddiservicelist.cs
UDDIExplorer_src/UDDI Explorer/WSDLRetrieval.cs
UDDIExplorer_src/WSDLParser/
UDDIExplorer_src/WSDLParser/App.ico
UDDIExplorer_src/WSDLParser/AssemblyInfo.cs
UDDIExplorer_src/WSDLParser/Form1.cs
UDDIExplorer_src/WSDLParser/Form1.resx
UDDIExplorer_src/WSDLParser/myrichtext.cs
UDDIExplorer_src/WSDLParser/myrichtext.resx
UDDIExplorer_src/WSDLParser/SchemaHelper.cs
UDDIExplorer_src/WSDLParser/SchemaParser.cs
UDDIExplorer_src/WSDLParser/WSDLParser.cs
UDDIExplorer_src/WSDLParser/WSDLParser.csproj
UDDIExplorer_src/WSDLParser/WSDLParser.csproj.user
UDDIExplorer_src/WSDLParser/XMLGenerator.cs