python-gatenlp
                                
                                
                                
                                    python-gatenlp copied to clipboard
                            
                            
                            
                        Return same type of match objects for all gazetteers, return consolidated match data
Check if we could return the same match objects for all gazetteers (Token, String, Regex).
Also check if the match object could just contain the fields start, end, data, type, with data a list of feature dicts and type an equally long list of type names. This would make the find... methods much more useful to users using this for plain string matching.