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
As of v0.1, only stanford-basic graphs are supported. The py-processors library allows stanford-basic and stanford-collapsed graphs, while the default en_core_web_sm pipeline from SpaCy provides stanford-basic dependencies.
Train SpaCy pipeline for universal dependencies
Translate universial dependencies to universal enhanced
With the new pipeline, py-processors will need to be updated to allow other graph types (kinds).
The text was updated successfully, but these errors were encountered:
As of v0.1, only
stanford-basic
graphs are supported. The py-processors library allowsstanford-basic
andstanford-collapsed
graphs, while the defaulten_core_web_sm
pipeline from SpaCy providesstanford-basic
dependencies.With the new pipeline, py-processors will need to be updated to allow other graph types (kinds).
The text was updated successfully, but these errors were encountered: