{ "luis_schema_version": "7.0.0", "intents": [ { "name": "ApplyForJob", "features": [] }, { "name": "EmployeeFeedback", "features": [] }, { "name": "FindForm", "features": [] }, { "name": "GetJobInformation", "features": [] }, { "name": "MoveEmployee", "features": [] }, { "name": "None", "features": [] }, { "name": "Utilities.Cancel", "inherits": { "domain_name": "Utilities", "model_name": "Cancel" }, "features": [] }, { "name": "Utilities.Confirm", "inherits": { "domain_name": "Utilities", "model_name": "Confirm" }, "features": [] }, { "name": "Utilities.Help", "inherits": { "domain_name": "Utilities", "model_name": "Help" }, "features": [] }, { "name": "Utilities.StartOver", "inherits": { "domain_name": "Utilities", "model_name": "StartOver" }, "features": [] }, { "name": "Utilities.Stop", "inherits": { "domain_name": "Utilities", "model_name": "Stop" }, "features": [] } ], "entities": [ { "name": "ApplyForJobEntityMlEntity", "children": [ { "name": "JobTitle", "children": [], "features": [] }, { "name": "JobNumber", "children": [], "features": [ { "modelName": "HRF-numberRegexEntity", "isRequired": false } ] } ], "roles": [], "features": [ { "featureName": "ApplyForJobPhraselist", "isRequired": false } ] }, { "name": "EmployeeFeedbackEntity", "children": [ { "name": "EmployeeIdOrName", "children": [], "features": [ { "modelName": "EmployeeListEntity", "isRequired": false }, { "modelName": "personName", "isRequired": false }, { "modelName": "email", "isRequired": false } ] }, { "name": "FeedbackDescription", "children": [], "features": [] } ], "roles": [], "features": [] }, { "name": "HumanResourcesForm", "children": [ { "name": "FormNumber", "children": [], "features": [ { "modelName": "HRF-numberRegexEntity", "isRequired": false } ] } ], "roles": [], "features": [] }, { "name": "LocationMLEntity", "children": [], "roles": [], "features": [ { "modelName": "geographyV2", "isRequired": false } ] }, { "name": "RequestEmployeeMoveMLEntity", "children": [ { "name": "datetimeV2", "children": [], "features": [ { "modelName": "datetimeV2", "isRequired": true } ] }, { "name": "Employee", "children": [], "features": [ { "modelName": "EmployeeListEntity", "isRequired": true } ] }, { "name": "Leaving", "children": [], "features": [ { "featureName": "LeavingPhraselist", "isRequired": false }, { "modelName": "LocationMLEntity", "isRequired": false } ] }, { "name": "Moving to", "children": [], "features": [ { "featureName": "MovetoPhraselist", "isRequired": false }, { "modelName": "LocationMLEntity", "isRequired": false } ] } ], "roles": [], "features": [] } ], "hierarchicals": [], "composites": [], "closedLists": [ { "name": "EmployeeListEntity", "subLists": [ { "canonicalForm": "Employee-24612", "list": [ "John W. Smith", "john.w.smith@mycompany.com", "x12345", "425-555-1212", "123-45-6789" ] }, { "canonicalForm": "Employee-45612", "list": [ "Jill Jones", "jill-jones@mycompany.com", "x23456", "425-555-0000", "234-56-7891" ] } ], "roles": [] } ], "prebuiltEntities": [ { "name": "datetimeV2", "roles": [] }, { "name": "email", "roles": [] }, { "name": "geographyV2", "roles": [] }, { "name": "keyPhrase", "roles": [] }, { "name": "number", "roles": [] }, { "name": "personName", "roles": [] } ], "utterances": [ { "text": "234-56-7891 did a great job of comforting a co-worker in their time of grief.", "intent": "EmployeeFeedback", "entities": [ { "entity": "EmployeeFeedbackEntity", "startPos": 0, "endPos": 75, "children": [ { "entity": "EmployeeIdOrName", "startPos": 0, "endPos": 10, "children": [] }, { "entity": "FeedbackDescription", "startPos": 18, "endPos": 75, "children": [] } ] } ] }, { "text": "234-56-7891 to hh-2345", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 0, "endPos": 21, "children": [ { "entity": "Employee", "startPos": 0, "endPos": 10, "children": [] } ] } ] }, { "text": "425-555-0000 to h-4452", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 0, "endPos": 21, "children": [ { "entity": "Employee", "startPos": 0, "endPos": 11, "children": [] } ] } ] }, { "text": "425-555-1212 did a nice job of welcoming back a co-worker from maternity leave", "intent": "EmployeeFeedback", "entities": [ { "entity": "EmployeeFeedbackEntity", "startPos": 0, "endPos": 77, "children": [ { "entity": "EmployeeIdOrName", "startPos": 0, "endPos": 11, "children": [] }, { "entity": "FeedbackDescription", "startPos": 19, "endPos": 77, "children": [] } ] } ] }, { "text": "a yes from me", "intent": "Utilities.Confirm", "entities": [] }, { "text": "alright i am confirming", "intent": "Utilities.Confirm", "entities": [] }, { "text": "any new jobs posted today?", "intent": "GetJobInformation", "entities": [] }, { "text": "apply for tile work.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 18, "children": [] } ] }, { "text": "are there any new positions in the seattle office?", "intent": "GetJobInformation", "entities": [] }, { "text": "attached resume for landscape architect.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 20, "endPos": 38, "children": [] } ] }, { "text": "author of hrf-546234?", "intent": "FindForm", "entities": [ { "entity": "HumanResourcesForm", "startPos": 10, "endPos": 19, "children": [ { "entity": "FormNumber", "startPos": 10, "endPos": 19, "children": [] } ] } ] }, { "text": "barking dogs are annoying", "intent": "None", "entities": [] }, { "text": "begin paperwork to set x12345 leaving a-3459 headed to f-34567", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 23, "endPos": 61, "children": [ { "entity": "Employee", "startPos": 23, "endPos": 28, "children": [] } ] } ] }, { "text": "can just be quiet you ' re giving me a headache", "intent": "Utilities.Stop", "entities": [] }, { "text": "can you help me ?", "intent": "Utilities.Help", "entities": [] }, { "text": "can you help me here", "intent": "Utilities.Help", "entities": [] }, { "text": "can you restart for me ?", "intent": "Utilities.StartOver", "entities": [] }, { "text": "cancel", "intent": "Utilities.Cancel", "entities": [] }, { "text": "cancel brawl", "intent": "Utilities.Cancel", "entities": [] }, { "text": "cancel expanse", "intent": "Utilities.Cancel", "entities": [] }, { "text": "cancel it", "intent": "Utilities.Cancel", "entities": [] }, { "text": "cancel navigation", "intent": "Utilities.Cancel", "entities": [] }, { "text": "cancel silent hours", "intent": "Utilities.Cancel", "entities": [] }, { "text": "delete that and start again", "intent": "Utilities.StartOver", "entities": [] }, { "text": "did john smith update hrf-234639 last week?", "intent": "FindForm", "entities": [ { "entity": "HumanResourcesForm", "startPos": 22, "endPos": 31, "children": [] } ] }, { "text": "direct jill jones to b-3499", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 7, "endPos": 26, "children": [ { "entity": "Employee", "startPos": 7, "endPos": 16, "children": [] } ] } ] }, { "text": "displace 425-555-0000 away from g-2323 toward hh-2345", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 9, "endPos": 52, "children": [ { "entity": "Employee", "startPos": 9, "endPos": 20, "children": [] } ] } ] }, { "text": "fill out application for job 123456", "intent": "ApplyForJob", "entities": [] }, { "text": "good i am confirming", "intent": "Utilities.Confirm", "entities": [] }, { "text": "help me please", "intent": "Utilities.Help", "entities": [] }, { "text": "help me to start", "intent": "Utilities.Help", "entities": [] }, { "text": "help me to understand more please", "intent": "Utilities.Help", "entities": [] }, { "text": "help me with this", "intent": "Utilities.Help", "entities": [] }, { "text": "help with my device please", "intent": "Utilities.Help", "entities": [] }, { "text": "here is my c.v. for position 654234", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 8, "endPos": 34, "children": [ { "entity": "JobNumber", "startPos": 29, "endPos": 34, "children": [] } ] } ] }, { "text": "here is my line cook application.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 8, "endPos": 31, "children": [] } ] }, { "text": "how many people need to sign off on hrf-345678?", "intent": "FindForm", "entities": [ { "entity": "HumanResourcesForm", "startPos": 36, "endPos": 45, "children": [] } ] }, { "text": "how many version of hrf-345123 are there?", "intent": "FindForm", "entities": [ { "entity": "HumanResourcesForm", "startPos": 20, "endPos": 29, "children": [] } ] }, { "text": "hrf-234123 date?", "intent": "FindForm", "entities": [ { "entity": "HumanResourcesForm", "startPos": 0, "endPos": 9, "children": [] } ] }, { "text": "i don ' t want that . go back home", "intent": "Utilities.Stop", "entities": [] }, { "text": "i need to begin over and restart", "intent": "Utilities.StartOver", "entities": [] }, { "text": "i need your help", "intent": "Utilities.Help", "entities": [] }, { "text": "i want to apply for the management job in sales.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 46, "children": [] } ] }, { "text": "i want to apply for the new accounting job", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 41, "children": [ { "entity": "JobTitle", "startPos": 28, "endPos": 37, "children": [] } ] } ] }, { "text": "i want to cancel", "intent": "Utilities.Cancel", "entities": [] }, { "text": "i want to do restart", "intent": "Utilities.StartOver", "entities": [] }, { "text": "i would like to apply for the position in photography.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 52, "children": [] } ] }, { "text": "i would like to submit my paperwork for the teaching position i saw in the paper.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 16, "endPos": 60, "children": [ { "entity": "JobTitle", "startPos": 44, "endPos": 51, "children": [] } ] } ] }, { "text": "i'm a registered nurse. here is my resume.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 40, "children": [] } ] }, { "text": "i'm applying for the program manager desk in r&d", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 47, "children": [] } ] }, { "text": "i'm submitting my application for roofer and framer.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 4, "endPos": 50, "children": [ { "entity": "JobTitle", "startPos": 34, "endPos": 39, "children": [] }, { "entity": "JobTitle", "startPos": 45, "endPos": 50, "children": [] } ] } ] }, { "text": "is there any work with databases?", "intent": "GetJobInformation", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 23, "endPos": 31, "children": [] } ] }, { "text": "jill jones rocked the sales pitch at harvard", "intent": "EmployeeFeedback", "entities": [ { "entity": "EmployeeFeedbackEntity", "startPos": 0, "endPos": 43, "children": [ { "entity": "EmployeeIdOrName", "startPos": 0, "endPos": 9, "children": [] }, { "entity": "FeedbackDescription", "startPos": 11, "endPos": 43, "children": [] } ] } ] }, { "text": "jill-jones@mycompany.com didn't have all the required invoices for the paperwork.", "intent": "EmployeeFeedback", "entities": [ { "entity": "EmployeeFeedbackEntity", "startPos": 0, "endPos": 79, "children": [ { "entity": "EmployeeIdOrName", "startPos": 0, "endPos": 23, "children": [] }, { "entity": "FeedbackDescription", "startPos": 25, "endPos": 79, "children": [] } ] } ] }, { "text": "job 567890 and my paperwork", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 26, "children": [] } ] }, { "text": "john w. smith did a great job on the presentation at stanford", "intent": "EmployeeFeedback", "entities": [ { "entity": "EmployeeFeedbackEntity", "startPos": 0, "endPos": 60, "children": [ { "entity": "EmployeeIdOrName", "startPos": 0, "endPos": 12, "children": [] }, { "entity": "FeedbackDescription", "startPos": 20, "endPos": 60, "children": [] } ] } ] }, { "text": "john.w.smith@mycompany.com turned in the required forms a month late with no signatures", "intent": "EmployeeFeedback", "entities": [ { "entity": "EmployeeFeedbackEntity", "startPos": 0, "endPos": 86, "children": [ { "entity": "EmployeeIdOrName", "startPos": 0, "endPos": 25, "children": [] }, { "entity": "FeedbackDescription", "startPos": 27, "endPos": 86, "children": [] } ] } ] }, { "text": "let ' s restart", "intent": "Utilities.StartOver", "entities": [] }, { "text": "let me start it again from scratch", "intent": "Utilities.StartOver", "entities": [] }, { "text": "looking for a new situation with responsibilities in accounting", "intent": "GetJobInformation", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 53, "endPos": 62, "children": [] } ] }, { "text": "move 123-45-6789 from a-4321 to j-23456", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 5, "endPos": 38, "children": [ { "entity": "Employee", "startPos": 5, "endPos": 15, "children": [] } ] } ] }, { "text": "move john w. smith from b-1234 to h-4452", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 5, "endPos": 39, "children": [ { "entity": "Employee", "startPos": 5, "endPos": 17, "children": [] } ] } ] }, { "text": "move john w. smith to a-2345", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 5, "endPos": 27, "children": [ { "entity": "Employee", "startPos": 5, "endPos": 17, "children": [] } ] } ] }, { "text": "mv jill jones from d-2345 to j-23456", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 3, "endPos": 35, "children": [ { "entity": "Employee", "startPos": 3, "endPos": 12, "children": [] } ] } ] }, { "text": "mv john.w.smith@mycompany.com from office b-1234 to office h-4452", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 3, "endPos": 64, "children": [ { "entity": "Employee", "startPos": 3, "endPos": 28, "children": [] } ] } ] }, { "text": "my application for barback is included.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 25, "children": [ { "entity": "JobTitle", "startPos": 19, "endPos": 25, "children": [] } ] } ] }, { "text": "my c.v. for bus driver is here.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 21, "children": [ { "entity": "JobTitle", "startPos": 12, "endPos": 21, "children": [] } ] } ] }, { "text": "my curriculum vitae for professor of biology is enclosed.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 43, "children": [ { "entity": "JobTitle", "startPos": 24, "endPos": 43, "children": [] } ] } ] }, { "text": "my resume for camp counselor is attached.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 27, "children": [ { "entity": "JobTitle", "startPos": 14, "endPos": 27, "children": [] } ] } ] }, { "text": "new jobs?", "intent": "GetJobInformation", "entities": [] }, { "text": "no thank you", "intent": "Utilities.Cancel", "entities": [] }, { "text": "not tomorrow please", "intent": "Utilities.Cancel", "entities": [] }, { "text": "ok thanks", "intent": "Utilities.Confirm", "entities": [] }, { "text": "okay", "intent": "Utilities.Confirm", "entities": [] }, { "text": "okay for now", "intent": "Utilities.Confirm", "entities": [] }, { "text": "order a pizza for me", "intent": "None", "entities": [] }, { "text": "organize the move of x23456 from hh-2345 to e-0234", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 21, "endPos": 49, "children": [ { "entity": "Employee", "startPos": 21, "endPos": 26, "children": [] } ] } ] }, { "text": "penguins in the ocean", "intent": "None", "entities": [] }, { "text": "phone be quiet for 5 minutes .", "intent": "Utilities.Stop", "entities": [] }, { "text": "place 425-555-1212 in hh-2345", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 6, "endPos": 28, "children": [ { "entity": "Employee", "startPos": 6, "endPos": 17, "children": [] } ] } ] }, { "text": "please do restarting", "intent": "Utilities.StartOver", "entities": [] }, { "text": "please help me", "intent": "Utilities.Help", "entities": [] }, { "text": "please help me i want to finish", "intent": "Utilities.Help", "entities": [] }, { "text": "please restart the search", "intent": "Utilities.StartOver", "entities": [] }, { "text": "quit help", "intent": "Utilities.Stop", "entities": [] }, { "text": "restart please", "intent": "Utilities.StartOver", "entities": [] }, { "text": "shift jill-jones@mycompany.com to m-12345", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 6, "endPos": 40, "children": [ { "entity": "Employee", "startPos": 6, "endPos": 29, "children": [] } ] } ] }, { "text": "shift x12345 to h-1234 tomorrow", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 6, "endPos": 30, "children": [ { "entity": "Employee", "startPos": 6, "endPos": 11, "children": [] }, { "entity": "datetimeV2", "startPos": 23, "endPos": 30, "children": [] } ] } ] }, { "text": "shut up", "intent": "Utilities.Stop", "entities": [] }, { "text": "shut up .", "intent": "Utilities.Stop", "entities": [] }, { "text": "stop it you are really annoying", "intent": "Utilities.Stop", "entities": [] }, { "text": "stop listening", "intent": "Utilities.Stop", "entities": [] }, { "text": "stop please", "intent": "Utilities.Stop", "entities": [] }, { "text": "stop saying that please", "intent": "Utilities.Stop", "entities": [] }, { "text": "submit resume for engineering position", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 0, "endPos": 37, "children": [ { "entity": "JobTitle", "startPos": 18, "endPos": 28, "children": [] } ] } ] }, { "text": "sure i confirm", "intent": "Utilities.Confirm", "entities": [] }, { "text": "this is my c.v. for administrative assistant.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 8, "endPos": 43, "children": [ { "entity": "JobTitle", "startPos": 20, "endPos": 43, "children": [] } ] } ] }, { "text": "this is my c.v. for the stocker post in fruits and vegetables.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 8, "endPos": 60, "children": [ { "entity": "JobTitle", "startPos": 24, "endPos": 30, "children": [] } ] } ] }, { "text": "this is my resume for the new accounting position.", "intent": "ApplyForJob", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 8, "endPos": 48, "children": [ { "entity": "JobTitle", "startPos": 30, "endPos": 39, "children": [] } ] } ] }, { "text": "title of hrf-456234?", "intent": "FindForm", "entities": [ { "entity": "HumanResourcesForm", "startPos": 9, "endPos": 18, "children": [] } ] }, { "text": "wait never mind i just told you never mind", "intent": "Utilities.Cancel", "entities": [] }, { "text": "what is the url for hrf-123456?", "intent": "FindForm", "entities": [] }, { "text": "what positions are available for senior engineers?", "intent": "GetJobInformation", "entities": [ { "entity": "ApplyForJobEntityMlEntity", "startPos": 33, "endPos": 48, "children": [] } ] }, { "text": "when was hrf-456098 updated?", "intent": "FindForm", "entities": [ { "entity": "HumanResourcesForm", "startPos": 9, "endPos": 18, "children": [] } ] }, { "text": "where is hrf-345678?", "intent": "FindForm", "entities": [ { "entity": "HumanResourcesForm", "startPos": 9, "endPos": 18, "children": [] } ] }, { "text": "where is the job listings", "intent": "GetJobInformation", "entities": [] }, { "text": "who needs to authorize form hrf-123456?", "intent": "FindForm", "entities": [ { "entity": "HumanResourcesForm", "startPos": 28, "endPos": 37, "children": [] } ] }, { "text": "x12345 missed the meeting for june reviews.", "intent": "EmployeeFeedback", "entities": [ { "entity": "EmployeeFeedbackEntity", "startPos": 0, "endPos": 41, "children": [ { "entity": "EmployeeIdOrName", "startPos": 0, "endPos": 5, "children": [] }, { "entity": "FeedbackDescription", "startPos": 7, "endPos": 41, "children": [] } ] } ] }, { "text": "x23456 didn't make it to the important marketing off-site meeting.", "intent": "EmployeeFeedback", "entities": [ { "entity": "EmployeeFeedbackEntity", "startPos": 0, "endPos": 64, "children": [ { "entity": "EmployeeIdOrName", "startPos": 0, "endPos": 5, "children": [] }, { "entity": "FeedbackDescription", "startPos": 7, "endPos": 64, "children": [] } ] } ] }, { "text": "x23456 to m-12345", "intent": "MoveEmployee", "entities": [ { "entity": "RequestEmployeeMoveMLEntity", "startPos": 0, "endPos": 16, "children": [ { "entity": "Employee", "startPos": 0, "endPos": 5, "children": [] } ] } ] }, { "text": "yeah ohh i confirm", "intent": "Utilities.Confirm", "entities": [] }, { "text": "yep agreed", "intent": "Utilities.Confirm", "entities": [] }, { "text": "yes i saw", "intent": "Utilities.Confirm", "entities": [] } ], "versionId": "review", "name": "HumanResources", "desc": "Human resources app used in documentation", "culture": "en-us", "tokenizerVersion": "1.0.0", "patternAnyEntities": [], "regex_entities": [ { "name": "HRF-numberRegexEntity", "regexPattern": "hrf-[0-9]{6}", "roles": [] } ], "phraselists": [ { "name": "JobPhraselist", "mode": true, "words": ".net developer,.net software developer,accessibility outreach coordinator,accessibility program manager,account executive,account manager,accountable manager,accountable project manager,accountant,accounting investment analyst,actor,actuary,admin engineer,administrative aide,administrative assistant,administrative associate to the executive director,administrative business promotion coordinator,administrative claim examiner,administrative contract specialist,administrative coordinator,administrative engineer,administrative management auditor,administrative manager,administrative office assistant,administrative procurement analyst,administrative services manager,administrative specialist,administrative staff analyst,administrative support,administrative transportation coordinator,administrator on duty,advertising and promotions manager,advertising sales agent,aerospace engineer,agency attorney,agency counsel,agricultural engineer,agricultural scientist,agricultural technician,aide,air & noise pollution inspector,aircraft mechanic,aircraft pilot,analyst manager,analyst,animal caretaker,animal control worker,animal trainer,animal,breeder,announcer,apparel patternmaker,appliance repairer,application developer,application examiner,application solution manager,application support analyst,application support reporting specialist,application worker,appraiser,apprentice inspector,architect,architectural designer,archivist,artist,assembler,assessor,asset management specialist,asset manager,assistant architect,assistant business services associate,assistant chief of facility compliance,assistant civil engineer,assistant commissioner of administration,assistant commissioner of communications and policy,assistant commissioner of enforcement,assistant commissioner of environmental health unit,assistant commissioner of housing policy,assistant commissioner of the office of placement administration,assistant commissioner,assistant quality assurance associate,astronomer,atmospheric scientist,audiologist,audit engineer,audit intern,audit manager,audit supervisor,auditor,author,auto machinist,auto mechanic,automotive glass installer,avionics technician,back end developer,baggage porter,bailiff,baker,barber,bartender helper,bartender,bellhop,best practices coach,bid operations liaison,bill and account collector,billing and posting clerk,biological scientist,biological technician,biomedical engineer,blake fellow,blockmason,boat captain,boiler inspector,boilermaker,bookbinder,bookkeeper,branch chief,brickmason,bridge operator,broadcast and sound engineering technician,brokerage clerk,budget analyst,budget review specialist,budget,building cleaner,building inspector,bus and truck mechanics and diesel engine specialist,business administrator,business analyst,business intelligence developer,business manager,business operations specialist,business solution architect,butcher,buyer services manager,buyer,cabinetmaker,cafeteria attendant,calendar assistant,call center manager,camera operator,capacity building assistance specialist,cargo and freight agent,carpenter,cartographer,case analyst,case management nurse,case management team leader,case management unit supervisor,case monitor supervisor,case worker,cashier supervisor,cashier,caster,ceiling tile installer,cement mason,certified it administrator,certified it developer,certified specialist,channel manager,chauffeur,chef,chemical engineer,chemical technician,chemists,chief architect,chief compliance officer,chief diversity officer,chief engineer of dispute resolutions,chief executive,chief financial officer,chief information security officer,chief investigator,chief of staff,chief operating officer,chief plan examiner,chief review officer,child care worker,child welfare analyst,chiropractor,choreographer,city assessor,city laborer,city medical examiner,city park worker,city planner,city planning technician,city research scientist,civil design lead,civil engineer,civilian investigator,claim specialist,claims adjuster,claims processor,claims specialist,clergy,clerical aide,clerical assistant,clerical associate,clerical supervisor,clerk,client services representative,climber & pruner,clinical case supervisor,clinical director,clinical laboratory technologist and technician,cloud reliability engineer,coach,collections administrator,collector,college aide,commercial diver,communication electrician,communication manager,communication specialist,communication worker,communications equipment operator,community & industry relations associate,community assistant,community associate,community coordinator,community service manager,community supervisor,compliance analyst,compliance and enforcement attorney,compliance auditor,compliance manager,compliance officer,compliance support specialist,computer aide,computer and information systems manager,computer associate,computer control operator,computer hardware engineer,computer operator,computer programmer,computer scientist,computer service technician,computer software engineer,computer specialist,computer support specialist,computer systems manager,concierge,confidential investigator,conflict resolution specialist,consent specialist,conservation scientist,constituent services liaison,construction inspector,construction intern,construction manager,construction project manager,construction safety and quality inspector,content developer,content engineer,contract analyst,contract manager,contract processor,contract specialist,contracts attorney,contracts officer,conveyor operator,coordinator,correctional officer,correctional officers,cosmetologist,cost estimating manager,cost estimator,counselor,courier,court liaison officer,court representative,cranes & derricks inspector,credit analyst,credit authorizer,crime analyst,criminal investigator,criminalist,crm developer,crossing guard,cultural affairs coordinator,curator,custodial assistant,custodian,customer service & operations analysis intern,customer service representative,customer service,cybersecurity operations analyst,dam safety coordinator,dancer,data analyst,data and process analyst,data and technology analyst,data architect,data assistant,data engineer,data entry clerk,data entry keyer,data management assistant,data manager data research analyst,data research specialist,data scientist,data support analyst,data warehouse architect,database administrator database administrator,database developer,dba engineer,dba lead,deckhand,demonstrator,dental assistant,dental hygienist,dentist,deputy budget director,deputy chief engineer,deputy chief of outside development,deputy chief of quality assurance,deputy chief,deputy commissioner,deputy director,deputy executive director,derrick service unit operator,design manager,designer,desk clerk,desktop publisher,detectives,dietitian,director,dishwasher,dispatcher,distributor,division chief,door-to-door sales worker,drafter,dressmaker,drywall installer,dynamic crm developer,early childhood education consultant,early intervention official,earth driller,economic analyst,economist,edge engineer,e-discovery analyst,editor,editorial intern,education administrator,e-learning content developer,electrical engineer,electrical inspector,electrical power-line installer,electrician,electronics engineer,elementary teacher,elevator installer,elevator repairer,eligibility interviewer,eligibility worker,emergency communications specialist,emergency field logistics coordinator,emergency manager,emergency medical technician,employee benefits coordinator,employee relations specialist,energy analyst,energy policy advisor,energy program analyst,engineer in charge,engineering manager,engineering technician,engraver,entertainer,enviromental assessment coordinator,environmental compliance specialist,environmental engineer,environmental health & safety auditor,environmental health & safety incident investigator,environmental health & safety regional manager,environmental program manager,environmental project manager,environmental review unit,environmental scientist,environmental specialist,equipment training coordinator,equity & special projects coordinator,escalation line team leader,etchers,etl developer,etl lead,evaluation coordinator,evaluation lead,evaluation specialist,examiner,examining attorney,executive agency counsel,executive assistant,executive director,executive program coordinator,executive project auditor,executive project manager,explosives worker,extraction worker,facilities clerk,facilities management assistant,facility operations custodial assistant,family advocate,farm ranch and other agricultural manager,farmer,fence erector,field doctor,field captain,field inspector,field operations training coordinator,field outreach specialist,field services technician,field tech,field/desktop technician,file clerk,financial analyst,financial examiner,financial manager,financial reviewer,financial specialist,fingerprint unit specialist,fire fighter,fire inspector,fire medical officer,fiscal coordinator,fiscal manager,fish and game warden,fisher,fleet administrator,fleet assistant,fleet management assistant,flight engineer,food preparation worker,food science technician,food scientist,food server,food service manager,forensic logistics specialist,forensic pathology technician,forester,foster care program evaluator,front end developer,functional analyst,funeral director,funeral service worker,furniture coordinator,furniture finisher,gaming manager,gaming surveillance officer,gardener,general counsel,general manager,general services associate,geological engineer,geological technician,geologist,geoscientist,gis analyst,gis editor,gis specialist,glazier,grader,grant coordinator,grant manager,grant project manager,graphic artist,green infrastructure engineer,greeter,grounds maintenance worker,groundskeeping worker,group head,hairdresser,hairstylist,hazardous materials removal worker,head cook,health adviser,health diagnosing and treating practitioner,health navigator,health promoter,hearing officer,heat coordinator,heating plant technician,heavy vehicle and mobile equipment service technician,help desk representative,help desk technician,helper,high pressure plant tender,highway maintenance worker,highways and sewers inspector,hiring plan analyst,home health aide,homeowner mortgage service manager,host,hostess,hostler,housekeeping cleaner,hr payroll systems security architect,hr specialist,hro application support manager,human resources administrative assistant,human resources analyst,human resources assistant,human resources associate,human resources college aide,human resources coordinator,human resources generalist,human resources manager,human resources specialist,human resources support staff,human resources,human rights specialist,hunter,hvac mechanic,implementation coordinator,incident commander,industrial control technician,industrial engineer,industrial hygienist,industrial production manager,industrial program compliance analyst,information clerk,information representative,information security architecture & engineering manager,information security audit and compliance manager,information security identity & access manager,information security officer,information systems and quality analyst,inspector general,inspector,instructor,instrumentation specialist,insulation worker,insurance claims and policy processing clerk,insurance sales agent,insurance underwriter,intake investigator,integration support engineer,integrity control officer,interagency exercise coordinator,intergovernmental affairs intern,intergovernmental outreach coordinator,intergovernmental relations task force,intern,interpreter,interviewer,investigative auditor,investigative consultant,investigative manager,investigator trainee,investigator,investment analyst,investment officer,ios developer,ip telephony design engineer,iron worker,it - project manager,it auditor,it budget & contracts manager,it business analyst,it contract analyst,it contracts specialist,it helpdesk manager,it infrastructure project manager,it operations clerk,it relationship manager,it security analyst,it security officer,it support technician,jailer,janitor,janitorial worker,java developer,jeweler,judge,junior accountant,junior financial planning and reporting analyst,junior public health nurse,junior z/os engineer,juvenile implementation manager,juvenile justice trainer,kettle operator,kiln operator,kindergarten teacher,labor law investigator,labor relations attorney,labor relations specialist,labor standards investigator,laboratory associate,laboratory microbiologist,laboratory technician,landscape architect,lead business analyst,lead design engineer,lead designer,lead expense management analyst,lead trainer,learning management,lease analyst,leather workers,legal assistant,legal coordinator,legal support worker,legislator,letterer and sign painter,liaison,librarian,library assistant,library technician,licensed vocational nurse,licensing clerk,lifeguard,linux administrator,load officer,loan counselor,loan officer,lobby attendant,locksmith,locomotive engineer,lodging manager,logging worker,logistician,low pressure boiler inspector,machine operator,machinist,magistrate,maid,mail clerk,mail machine operator,mail superintendent,mailroom control clerk,mailroom section supervisor,maintenance facilitator,maintenance worker,management analyst,management auditor,management systems specialist,crm information systems manager,manager,mapping technician,marine electronics technician,marine engineer,marine oiler,mate,market researcher,marketing and sales manager,massage therapist,material moving worker,materials engineer,materials scientist,mathematician,measurer,mechanical cost estimator,mechanical engineer,media worker,mediation coordinator,medical and health services manager,medical assistant,medical examiner assistant,medical records and health information technician,medical scientist,medical technician,medicolegal analyst,medicolegal investigator,meeting and convention planner,mental health coordinator,messenger,metal work mechanic,meter reader,metrics and reporting engineer,middle school teacher,millwright,mining engineer,mining machine operator,mobile device management architect,molder,motor vehicle operator,museum technician,musician,natural sciences manager,naval architect,neigborhood resiliency specialist,network administrator,network engineer,network field technician,network services manager,news analyst,news and street vendor,nuclear engineer,nuclear technicians,nurse home visitor,nursing supervisor,nutrition consultant,nutritionist,occupational therapist assistant,occupational therapist,office administrator,office assistant,office clerk,office coordinator,office machine aide,office machine repairer,office manager,oil burner specialist,ombudsperson,on-line medical control physician,open data lead analyst,open market order coordinator,operations associate,operations coordinator,operations customer service liaison,operations desktop support technician,operations manager,optical network engineer,optician,optometrist,order clerk,order filler,ordered deductions analyst,ordnance handling expert,outbreak data analyst,outreach assistant,outreach intern,packager,packer,painter,paperhanger,paralegal aide,paralegal assistant supervisor,paralegal,paramedic,parking enforcement officer,parking enforcement worker,parking lot attendant,parks enforcement patrol,parts salesperson,patternmaker,payment analyst,payroll data associate,payroll liaison,payroll supervisor,payroll systems analyst,penalty processing unit cashier,peoplesoft developer,performance management specialist,performer,permit records assistant,personal and home care aide,personal care and service worker,personal financial advisor,personnel associate,personnel coordinator,pest control aide,pest control worker,petroleum engineer,petroleum technician,pharmacist,photogrammetrist,photographer,physical scientist,physical therapist assistant,physical therapist,physician assistant,physician,physicist,pile-driver operator pipefitter,pipelayer,placement staff nurse,plan examiner,plan management specialist,plasterer,plumber,plumber's helper,plumbing and fire suppression engineer,plumbing inspector,podiatrist,police administrative aide,police officer,police surgeon,policeman,policy advisor,policy analyst,policy writer,port marine engineer,portal support engineer,portfolio manager,postal office clerk,postal service clerk,postal service mail carrier,postal service mail sorter,postmaster,postsecondary teacher,power plant operator,preplacement nurse practitioner,prepress technician,preschool teacher,press officer,presser,principal administrative associate,principle design manager,private detective,probation assistant,probation officer trainee,probation officer,procedural justice coordinator,process messenger,process reform analyst intern,process server,processor,procurement analyst,procurement clerk,procurement contracting officer,procurement specialist,producer,product advisor,product manager,product owner,product promoter,product support specialist,production support,program administrator,program analyst,program and policy specialist,program assistant,program associate,program contract analyst,program coordinator for early childhood health,program executive,program management office assistant,program manager,cadd coordinator,program planner,program specialist,project coordinator,project cost estimator,project development coordinator,project director,project manager,project planner,project specialist,projects coordinator,property acquisition coordinator,property manager,prosecutor,psychologist,public health adviser,public health assistant,public health detailing specialist,public health epidemiologist,public health nurse,public policy and training coordinator,public records aide,public relations manager,public relations specialist,public warning specialist,pumping station operator,purchasing agent - buyer,purchasing agent,purchasing manager,qa analyst,qa senior auditor,quality assurance auditor,quality assurance engineer,quality assurance manager,quality assurance project manager,quality assurance specialist,quality child care manager,quality control case reviewer,quality control senior engineer,quality improvement specialist,quality management specialist,radiation emergency response specialist,radiation therapist,radio and telecommunications equipment installer,radio operators radio repair mechanic,radio room operator,railroad conductor,rail-track laying and maintenance equipment operator,rancher,real estate broker,real estate manager,rebar workers,receivables/payables analyst,receptionist,records officer,records searcher,recreation and fitness worker,recreational therapist,recruiting & onboarding coordinator,recruitment assistant,refuse and recyclable material collector,regional field administrative assistant,registered dental hygienist,registered nurse,regulatory and licensing specialist,regulatory compliance agency attorney,reinforcing iron worker,religious worker,remote learning team specialist,rental clerk,reporter,research analyst,research assistant,research scientist,resident engineer,residential advisor,resiliency coordinator,resiliency engineer,resource specialist,respiratory therapist,retail buyer,retail salesperson,retail specialist,revenue agent,revenue assistant,review unit supervisor,rezoning manager,rigger,risk management,roof bolter,roofer,roustabout,safe event coordinator,safety & equipment training specialist,safety accident investigator,safety auditor,safety engineer,sailor,sales agent,sales engineer,sales representative,samplers,sanitation engineer,scanning operator,school health nurse practitioner,school mental health consultant,school mental health training coordinator,scientist,searcher,seasonal city park worker,secondary school teacher,secretary to division chief,section chief,securities commodities and financial services sales agent,security administrator,security and fire alarm systems installer,security guard,security officer,security specialist,security system administrator,security systems engineer,senior accountant,senior advisor,senior analyst,senior application engineer,senior architect cloud infrastructure design and engineering,senior bi developer,senior budget analyst,senior business analyst,senior case support associate,senior civil service advisor,senior construction manager,senior cook,senior counsel,senior crm developer,senior data analyst,senior data scientist,senior design engineer,senior developer,senior director it,senior director,senior early childhood education consultant,senior electrical engineer,senior engineer,senior estimator,senior exchange engineer,senior field supervisor,senior financial reporting investment analyst,senior forester for restitution,senior general counsel,senior human capital partnership and performance management analyst,senior human resources specialist,senior inspector,senior intergroup relations officer,senior investigative auditor,senior investment analyst,senior it business analyst,senior it project manager,senior landscape architect,senior mainframe programmer analyst,senior mobile developer,senior network engineer,senior network specialist,senior operations associate,senior organizational development and training specialist,senior payment analyst,senior peoplesoft analyst,senior police administrative aide,senior policy advisor,senior port engineer,senior product manager,senior program manager,senior program officer,senior programmer,senior project analyst,senior project controls specialist,senior project engineer,senior project leader,senior project manager,senior project officer,senior public health inspector,senior quality oversight analyst,senior rackets investigator,senior radio system network engineer,senior research analyst,senior resiliency planner,senior safety accident investigator,senior security analyst,senior service desk agent,senior staff electrical engineer,senior stationary engineer,senior technology analyst/coordinator,senior title examiner,senior trainer,senior urban designer,senior windows administrator,septic tank servicer,sergeant,server support engineer,service asset configuration manager,service contract procurement analyst,service desk agent,service desk manager,service station attendant,sewer pipe cleaner,sewer,sewing machine operator,sharepoint developer,sheet metal worker,sheriff's patrol officer,ship engineer,ship loaders shuttle car operator,singer,small engine mechanic,social science research assistant,social scientist,social service specialist,social worker,sociologist,software developer,solar energy project manager,solutions director,sorter,space analyst,space scientists,special assistant to assistant deputy commissioner,special assistant,special consultant,special education teacher,special examiner,special projects manager,special underwriting project manager,speech-language pathologist,spending analyst,sql/oracle database administrator,sr. analyst,sr. internal auditor,staff analyst 2,staff analyst ii,staff analyst level ii,staff analyst,staff attorney,staff auditor,staff counsel,staff engineer / architect,staff photographer,standards specialist,stationary engineer,statistical analyst,statistical assistant,statistician,steamfitter,steel workers,stock clerk,stock worker level ii,stonemason,storage engineer,stormwater program coordinator,strategic account manager,strategic initiatives coordinator,strategic operations policy analyst,strategic partnership liaison,strategic planning associate,street ambassador,structural engineer,structural iron and steel worker,stucco mason,student data analyst,student legal specialist,summer college intern,summer communications assistant,summer graduate intern,summer it intern,supervising health nurse,supervising housing groundskeeper,supervising nurse,supervising physician,supervising public health advisor,supervisor,support engineer,support worker,surgeon,survey researcher,surveyor,switchboard operator,system administrator,systems access management engineer,systems administrator - computer software,systems analyst,tailor,talent acquisition specialist,taper,tax examiner,tax incentives director,tax preparer,taxi driver,teacher assistant,team coach team leader,technical investigator,technical lead,technical project manager/product owner,technical sales manager,technical solutions professional,technical writer,technician,telecommunications associate,telemarketer,telephone operator,teller,temporary assistant urban designer,temporary painter,tender,testifier/searcher,testing lead,therapist,thermostat repairer,third party services analyst,threat analyst,timekeeper,ticket taker,tile installer,timekeeping specialist,tool grinder,tort attorney,tour guide,tracking and monitoring data analyst,trainer & curriculum development specialist,trainer,training specialists,transit and railroad policeman,translator,transportation specialist,transportation storage and distribution manager,trapper,trauma-informed early care and education case supervisor,travel agent,travel guide,triage coordinator,triage nurse,triage supervisor,trial preparation assistant,truck driver,typist,umpire,unit clerk,unit manager,unix system administrator,unix/linux systems lead,upholsterer,urban and regional planner,urban technology architect,urban technology security researcher,usher,valve installer,vessel construction manager,veterinarian,virtual systems engineer,vision screening assistant,vp for project management,wage subsidy processing clerk,waiter,waitress,water resources analyst,water use inspector,waterfront facilities engineer,waterfront project manager,watershed maintainer,web application developer,webform team member,weigher,welder,wellness advocate supervisor,wellness advocate,windows administrator,wireless coordinator,woodworker,word processor,workforce management analyst,workforce planning intern,writer,x-ray technician,yardmaster,youth initiatives lead advisor", "activated": true, "enabledForAllModels": false }, { "name": "LeavingPhraselist", "mode": true, "words": "leaving,moving away from,departing from", "activated": true, "enabledForAllModels": false }, { "name": "MovetoPhraselist", "mode": true, "words": "Move to,arrive at,go to,come to,to reach,travel to", "activated": true, "enabledForAllModels": false }, { "name": "ApplyForJobPhraselist", "mode": true, "words": "apply,CV,curriculum vitae,biography,résumé,profile,linkedin,request,seek,ask,receive,obtain", "activated": true, "enabledForAllModels": false } ], "regex_features": [], "patterns": [], "settings": [] }