You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we import spaCy but we don't actually use it except to tokenize. We should replace Parser.py with spaCy's rule base matching. Here is a nice tutorial: https://spacy.io/docs/usage/rule-based-matching
The text was updated successfully, but these errors were encountered:
Currently we import spaCy but we don't actually use it except to tokenize. We should replace
Parser.py
with spaCy's rule base matching. Here is a nice tutorial: https://spacy.io/docs/usage/rule-based-matchingThe text was updated successfully, but these errors were encountered: