Tag: sequences of tokens

Pro Members SQL Server Standard Members

Using spaCy to Find Sequences of Words Based on Pattern Rules – Part 2

In the previous part, we discussed how you can take advantage of spaCy’s rule-based matcher engines, using both pattern rules and documents. In this part, you’ll see some examples of the former, based on using linguistic features, such as syntactic dependency labels and simple and extended part of speech tags. Determining Manually a Sequence of Words Satisfying a Pattern Rule...

This content is for Pro, Pro Member, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard, Standard Member, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Log In Register
Pro Members SQL Server Standard Members

Using spaCy to Find Sequences of Words Based on Pattern Rules – Part 1

spaCy’s rule-based matcher engines are much powerful than just using regular expressions, since those engines allow you to find not only particular words in a submitted text, but also discover their relationships. spaCy provides you with the ability to match sequences of tokens based on both pattern rules and documents. In the first case, you use spaCy’s Matcher object. For...

This content is for Pro, Pro Member, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard, Standard Member, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Log In Register