I want to develop a Named entity recognition system in Persian language but we have a small NER tagged corpus for training ans test. Maybe In the future we'll have a better and bigger corpus. By the way I need a solution that get incrementally the better performance whenever the new data added without with merge the new data with old data and training from scratch. Is there any solution ?
相关问题
- neural network does not learn (loss stays the same
- GitHub Actions workflow error: Run Command Timeout
- IIS Staging and Production swap
- Jenkins Pipeline stage skip based on groovy variab
- Azure Function - Portal Code Deployment feature is
相关文章
- Jenkins Pipeline having “Multiple candidate revisi
- How can one resolve synonyms in named-entity recog
- use polyglot package for Named Entity Recognition
- How to specify the submodule branch in gitlab-ci?
- Seamless deployment in Rails
- Parallel processes in distributed tensorflow
- Build Error. Failed to fetch http://deb.debian.org
- Unable to connect bitbucket source repository from
Yes. With your help: it is a work in progress. It is JS and "No training ..."
Please see https://github.com/redaktor/nlp_compromise/ !
It is a fork where I worked on NER during the last days and it will be optimized for usage with different languages !!!
It is a combination of a dictionary for words, dictionary for rules + build tool. It would be awesome to work on persian support (I am working on german) ... It is planned to support NER of
I think it could be a starting point ? I did not find the time to document the new features - feel free to open issues on github.