AttributeError: module 'torchtext.data' has no attribute 'Field'
torchtext.data.Field 가 torchtext.legacy.data.Field 로 바뀌었다고 한다. 그래서 다음과 같이 써주어야 한다.
torchtext.data.Field
torchtext.legacy.data.Field
from torchtext.legacy import data
https://stackoverflow.com/questions/66516388/attributeerror-module-torchtext-data-has-no-attribute-field