new BasicFilter(tokens)
    Removes from tokens entities and words with less than 4 letters.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| tokens | Array.<string> | The token lists to be filtered. | 
|  | Array.<string> | The filtered list | 
- Source: