Remove the "tmgmt-segment" tags from the data.
This function will return the same data removing the "tmgmt-segment" XML Element.
string $segmented_text: A string with "tmgmt-segment" tags.
string A string without the "tmgmt-segment" tags.
Overrides SegmenterInterface::filterData
public function filterData($segmented_text) {
return $segmented_text;
}