This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Tags: danielhers/tupa
Tags
Update Bert support (#78) * print weights only if verbose level is 4 and above * filtering passage longer that 510 tokens (as defined by the bert tokenizer) if using bert * typo fix * Update readme with bert info * typo fix * Moving bert filtering to Parser.parse() in order to be compatible with the LazyLoading mechanism * Clarify error messages * Changing bert filter to a generator function * code conventions fix * Remove extra empty line in readme * remove unneeded bert filtering old code * hopefully the last fixes * update readme and support parsing without lang in xml while not in training * revert some changes and updated readme * update readme * update version * update readme * cr fixes- wrong model url and name * typo fixes in readme * add bert prefix to the bert config use-default-word-embeddings * add bert prefix to the bert config use-default-word-embeddings * save and load bert configs in model file * update readme
PreviousNext