Constructor SimpleFragmentsBuilder
SimpleFragmentsBuilder()
a constructor.
Declaration
public SimpleFragmentsBuilder()
SimpleFragmentsBuilder(String[], String[])
a constructor.
Declaration
public SimpleFragmentsBuilder(string[] preTags, string[] postTags)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | preTags | array of pre-tags for markup terms. |
System.String[] | postTags | array of post-tags for markup terms. |
SimpleFragmentsBuilder(IBoundaryScanner)
Declaration
public SimpleFragmentsBuilder(IBoundaryScanner bs)
Parameters
Type | Name | Description |
---|---|---|
IBoundaryScanner | bs |
SimpleFragmentsBuilder(String[], String[], IBoundaryScanner)
Declaration
public SimpleFragmentsBuilder(string[] preTags, string[] postTags, IBoundaryScanner bs)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | preTags | |
System.String[] | postTags | |
IBoundaryScanner | bs |