Home
last modified time | relevance | path

Searched refs:connector_matches (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/sat-solver/
H A Dword-tag.cpp192 std::vector<PositionConnector*> connector_matches; in add_matches_with_word() local
193 tag.find_matches(_word, &(*i).connector, '+', connector_matches); in add_matches_with_word()
195 for (j = connector_matches.begin(); j != connector_matches.end(); j++) { in add_matches_with_word()