-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto tagger #189
auto tagger #189
Conversation
Hi Tomas, Thanks for creating the branch. We will restore superdesk-client-core/scripts/extensions/auto-tagging-widget directory and remove the extension from superdesk-cp/client/index.js. Thanks |
No need to restore anything in superdesk-client-core. I've closed the pull request in |
Hello. There were changes made to the back end code as well in superdesk-core repository. I cannot see those changes in this repository. Where can I expect those changes being made. Namely there was a semaphore.py in textcheckers/ai and changes in the init.py file as well to be addressed. https://github.com/canadianpress/superdesk-core/tree/master/superdesk/text_checkers/ai |
As I've mentioned in superdesk/superdesk-client-core#4409 (comment), after I moved front-end code here, 5 more commits were pushed. Those you'll have to move here manually. Most of those commits are one liners so it shouldn't take much effort. @petrjasek advise how to move back-end files from superdesk-core to this PR. |
I've moved the files here, but couldn't run it locally so not sure it works. and it needs a core change I've made a PR for: |
CPCN-502 CPCN-501
Added init function.
Updated type and name to JIMI XML 2
Added Code that writes back to KMM.
- Add subject tag group - Filter by subject scheme - Add error log and error display - Fix service name in sendFeedback
Added NinjsFormatter2 Which we want to use.
Added New Jimi Formatter
added code for updated Associations and the suggested name reference.
Reverted Name back to JIMI
Added Code to write IPTC qcodes in Tagger output.
Bug solve
Added Exception Handling and Bug Fixes
* fix linking to segment 1 it has version 0 and we were only checking 1+ CPCN-598 * avoid html conversion for transcripts CPCN-607 * revert test change * avoid any links in transcripts
copied from superdesk/superdesk-client-core#4409