Phrase typedef

Phrase = List<String>

An alias for List<String> when used in the context of the terms of a phrase split to an ordered list of terms.

Implementation

typedef Phrase = List<String>;