Click or drag to resize
ISystemInformationModelCreateKeyphrase Method (String, Double, Int32, EntityFragmentState)
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Core.ISystemInformationModel.CreateKeyphrase(System.String,System.Double,System.Int32,ZU.Semantic.Core.EntityFragmentState)"]

Namespace: ZU.Core
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
IKeyphrase CreateKeyphrase(
	string keyphrase,
	double rank,
	int docFreq,
	EntityFragmentState entityFragmentState
)

Parameters

keyphrase
Type: SystemString

[Missing <param name="keyphrase"/> documentation for "M:ZU.Core.ISystemInformationModel.CreateKeyphrase(System.String,System.Double,System.Int32,ZU.Semantic.Core.EntityFragmentState)"]

rank
Type: SystemDouble

[Missing <param name="rank"/> documentation for "M:ZU.Core.ISystemInformationModel.CreateKeyphrase(System.String,System.Double,System.Int32,ZU.Semantic.Core.EntityFragmentState)"]

docFreq
Type: SystemInt32

[Missing <param name="docFreq"/> documentation for "M:ZU.Core.ISystemInformationModel.CreateKeyphrase(System.String,System.Double,System.Int32,ZU.Semantic.Core.EntityFragmentState)"]

entityFragmentState
Type: ZU.Semantic.CoreEntityFragmentState

[Missing <param name="entityFragmentState"/> documentation for "M:ZU.Core.ISystemInformationModel.CreateKeyphrase(System.String,System.Double,System.Int32,ZU.Semantic.Core.EntityFragmentState)"]

Return Value

Type: IKeyphrase

[Missing <returns> documentation for "M:ZU.Core.ISystemInformationModel.CreateKeyphrase(System.String,System.Double,System.Int32,ZU.Semantic.Core.EntityFragmentState)"]

See Also