-
-
Notifications
You must be signed in to change notification settings - Fork 598
Rename to NER #1244
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
Rename to NER #1244
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
PR Code Suggestions ✨Latest suggestions up to 6bfc3f4
Previous suggestionsSuggestions up to commit bd2a66a
|
|||||||||||||||||||||||||||||
PR Type
Enhancement
Description
Rename Tokenizer abstraction to NER (Named Entity Recognition)
Update all interfaces from ITokenizer to INERAnalyzer
Rename TokenizeOptions/TokenizeResult to NEROptions/NERResult
Update API endpoints and controller methods for NER
Update FuzzySharp plugin implementation to use NER naming
Diagram Walkthrough
File Walkthrough
16 files
Create new NER analyzer interfaceRename ITokenDataLoader to INERDataLoaderRename TokenizeOptions to NEROptionsRename TokenizeResult to NERResultCreate new NER response classRemove deprecated ITokenizer interfaceRemove deprecated TokenizeResponse classUpdate knowledge base document processor endpointCreate new NER controller with analysis endpointsRemove deprecated tokenizer controllerAdd NER namespace global usingsRename TokenizeRequest to NERAnalysisRequestUpdate plugin DI registration for NERRename CsvTokenDataLoader to CsvNERDataLoaderRename FuzzySharpTokenizer to FuzzySharpNERAnalyzerUpdate FuzzySharp plugin NER namespace usings