fishfree
fishfree
In the README file, it seems so. We need configure this app within GTM, and even the integration with [CMP](https://github.com/68publishers/consent-management-platform). Are there any alternatives to use this app independently? Many...
We need a GUI annotator to manually edit model-generated resutls for these NLP tasks . If not, could you please recommend some tools?
Maybe my question is stupid. I hope we can make it at least with support from deep learning or traditional machine learning algorithm.
UDPipe Chinese model is so bad at tokenization. I need to manaually seperate a doc into multiple paragraphs, then iteratively seperate each paragraph into multiple sentences, then iteratively tokenize each...
In the management interface, administrators can view users' consentments detail, and have neccessary administrative operations.
FYI: https://github.com/amrisi/amr-guidelines/blob/master/amr.md https://www.cs.brandeis.edu/~clp/camr/camr.html
I mean the data are mandatory for using the destiniation service. Are there some best practices for this senario?
请问tok/pos分别采用的是哪一个业界规范?是否有针对于古汉语独有语法现象制定的tok规则和pos类型? 谢谢博主的付出和无私的分享!
如:分词、POS、句法依存等。 这个模型应该也是transformer架构的,是不是也要用pipelines来做?但我在[huggingface官方文档](https://huggingface.co/docs/transformers/en/main_classes/pipelines)或者[此模型主页上](https://huggingface.co/ethanyt/guwenbert-large)都没能看到有上面几项任务的pipelines。