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
ATF protocols are currently being skipped by yacc:
"""skipped_protocol : ATF USE UNICODE newline
| ATF USE MATH newline
| ATF USE LEGACY newline
| ATF USE MYLINES newline
| ATF USE LEXICAL newline
| key_statement
| BIB ID newline
| lemmatizer_statement"""
The only one being processed at the moment is the language protocol.
All ATF protocols, including language, should be added to an array of protocols in the text object.
The text was updated successfully, but these errors were encountered:
ATF protocols are currently being skipped by yacc:
The only one being processed at the moment is the language protocol.
All ATF protocols, including language, should be added to an array of protocols in the text object.
The text was updated successfully, but these errors were encountered: