VATSAL1729
commited on
Commit
•
d21f9c0
1
Parent(s):
ce7e516
Add BERTopic model
Browse files- README.md +415 -0
- config.json +16 -0
- ctfidf.safetensors +3 -0
- ctfidf_config.json +2025 -0
- topic_embeddings.safetensors +3 -0
- topics.json +0 -0
README.md
ADDED
@@ -0,0 +1,415 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- bertopic
|
5 |
+
library_name: bertopic
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
---
|
8 |
+
|
9 |
+
# Merged_BERTopic_CEEW
|
10 |
+
|
11 |
+
This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
|
12 |
+
BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
|
13 |
+
|
14 |
+
## Usage
|
15 |
+
|
16 |
+
To use this model, please install BERTopic:
|
17 |
+
|
18 |
+
```
|
19 |
+
pip install -U bertopic
|
20 |
+
```
|
21 |
+
|
22 |
+
You can use the model as follows:
|
23 |
+
|
24 |
+
```python
|
25 |
+
from bertopic import BERTopic
|
26 |
+
topic_model = BERTopic.load("VATSAL1729/Merged_BERTopic_CEEW")
|
27 |
+
|
28 |
+
topic_model.get_topic_info()
|
29 |
+
```
|
30 |
+
|
31 |
+
## Topic overview
|
32 |
+
|
33 |
+
* Number of topics: 346
|
34 |
+
* Number of training documents: 92948
|
35 |
+
|
36 |
+
<details>
|
37 |
+
<summary>Click here for an overview of all topics.</summary>
|
38 |
+
|
39 |
+
| Topic ID | Topic Keywords | Topic Frequency | Label |
|
40 |
+
|----------|----------------|-----------------|-------|
|
41 |
+
| -1 | equipment - tools - check - ensure - vehicle | 42 | -1_equipment_tools_check_ensure |
|
42 |
+
| 0 | design - yarn - fabric - silver - shape | 47333 | 0_design_yarn_fabric_silver |
|
43 |
+
| 1 | solar - charging - power - discuss - battery | 3337 | 1_solar_charging_power_discuss |
|
44 |
+
| 2 | tank - transfer - start - fruits - vegetables | 643 | 2_tank_transfer_start_fruits |
|
45 |
+
| 3 | issues - legal - related - act - post | 593 | 3_issues_legal_related_act |
|
46 |
+
| 4 | dispose - designate - bag - sealed - plastic | 532 | 4_dispose_designate_bag_sealed |
|
47 |
+
| 5 | register - apprenticeship - opportunities - guideline - requirement | 513 | 5_register_apprenticeship_opportunities_guideline |
|
48 |
+
| 6 | customers - types - event - di - identify | 507 | 6_customers_types_event_di |
|
49 |
+
| 7 | attitude - awareness - positive - behavior - kills | 504 | 7_attitude_awareness_positive_behavior |
|
50 |
+
| 8 | sources - opportunity - mitigate - arranging - money | 500 | 8_sources_opportunity_mitigate_arranging |
|
51 |
+
| 9 | laws - essential - legal - rights - approach | 490 | 9_laws_essential_legal_rights |
|
52 |
+
| 10 | sobs - grooving - ready - getting - apprenticeship | 477 | 10_sobs_grooving_ready_getting |
|
53 |
+
| 11 | communicate - appropriately - - - | 468 | 11_communicate_appropriately__ |
|
54 |
+
| 12 | documentation - corrective - records - record - deviations | 467 | 12_documentation_corrective_records_record |
|
55 |
+
| 13 | team - work - user - competent - able | 459 | 13_team_work_user_competent |
|
56 |
+
| 14 | employability - constitutional - meeting - values - portal | 447 | 14_employability_constitutional_meeting_values |
|
57 |
+
| 15 | students - clients - expedition - leader - activity | 446 | 15_students_clients_expedition_leader |
|
58 |
+
| 16 | devices - operate - applications - digital - securely | 443 | 16_devices_operate_applications_digital |
|
59 |
+
| 17 | beverage - food - chef - items - guest | 431 | 17_beverage_food_chef_items |
|
60 |
+
| 18 | tourist - guest - tour - room - travel | 367 | 18_tourist_guest_tour_room |
|
61 |
+
| 19 | green - electrolysis - discuss - india - manufacturing | 351 | 19_green_electrolysis_discuss_india |
|
62 |
+
| 20 | injury - implementing - recognise - issues - programs | 324 | 20_injury_implementing_recognise_issues |
|
63 |
+
| 21 | protective - clothing - tasks - pp - personal | 306 | 21_protective_clothing_tasks_pp |
|
64 |
+
| 22 | learn - awareness - learning - critical - practice | 303 | 22_learn_awareness_learning_critical |
|
65 |
+
| 23 | unable - plug - pills - rectify - authority | 291 | 23_unable_plug_pills_rectify |
|
66 |
+
| 24 | promotion - considering - model - marketing - price | 268 | 24_promotion_considering_model_marketing |
|
67 |
+
| 25 | respecting - integrity - values - personal - trend | 262 | 25_respecting_integrity_values_personal |
|
68 |
+
| 26 | written - english - risk - language - local | 260 | 26_written_english_risk_language |
|
69 |
+
| 27 | answer - clarity - questions - selection - politely | 260 | 27_answer_clarity_questions_selection |
|
70 |
+
| 28 | create - professional - assistance - persons - disability | 260 | 28_create_professional_assistance_persons |
|
71 |
+
| 29 | write - mails - notes - short - drill | 259 | 29_write_mails_notes_short |
|
72 |
+
| 30 | respectively - portal - job - reliability - lift | 259 | 30_respectively_portal_job_reliability |
|
73 |
+
| 31 | term - long - short - career - goals | 258 | 31_term_long_short_career |
|
74 |
+
| 32 | enterprises - research - entrepreneurship - assess - opportunities | 258 | 32_enterprises_research_entrepreneurship_assess |
|
75 |
+
| 33 | sales - market - customer - leads - customers | 258 | 33_sales_market_customer_leads |
|
76 |
+
| 34 | taxes - common - income - expenses - components | 256 | 34_taxes_common_income_expenses |
|
77 |
+
| 35 | day - surroundings - hygienic - te - wearing | 256 | 35_day_surroundings_hygienic_te |
|
78 |
+
| 36 | interact - superior - space - supervisor - departments | 253 | 36_interact_superior_space_supervisor |
|
79 |
+
| 37 | address - needs - customer - appropriately - identify | 252 | 37_address_needs_customer_appropriately |
|
80 |
+
| 38 | disposal - hazardous - processes - secure - injury | 251 | 38_disposal_hazardous_processes_secure |
|
81 |
+
| 39 | assess - potential - opportunities - business - identify | 247 | 39_assess_potential_opportunities_business |
|
82 |
+
| 40 | coal - career - getting - development - english | 246 | 40_coal_career_getting_development |
|
83 |
+
| 41 | requests - respond - needs - manner - professional | 246 | 41_requests_respond_needs_manner |
|
84 |
+
| 42 | sustainable - environmental - century - st - professional | 246 | 42_sustainable_environmental_century_st |
|
85 |
+
| 43 | employment - recognize - cancer - sign - century | 245 | 43_employment_recognize_cancer_sign |
|
86 |
+
| 44 | opening - methods - online - apply - identity | 243 | 44_opening_methods_online_apply |
|
87 |
+
| 45 | recognize - responsibility - duties - cancer - sign | 239 | 45_recognize_responsibility_duties_cancer |
|
88 |
+
| 46 | recyclable - hazardous - generate - non - waste | 239 | 46_recyclable_hazardous_generate_non |
|
89 |
+
| 47 | categories - aggregate - event - di - waste | 237 | 47_categories_aggregate_event_di |
|
90 |
+
| 48 | savings - calculate - income - expenses - estimate | 234 | 48_savings_calculate_income_expenses |
|
91 |
+
| 49 | values - sustainable - duties - constitutional - rights | 231 | 49_values_sustainable_duties_constitutional |
|
92 |
+
| 50 | person - english - basic - event - di | 230 | 50_person_english_basic_event |
|
93 |
+
| 51 | lab - sample - analysis - samples - physical | 229 | 51_lab_sample_analysis_samples |
|
94 |
+
| 52 | communication - english - basic - kills - using | 229 | 52_communication_english_basic_kills |
|
95 |
+
| 53 | communicating - good - follow - - | 228 | 53_communicating_good_follow_ |
|
96 |
+
| 54 | platforms - media - entrepreneurship - social - securely | 227 | 54_platforms_media_entrepreneurship_social |
|
97 |
+
| 55 | create - basic - - - | 227 | 55_create_basic__ |
|
98 |
+
| 56 | search - jobs - suitable - apply - ectiveness | 227 | 56_search_jobs_suitable_apply |
|
99 |
+
| 57 | soap - alcohol - hands - regularly - based | 223 | 57_soap_alcohol_hands_regularly |
|
100 |
+
| 58 | terence - career - understand - di - job | 221 | 58_terence_career_understand_di |
|
101 |
+
| 59 | industries - jobs - employability - skill - various | 217 | 59_industries_jobs_employability_skill |
|
102 |
+
| 60 | collaboration - platforms - media - social - actively | 216 | 60_collaboration_platforms_media_social |
|
103 |
+
| 61 | transactions - online - securely - safely - financial | 216 | 61_transactions_online_securely_safely |
|
104 |
+
| 62 | institutions - select - services - requirement - products | 216 | 62_institutions_select_services_requirement |
|
105 |
+
| 63 | read - mails - notes - routine - understand | 215 | 63_read_mails_notes_routine |
|
106 |
+
| 64 | sanctioning - rectify - machine - required - check | 212 | 64_sanctioning_rectify_machine_required |
|
107 |
+
| 65 | dealing - hazards - safe - self - working | 212 | 65_dealing_hazards_safe_self |
|
108 |
+
| 66 | maintenance - breakdown - preventive - inform - repair | 211 | 66_maintenance_breakdown_preventive_inform |
|
109 |
+
| 67 | test - vehicle - electric - drag - faults | 210 | 67_test_vehicle_electric_drag |
|
110 |
+
| 68 | malfunctioning - vibration - noise - maintenance - resolved | 209 | 68_malfunctioning_vibration_noise_maintenance |
|
111 |
+
| 69 | errors - freedom - respective - posts - sanitisers | 206 | 69_errors_freedom_respective_posts |
|
112 |
+
| 70 | receiving - reporting - supervisor - instructions - requirements | 200 | 70_receiving_reporting_supervisor_instructions |
|
113 |
+
| 71 | vacuum - wipe - agent - brush - cloth | 192 | 71_vacuum_wipe_agent_brush |
|
114 |
+
| 72 | shift - previous - operator - oncoming - landing | 191 | 72_shift_previous_operator_oncoming |
|
115 |
+
| 73 | services - securely - safely - products - financial | 188 | 73_services_securely_safely_products |
|
116 |
+
| 74 | agencies - search - recruitment - reliable - jobs | 187 | 74_agencies_search_recruitment_reliable |
|
117 |
+
| 75 | extinguishes - recognise - incidents - names - shows | 185 | 75_extinguishes_recognise_incidents_names |
|
118 |
+
| 76 | features - entrepreneurship - basic - use - user | 183 | 76_features_entrepreneurship_basic_use |
|
119 |
+
| 77 | causes - accidents - possible - risks - hazardous | 180 | 77_causes_accidents_possible_risks |
|
120 |
+
| 78 | dough - oven - matter - mould - proof | 180 | 78_dough_oven_matter_mould |
|
121 |
+
| 79 | breaches - security - health - identity - person | 174 | 79_breaches_security_health_identity |
|
122 |
+
| 80 | isolation - quotations - bills - near - compile | 173 | 80_isolation_quotations_bills_near |
|
123 |
+
| 81 | guests - manner - language - professional - communicate | 172 | 81_guests_manner_language_professional |
|
124 |
+
| 82 | identifying - routine - potential - grades - skin | 168 | 82_identifying_routine_potential_grades |
|
125 |
+
| 83 | optimism - ways - usage - tasks - processes | 160 | 83_optimism_ways_usage_tasks |
|
126 |
+
| 84 | workstation - regularly - sanitize - procured - locations | 159 | 84_workstation_regularly_sanitize_procured |
|
127 |
+
| 85 | involved - improving - friendly - response - doubts | 155 | 85_involved_improving_friendly_response |
|
128 |
+
| 86 | advanced - sanitation - authority - issues - hygienic | 152 | 86_advanced_sanitation_authority_issues |
|
129 |
+
| 87 | oil - level - engine - signal - hydraulic | 152 | 87_oil_level_engine_signal |
|
130 |
+
| 88 | coordinating - tender - outside - include - fundamentals | 152 | 88_coordinating_tender_outside_include |
|
131 |
+
| 89 | handicrafts - carpet - sector - council - kill | 149 | 89_handicrafts_carpet_sector_council |
|
132 |
+
| 90 | date - supplier - manufacture - details - expire | 145 | 90_date_supplier_manufacture_details |
|
133 |
+
| 91 | ill - similar - situation - contact - people | 144 | 91_ill_similar_situation_contact |
|
134 |
+
| 92 | budget - revenue - actual - forecast - monthly | 140 | 92_budget_revenue_actual_forecast |
|
135 |
+
| 93 | es - wear - regularly - pp - dispose | 140 | 93_es_wear_regularly_pp |
|
136 |
+
| 94 | pills - leakage - tasks - processes - activities | 139 | 94_pills_leakage_tasks_processes |
|
137 |
+
| 95 | emergencies - accidents - based - action - instructions | 139 | 95_emergencies_accidents_based_action |
|
138 |
+
| 96 | verbal - listening - settings - etiquette - active | 135 | 96_verbal_listening_settings_etiquette |
|
139 |
+
| 97 | completed - report - work - manager - dress | 134 | 97_completed_report_work_manager |
|
140 |
+
| 98 | style - sensitivity - persons - disability - act | 133 | 98_style_sensitivity_persons_disability |
|
141 |
+
| 99 | organisation - policies - guide - motivate - procedures | 130 | 99_organisation_policies_guide_motivate |
|
142 |
+
| 100 | stress - approval - technique - superior - perform | 130 | 100_stress_approval_technique_superior |
|
143 |
+
| 101 | turned - connected - appliances - electrical - properly | 129 | 101_turned_connected_appliances_electrical |
|
144 |
+
| 102 | assistance - disability - persons - asked - help | 129 | 102_assistance_disability_persons_asked |
|
145 |
+
| 103 | shows - way - respect - colleagues - customers | 129 | 103_shows_way_respect_colleagues |
|
146 |
+
| 104 | sta - training - sessions - improve - feedback | 129 | 104_sta_training_sessions_improve |
|
147 |
+
| 105 | risks - potential - monitor - processes - workplace | 128 | 105_risks_potential_monitor_processes |
|
148 |
+
| 106 | handled - supervisors - problems - escapade - repairs | 127 | 106_handled_supervisors_problems_escapade |
|
149 |
+
| 107 | productivity - quality - achieving - variation - understanding | 126 | 107_productivity_quality_achieving_variation |
|
150 |
+
| 108 | face - telephone - written - storing - phone | 122 | 108_face_telephone_written_storing |
|
151 |
+
| 109 | housekeeping - prevent - order - export - letter | 122 | 109_housekeeping_prevent_order_export |
|
152 |
+
| 110 | protocol - period - time - members - assigned | 116 | 110_protocol_period_time_members |
|
153 |
+
| 111 | diese - instrument - apparatus - regulation - fuel | 115 | 111_diese_instrument_apparatus_regulation |
|
154 |
+
| 112 | disposing - collecting - storing - lubricant - battery | 114 | 112_disposing_collecting_storing_lubricant |
|
155 |
+
| 113 | deposit - reliable - location - identity - recyclable | 112 | 113_deposit_reliable_location_identity |
|
156 |
+
| 114 | hemp - acted - prices - strategy - weather | 111 | 114_hemp_acted_prices_strategy |
|
157 |
+
| 115 | requirements - ed - specie - work - ensure | 110 | 115_requirements_ed_specie_work |
|
158 |
+
| 116 | sobbing - trolley - corps - cop - moving | 109 | 116_sobbing_trolley_corps_cop |
|
159 |
+
| 117 | etiquette - disciplined - colleagues - superiors - interesting | 108 | 117_etiquette_disciplined_colleagues_superiors |
|
160 |
+
| 118 | adapt - gender - consideration - taking - authority | 108 | 118_adapt_gender_consideration_taking |
|
161 |
+
| 119 | guard - healthy - maintain - type - avoid | 105 | 119_guard_healthy_maintain_type |
|
162 |
+
| 120 | public - verbal - privacy - settings - communicating | 104 | 120_public_verbal_privacy_settings |
|
163 |
+
| 121 | performance - target - goals - team - incentive | 103 | 121_performance_target_goals_team |
|
164 |
+
| 122 | dispose - non - recyclable - appropriately - waste | 102 | 122_dispose_non_recyclable_appropriately |
|
165 |
+
| 123 | years - protective - gorges - mass - aid | 101 | 123_years_protective_gorges_mass |
|
166 |
+
| 124 | loans - scheme - government - schemes - small | 100 | 124_loans_scheme_government_schemes |
|
167 |
+
| 125 | section - mask - printing - glasses - workers | 100 | 125_section_mask_printing_glasses |
|
168 |
+
| 126 | organized - participate - evacuation - procedures - workplace | 100 | 126_organized_participate_evacuation_procedures |
|
169 |
+
| 127 | statutory - regulatory - regulations - implements - changes | 99 | 127_statutory_regulatory_regulations_implements |
|
170 |
+
| 128 | introduction - sanitisers - soap - method - alcohol | 97 | 128_introduction_sanitisers_soap_method |
|
171 |
+
| 129 | cylinder - bones - shapes - interpret - workplace | 97 | 129_cylinder_bones_shapes_interpret |
|
172 |
+
| 130 | adopt - healthy - maintaining - productivity - achieve | 96 | 130_adopt_healthy_maintaining_productivity |
|
173 |
+
| 131 | food - registration - forth - processing - policy | 95 | 131_food_registration_forth_processing |
|
174 |
+
| 132 | controlling - operational - risk - achieve - company | 94 | 132_controlling_operational_risk_achieve |
|
175 |
+
| 133 | disciplined - responsible - adopt - behaviour - uses | 94 | 133_disciplined_responsible_adopt_behaviour |
|
176 |
+
| 134 | decide - market - access - transportation - means | 94 | 134_decide_market_access_transportation |
|
177 |
+
| 135 | protect - guest - times - sure - information | 94 | 135_protect_guest_times_sure |
|
178 |
+
| 136 | price - market - tends - lines - best | 93 | 136_price_market_tends_lines |
|
179 |
+
| 137 | ill - similar - situation - contact - future | 92 | 137_ill_similar_situation_contact |
|
180 |
+
| 138 | deals - send - plans - account - received | 92 | 138_deals_send_plans_account |
|
181 |
+
| 139 | easily - accessible - avoiding - moisture - drawings | 92 | 139_easily_accessible_avoiding_moisture |
|
182 |
+
| 140 | authorized - personnel - supervisors - risks - potential | 92 | 140_authorized_personnel_supervisors_risks |
|
183 |
+
| 141 | aspects - clearly - department - communicate - actively | 92 | 141_aspects_clearly_department_communicate |
|
184 |
+
| 142 | submit - daily - performance - formats - prescribed | 91 | 142_submit_daily_performance_formats |
|
185 |
+
| 143 | observed - immediate - sure - organisation - company | 90 | 143_observed_immediate_sure_organisation |
|
186 |
+
| 144 | handle - transactions - waste - methods - online | 90 | 144_handle_transactions_waste_methods |
|
187 |
+
| 145 | whipped - broken - surfaces - cylinders - thermal | 89 | 145_whipped_broken_surfaces_cylinders |
|
188 |
+
| 146 | insurance - loans - bank - cards - elevated | 88 | 146_insurance_loans_bank_cards |
|
189 |
+
| 147 | extinguishes - types - life - operate - control | 88 | 147_extinguishes_types_life_operate |
|
190 |
+
| 148 | sure - accessible - sensitive - make - age | 87 | 148_sure_accessible_sensitive_make |
|
191 |
+
| 149 | environment - related - management - procedures - follow | 87 | 149_environment_related_management_procedures |
|
192 |
+
| 150 | shortage - need - regular - materials - raw | 86 | 150_shortage_need_regular_materials |
|
193 |
+
| 151 | aid - rest - kit - administer - access | 85 | 151_aid_rest_kit_administer |
|
194 |
+
| 152 | decisions - direction - accordingly - accountable - environmental | 85 | 152_decisions_direction_accordingly_accountable |
|
195 |
+
| 153 | recalling - concerned - active - person - workplace | 85 | 153_recalling_concerned_active_person |
|
196 |
+
| 154 | preference - goals - given - active - management | 84 | 154_preference_goals_given_active |
|
197 |
+
| 155 | challenges - faced - members - support - asked | 84 | 155_challenges_faced_members_support |
|
198 |
+
| 156 | residue - knowledge - farmers - aggregation - plastic | 83 | 156_residue_knowledge_farmers_aggregation |
|
199 |
+
| 157 | soil - ground - implement - practice - performance | 83 | 157_soil_ground_implement_practice |
|
200 |
+
| 158 | separately - carried - scrap - surface - accordance | 83 | 158_separately_carried_scrap_surface |
|
201 |
+
| 159 | measures - assistant - responsibilities - taking - health | 83 | 159_measures_assistant_responsibilities_taking |
|
202 |
+
| 160 | cleanliness - regularly - schedule - following - maintenance | 83 | 160_cleanliness_regularly_schedule_following |
|
203 |
+
| 161 | sanitizers - machineries - recommended - clean - agents | 83 | 161_sanitizers_machineries_recommended_clean |
|
204 |
+
| 162 | build - relationship - active - guests - personal | 83 | 162_build_relationship_active_guests |
|
205 |
+
| 163 | recycle - applicable - waste - hold - suppliers | 82 | 163_recycle_applicable_waste_hold |
|
206 |
+
| 164 | ones - responsibility - cleaning - carry - maintenance | 82 | 164_ones_responsibility_cleaning_carry |
|
207 |
+
| 165 | hand - rotation - stock - technique - place | 81 | 165_hand_rotation_stock_technique |
|
208 |
+
| 166 | loose - sites - wires - sub - tables | 80 | 166_loose_sites_wires_sub |
|
209 |
+
| 167 | recyclable - tourism - hospitality - aggregate - hazardous | 80 | 167_recyclable_tourism_hospitality_aggregate |
|
210 |
+
| 168 | dining - kitchen - table - perorganizational - cleanliness | 80 | 168_dining_kitchen_table_perorganizational |
|
211 |
+
| 169 | aspects - compile - accounts - require - business | 79 | 169_aspects_compile_accounts_require |
|
212 |
+
| 170 | wedding - saw - accessories - constables - method | 78 | 170_wedding_saw_accessories_constables |
|
213 |
+
| 171 | comply - disability - gender - people - related | 77 | 171_comply_disability_gender_people |
|
214 |
+
| 172 | replaced - sanitisers - taken - friendly - precautions | 77 | 172_replaced_sanitisers_taken_friendly |
|
215 |
+
| 173 | aid - rest - external - provide - automatic | 77 | 173_aid_rest_external_provide |
|
216 |
+
| 174 | network - automatic - devices - fro - bad | 77 | 174_network_automatic_devices_fro |
|
217 |
+
| 175 | dusting - aggregate - recalling - ensuring - appliances | 77 | 175_dusting_aggregate_recalling_ensuring |
|
218 |
+
| 176 | site - hygienic - maintain - work - frequently | 76 | 176_site_hygienic_maintain_work |
|
219 |
+
| 177 | programs - group - participate - organized - evacuation | 76 | 177_programs_group_participate_organized |
|
220 |
+
| 178 | productivity - fuel - conservation - material - machine | 76 | 178_productivity_fuel_conservation_material |
|
221 |
+
| 179 | rescue - hazard - apply - technique - bank | 76 | 179_rescue_hazard_apply_technique |
|
222 |
+
| 180 | disinfect - task - tools - machine - work | 75 | 180_disinfect_task_tools_machine |
|
223 |
+
| 181 | organise - security - current - organisation - policies | 75 | 181_organise_security_current_organisation |
|
224 |
+
| 182 | delivery - vendor - suppliers - theme - purchase | 75 | 182_delivery_vendor_suppliers_theme |
|
225 |
+
| 183 | minimize - actions - risks - self - health | 75 | 183_minimize_actions_risks_self |
|
226 |
+
| 184 | means - needed - clear - customers - colleagues | 75 | 184_means_needed_clear_customers |
|
227 |
+
| 185 | compliance - guideline - regulatory - board - group | 74 | 185_compliance_guideline_regulatory_board |
|
228 |
+
| 186 | loss - productivity - illness - risk - people | 73 | 186_loss_productivity_illness_risk |
|
229 |
+
| 187 | list - materials - goods - raw - raging | 73 | 187_list_materials_goods_raw |
|
230 |
+
| 188 | ventilator - district - direct - diagram - circuit | 73 | 188_ventilator_district_direct_diagram |
|
231 |
+
| 189 | clair - authorized - personnel - supervisors - seek | 73 | 189_clair_authorized_personnel_supervisors |
|
232 |
+
| 190 | freedom - acting - situations - exile - adapt | 72 | 190_freedom_acting_situations_exile |
|
233 |
+
| 191 | cater - age - needs - group - facilities | 72 | 191_cater_age_needs_group |
|
234 |
+
| 192 | future - reference - load - details - raw | 72 | 192_future_reference_load_details |
|
235 |
+
| 193 | politely - colleagues - members - team - encourage | 72 | 193_politely_colleagues_members_team |
|
236 |
+
| 194 | reporting - person - act - condition - concerned | 71 | 194_reporting_person_act_condition |
|
237 |
+
| 195 | multi - supporting - share - task - necessary | 70 | 195_multi_supporting_share_task |
|
238 |
+
| 196 | life - handicrafts - carpet - sector - council | 70 | 196_life_handicrafts_carpet_sector |
|
239 |
+
| 197 | causes - prevention - associated - risks - hazards | 69 | 197_causes_prevention_associated_risks |
|
240 |
+
| 198 | tourism - hospitality - stops - walk - care | 69 | 198_tourism_hospitality_stops_walk |
|
241 |
+
| 199 | recyclable - conservation - reliable - energy - location | 69 | 199_recyclable_conservation_reliable_energy |
|
242 |
+
| 200 | prevention - adhere - policies - company - compliance | 68 | 200_prevention_adhere_policies_company |
|
243 |
+
| 201 | grievances - defects - potential - hazards - production | 68 | 201_grievances_defects_potential_hazards |
|
244 |
+
| 202 | share - transmission - ways - implement - organisational | 68 | 202_share_transmission_ways_implement |
|
245 |
+
| 203 | replace - worn - replacement - damaged - chain | 68 | 203_replace_worn_replacement_damaged |
|
246 |
+
| 204 | motivate - planning - employees - industry - standards | 68 | 204_motivate_planning_employees_industry |
|
247 |
+
| 205 | walk - obstruction - periodic - assigned - free | 68 | 205_walk_obstruction_periodic_assigned |
|
248 |
+
| 206 | seek - assistance - performing - superiors - respond | 67 | 206_seek_assistance_performing_superiors |
|
249 |
+
| 207 | state - location - responsible - names - refer | 67 | 207_state_location_responsible_names |
|
250 |
+
| 208 | comply - applicable - instructions - related - health | 67 | 208_comply_applicable_instructions_related |
|
251 |
+
| 209 | relating - ones - accurately - role - document | 67 | 209_relating_ones_accurately_role |
|
252 |
+
| 210 | greet - promptly - organization - procedure - guests | 67 | 210_greet_promptly_organization_procedure |
|
253 |
+
| 211 | increase - improve - science - existing - stories | 66 | 211_increase_improve_science_existing |
|
254 |
+
| 212 | inspecting - ingredient - way - raw - food | 66 | 212_inspecting_ingredient_way_raw |
|
255 |
+
| 213 | incentive - indicator - output - target - performance | 65 | 213_incentive_indicator_output_target |
|
256 |
+
| 214 | legislation - functions - solutions - accordance - regulations | 65 | 214_legislation_functions_solutions_accordance |
|
257 |
+
| 215 | lines - range - unique - develop - high | 64 | 215_lines_range_unique_develop |
|
258 |
+
| 216 | treatment - water - discuss - destination - showcase | 63 | 216_treatment_water_discuss_destination |
|
259 |
+
| 217 | exist - spots - recall - privacy - yes | 63 | 217_exist_spots_recall_privacy |
|
260 |
+
| 218 | consumption - sustainable - practices - apply - policies | 63 | 218_consumption_sustainable_practices_apply |
|
261 |
+
| 219 | tolerable - terms - shape - interpret - read | 63 | 219_tolerable_terms_shape_interpret |
|
262 |
+
| 220 | agreed - schedules - running - maintenance - carry | 62 | 220_agreed_schedules_running_maintenance |
|
263 |
+
| 221 | going - asked - undertake - response - training | 62 | 221_going_asked_undertake_response |
|
264 |
+
| 222 | roles - responsibility - perform - crockery - established | 62 | 222_roles_responsibility_perform_crockery |
|
265 |
+
| 223 | care - way - handle - machinery - correct | 62 | 223_care_way_handle_machinery |
|
266 |
+
| 224 | new - develop - procedures - work - working | 61 | 224_new_develop_procedures_work |
|
267 |
+
| 225 | checks - intervals - preventive - regular - health | 61 | 225_checks_intervals_preventive_regular |
|
268 |
+
| 226 | clothing - recommended - wear - environment - clothes | 61 | 226_clothing_recommended_wear_environment |
|
269 |
+
| 227 | sanitizers - wash - alcohol - running - availability | 61 | 227_sanitizers_wash_alcohol_running |
|
270 |
+
| 228 | hygienic - members - gap - personal - team | 60 | 228_hygienic_members_gap_personal |
|
271 |
+
| 229 | faced - problems - process - report - frequent | 60 | 229_faced_problems_process_report |
|
272 |
+
| 230 | illness - symptoms - concerned - immediately - regarding | 60 | 230_illness_symptoms_concerned_immediately |
|
273 |
+
| 231 | crockery - established - articles - disinfectant - cleaned | 60 | 231_crockery_established_articles_disinfectant |
|
274 |
+
| 232 | safe - report - equipment - deviation - utter | 59 | 232_safe_report_equipment_deviation |
|
275 |
+
| 233 | incorporate - experience - improve - feedback - guest | 59 | 233_incorporate_experience_improve_feedback |
|
276 |
+
| 234 | chart - formulation - refer - produced - product | 59 | 234_chart_formulation_refer_produced |
|
277 |
+
| 235 | inspector - previous - faced - resolve - address | 59 | 235_inspector_previous_faced_resolve |
|
278 |
+
| 236 | failure - emergency - steps - ground - response | 58 | 236_failure_emergency_steps_ground |
|
279 |
+
| 237 | collaboration - dates - tear - expire - accordingly | 58 | 237_collaboration_dates_tear_expire |
|
280 |
+
| 238 | privacy - visiting - shoes - respect - services | 58 | 238_privacy_visiting_shoes_respect |
|
281 |
+
| 239 | allergens - cause - separately - cross - contamination | 57 | 239_allergens_cause_separately_cross |
|
282 |
+
| 240 | doctor - prompt - treatment - illness - case | 56 | 240_doctor_prompt_treatment_illness |
|
283 |
+
| 241 | impact - steps - environmental - operations - related | 56 | 241_impact_steps_environmental_operations |
|
284 |
+
| 242 | track - wished - audit - verify - documents | 56 | 242_track_wished_audit_verify |
|
285 |
+
| 243 | danger - delay - incidents - reduce - immediate | 56 | 243_danger_delay_incidents_reduce |
|
286 |
+
| 244 | minor - attend - repairs - faults - machines | 56 | 244_minor_attend_repairs_faults |
|
287 |
+
| 245 | privacy - sta - followed - members - guests | 55 | 245_privacy_sta_followed_members |
|
288 |
+
| 246 | stress - employees - support - technique - management | 55 | 246_stress_employees_support_technique |
|
289 |
+
| 247 | hazard - free - working - clean - area | 54 | 247_hazard_free_working_clean |
|
290 |
+
| 248 | apparatus - rescue - appropriately - self - required | 54 | 248_apparatus_rescue_appropriately_self |
|
291 |
+
| 249 | strong - protect - sensitive - basis - change | 54 | 249_strong_protect_sensitive_basis |
|
292 |
+
| 250 | payment - cash - advance - voice - guest | 53 | 250_payment_cash_advance_voice |
|
293 |
+
| 251 | ill - term - long - act - health | 53 | 251_ill_term_long_act |
|
294 |
+
| 252 | recommended - damage - handling - procedure - material | 53 | 252_recommended_damage_handling_procedure |
|
295 |
+
| 253 | employee - protection - information - ensure - les | 53 | 253_employee_protection_information_ensure |
|
296 |
+
| 254 | chemical - possible - environmental - industry - hazards | 53 | 254_chemical_possible_environmental_industry |
|
297 |
+
| 255 | superiors - build - respect - colleagues - support | 53 | 255_superiors_build_respect_colleagues |
|
298 |
+
| 256 | times - self - pollution - placing - consult | 52 | 256_times_self_pollution_placing |
|
299 |
+
| 257 | strategics - pricking - revenue - leak - plans | 52 | 257_strategics_pricking_revenue_leak |
|
300 |
+
| 258 | interesting - etiquette - members - maintain - team | 52 | 258_interesting_etiquette_members_maintain |
|
301 |
+
| 259 | regularly - errors - rectify - feedback - safe | 52 | 259_regularly_errors_rectify_feedback |
|
302 |
+
| 260 | adopt - behavior - gender - belts - blades | 52 | 260_adopt_behavior_gender_belts |
|
303 |
+
| 261 | refuse - signals - recalling - friendly - signs | 51 | 261_refuse_signals_recalling_friendly |
|
304 |
+
| 262 | adhere - damage - standards - material - safety | 51 | 262_adhere_damage_standards_material |
|
305 |
+
| 263 | extinguished - type - appropriate - use - stoppage | 51 | 263_extinguished_type_appropriate_use |
|
306 |
+
| 264 | layer - glasses - gorges - mass - gloves | 51 | 264_layer_glasses_gorges_mass |
|
307 |
+
| 265 | accident - workplace - ensure - - | 51 | 265_accident_workplace_ensure_ |
|
308 |
+
| 266 | minimize - damage - duties - environmental - manner | 51 | 266_minimize_damage_duties_environmental |
|
309 |
+
| 267 | visiting - wear - department - protective - personal | 51 | 267_visiting_wear_department_protective |
|
310 |
+
| 268 | duty - problems - identity - assigned - superior | 50 | 268_duty_problems_identity_assigned |
|
311 |
+
| 269 | store - cleaning - safely - badges - use | 50 | 269_store_cleaning_safely_badges |
|
312 |
+
| 270 | actions - responsibility - identify - demonstrate - | 50 | 270_actions_responsibility_identify_demonstrate |
|
313 |
+
| 271 | accountable - role - process - desired - responsibility | 50 | 271_accountable_role_process_desired |
|
314 |
+
| 272 | roof - straight - exposed - face - scale | 50 | 272_roof_straight_exposed_face |
|
315 |
+
| 273 | fundamentals - housekeeping - follow - geometric - symbols | 50 | 273_fundamentals_housekeeping_follow_geometric |
|
316 |
+
| 274 | duties - actively - perform - direct - responsibilities | 50 | 274_duties_actively_perform_direct |
|
317 |
+
| 275 | symptoms - discharge - illness - shift - report | 50 | 275_symptoms_discharge_illness_shift |
|
318 |
+
| 276 | attach - implementation - rules - pp - requirement | 50 | 276_attach_implementation_rules_pp |
|
319 |
+
| 277 | disability - people - faults - equipment - | 49 | 277_disability_people_faults_equipment |
|
320 |
+
| 278 | emergency - natural - limits - participate - situation | 49 | 278_emergency_natural_limits_participate |
|
321 |
+
| 279 | know - textile - protocol - organisational - sector | 49 | 279_know_textile_protocol_organisational |
|
322 |
+
| 280 | drainage - economics - lighting - transportation - distribution | 49 | 280_drainage_economics_lighting_transportation |
|
323 |
+
| 281 | dealing - yes - emergencies - type - follow | 49 | 281_dealing_yes_emergencies_type |
|
324 |
+
| 282 | drill - preventive - technique - hazards - safety | 49 | 282_drill_preventive_technique_hazards |
|
325 |
+
| 283 | tar - substances - glass - liquid - diese | 49 | 283_tar_substances_glass_liquid |
|
326 |
+
| 284 | needed - clear - colleagues - communication - maintain | 49 | 284_needed_clear_colleagues_communication |
|
327 |
+
| 285 | dissatisfaction - complaints - address - guest - actively | 49 | 285_dissatisfaction_complaints_address_guest |
|
328 |
+
| 286 | close - contact - illness - regarding - people | 48 | 286_close_contact_illness_regarding |
|
329 |
+
| 287 | handled - superior - problems - escapade - dispatch | 48 | 287_handled_superior_problems_escapade |
|
330 |
+
| 288 | extinguished - promote - emergencies - rescue - sanitation | 48 | 288_extinguished_promote_emergencies_rescue |
|
331 |
+
| 289 | receive - orders - reporting - feedback - supervisor | 48 | 289_receive_orders_reporting_feedback |
|
332 |
+
| 290 | workers - communicate - clearly - giving - enhance | 48 | 290_workers_communicate_clearly_giving |
|
333 |
+
| 291 | consider - superior - resolve - task - terence | 48 | 291_consider_superior_resolve_task |
|
334 |
+
| 292 | undertake - assessment - risk - personal - work | 48 | 292_undertake_assessment_risk_personal |
|
335 |
+
| 293 | dressing - pilot - points - oil - pins | 48 | 293_dressing_pilot_points_oil |
|
336 |
+
| 294 | disinfectant - solution - recommended - cleaning - clean | 47 | 294_disinfectant_solution_recommended_cleaning |
|
337 |
+
| 295 | stay - craft - updated - business - employment | 47 | 295_stay_craft_updated_business |
|
338 |
+
| 296 | tourism - hospitality - persons - disability - comply | 47 | 296_tourism_hospitality_persons_disability |
|
339 |
+
| 297 | situations - adjust - event - di - work | 47 | 297_situations_adjust_event_di |
|
340 |
+
| 298 | handle - remove - debris - safely - waste | 47 | 298_handle_remove_debris_safely |
|
341 |
+
| 299 | moving - lifting - supplies - equipment - loads | 47 | 299_moving_lifting_supplies_equipment |
|
342 |
+
| 300 | verify - sanitation - nations - authority - standard | 47 | 300_verify_sanitation_nations_authority |
|
343 |
+
| 301 | forming - traditional - marketing - platforms - media | 46 | 301_forming_traditional_marketing_platforms |
|
344 |
+
| 302 | focus - improvement - learning - self - team | 46 | 302_focus_improvement_learning_self |
|
345 |
+
| 303 | gender - behaviour - equality - workplace - maintain | 46 | 303_gender_behaviour_equality_workplace |
|
346 |
+
| 304 | tidy - self - clean - area - team | 46 | 304_tidy_self_clean_area |
|
347 |
+
| 305 | display - media - responsible - platforms - behaviour | 46 | 305_display_media_responsible_platforms |
|
348 |
+
| 306 | periodically - unable - checks - actions - corrective | 46 | 306_periodically_unable_checks_actions |
|
349 |
+
| 307 | sealed - near - working - operating - area | 46 | 307_sealed_near_working_operating |
|
350 |
+
| 308 | arranged - rays - workers - spare - mentioned | 46 | 308_arranged_rays_workers_spare |
|
351 |
+
| 309 | advance - issue - inform - problem - guests | 46 | 309_advance_issue_inform_problem |
|
352 |
+
| 310 | recall - harp - textile - uniform - gap | 46 | 310_recall_harp_textile_uniform |
|
353 |
+
| 311 | acids - handling - followed - promote - frame | 46 | 311_acids_handling_followed_promote |
|
354 |
+
| 312 | textile - economics - sector - rules - role | 45 | 312_textile_economics_sector_rules |
|
355 |
+
| 313 | angle - engineering - terence - mechanical - drawing | 45 | 313_angle_engineering_terence_mechanical |
|
356 |
+
| 314 | communication - use - winter - danger - extruded | 45 | 314_communication_use_winter_danger |
|
357 |
+
| 315 | victims - aid - rest - procedure - provide | 45 | 315_victims_aid_rest_procedure |
|
358 |
+
| 316 | es - wear - regularly - pp - dispose | 45 | 316_es_wear_regularly_pp |
|
359 |
+
| 317 | terms - communicating - policy - display - industry | 45 | 317_terms_communicating_policy_display |
|
360 |
+
| 318 | utilization - electricity - energy - processes - material | 45 | 318_utilization_electricity_energy_processes |
|
361 |
+
| 319 | occupational - gases - dust - hazards - water | 45 | 319_occupational_gases_dust_hazards |
|
362 |
+
| 320 | le - code - needed - language - st | 45 | 320_le_code_needed_language |
|
363 |
+
| 321 | having - housekeeping - designate - machines - area | 45 | 321_having_housekeeping_designate_machines |
|
364 |
+
| 322 | comply - security - regulations - guideline - related | 45 | 322_comply_security_regulations_guideline |
|
365 |
+
| 323 | wash - intervals - alcohol - washing - hands | 44 | 323_wash_intervals_alcohol_washing |
|
366 |
+
| 324 | preference - goals - given - hygienic - health | 44 | 324_preference_goals_given_hygienic |
|
367 |
+
| 325 | bearing - ligament - bearings - levelling - face | 44 | 325_bearing_ligament_bearings_levelling |
|
368 |
+
| 326 | traveling - incise - roads - post - practices | 44 | 326_traveling_incise_roads_post |
|
369 |
+
| 327 | maintained - times - sure - make - hygienic | 44 | 327_maintained_times_sure_make |
|
370 |
+
| 328 | improvements - ll - sheet - daily - risks | 44 | 328_improvements_ll_sheet_daily |
|
371 |
+
| 329 | avoid - organisational - standards - organizational - user | 43 | 329_avoid_organisational_standards_organizational |
|
372 |
+
| 330 | checklist - audit - conduct - hygienic - workplace | 43 | 330_checklist_audit_conduct_hygienic |
|
373 |
+
| 331 | turned - connected - appliances - electrical - properly | 43 | 331_turned_connected_appliances_electrical |
|
374 |
+
| 332 | radius - square - depth - controlled - maximum | 43 | 332_radius_square_depth_controlled |
|
375 |
+
| 333 | timely - essential - manner - information - ensure | 43 | 333_timely_essential_manner_information |
|
376 |
+
| 334 | bleeding - choking - burns - shock - administer | 43 | 334_bleeding_choking_burns_shock |
|
377 |
+
| 335 | refer - government - point - health - documents | 43 | 335_refer_government_point_health |
|
378 |
+
| 336 | harness - ear - shoes - gorges - mass | 43 | 336_harness_ear_shoes_gorges |
|
379 |
+
| 337 | important - shapes - dimensions - engineering - interpret | 43 | 337_important_shapes_dimensions_engineering |
|
380 |
+
| 338 | geometric - symbols - drawings - domestic - integrated | 43 | 338_geometric_symbols_drawings_domestic |
|
381 |
+
| 339 | boards - placed - shop - signs - relevant | 43 | 339_boards_placed_shop_signs |
|
382 |
+
| 340 | lifting - handling - correct - procedures - use | 42 | 340_lifting_handling_correct_procedures |
|
383 |
+
| 341 | biological - attend - chemical - hazards - hazard | 42 | 341_biological_attend_chemical_hazards |
|
384 |
+
| 342 | latest - tends - industries - research - market | 42 | 342_latest_tends_industries_research |
|
385 |
+
| 343 | electricity - optimism - ways - usage - energy | 42 | 343_electricity_optimism_ways_usage |
|
386 |
+
| 344 | alarms - signs - interpret - action - event | 42 | 344_alarms_signs_interpret_action |
|
387 |
+
|
388 |
+
</details>
|
389 |
+
|
390 |
+
## Training hyperparameters
|
391 |
+
|
392 |
+
* calculate_probabilities: False
|
393 |
+
* language: None
|
394 |
+
* low_memory: False
|
395 |
+
* min_topic_size: 10
|
396 |
+
* n_gram_range: (1, 1)
|
397 |
+
* nr_topics: None
|
398 |
+
* seed_topic_list: None
|
399 |
+
* top_n_words: 10
|
400 |
+
* verbose: True
|
401 |
+
* zeroshot_min_similarity: 0.7
|
402 |
+
* zeroshot_topic_list: None
|
403 |
+
|
404 |
+
## Framework versions
|
405 |
+
|
406 |
+
* Numpy: 1.26.4
|
407 |
+
* HDBSCAN: 0.8.37
|
408 |
+
* UMAP: 0.5.6
|
409 |
+
* Pandas: 2.2.2
|
410 |
+
* Scikit-Learn: 1.2.2
|
411 |
+
* Sentence-transformers: 3.0.1
|
412 |
+
* Transformers: 4.42.3
|
413 |
+
* Numba: 0.60.0
|
414 |
+
* Plotly: 5.18.0
|
415 |
+
* Python: 3.10.13
|
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"calculate_probabilities": false,
|
3 |
+
"language": null,
|
4 |
+
"low_memory": false,
|
5 |
+
"min_topic_size": 10,
|
6 |
+
"n_gram_range": [
|
7 |
+
1,
|
8 |
+
1
|
9 |
+
],
|
10 |
+
"nr_topics": null,
|
11 |
+
"seed_topic_list": null,
|
12 |
+
"top_n_words": 10,
|
13 |
+
"verbose": true,
|
14 |
+
"zeroshot_min_similarity": 0.7,
|
15 |
+
"zeroshot_topic_list": null
|
16 |
+
}
|
ctfidf.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccb0757f9755dbe719692cbead6e8e71527c0b4a5f955f995e74bb5dc5ef6eb8
|
3 |
+
size 311568
|
ctfidf_config.json
ADDED
@@ -0,0 +1,2025 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ctfidf_model": {
|
3 |
+
"bm25_weighting": false,
|
4 |
+
"reduce_frequent_words": false
|
5 |
+
},
|
6 |
+
"vectorizer_model": {
|
7 |
+
"params": {
|
8 |
+
"analyzer": "word",
|
9 |
+
"binary": false,
|
10 |
+
"decode_error": "strict",
|
11 |
+
"encoding": "utf-8",
|
12 |
+
"input": "content",
|
13 |
+
"lowercase": true,
|
14 |
+
"max_df": 1.0,
|
15 |
+
"max_features": null,
|
16 |
+
"min_df": 5,
|
17 |
+
"ngram_range": [
|
18 |
+
1,
|
19 |
+
1
|
20 |
+
],
|
21 |
+
"stop_words": "english",
|
22 |
+
"strip_accents": null,
|
23 |
+
"token_pattern": "(?u)\\b\\w\\w+\\b",
|
24 |
+
"vocabulary": null
|
25 |
+
},
|
26 |
+
"vocab": {
|
27 |
+
"ensure": 616,
|
28 |
+
"work": 1979,
|
29 |
+
"requirements": 1493,
|
30 |
+
"specie": 1678,
|
31 |
+
"ed": 586,
|
32 |
+
"identify": 838,
|
33 |
+
"ways": 1951,
|
34 |
+
"optimism": 1188,
|
35 |
+
"usage": 1895,
|
36 |
+
"material": 1062,
|
37 |
+
"resources": 1501,
|
38 |
+
"like": 989,
|
39 |
+
"items": 924,
|
40 |
+
"electricity": 589,
|
41 |
+
"water": 1947,
|
42 |
+
"various": 1915,
|
43 |
+
"tasks": 1789,
|
44 |
+
"activities": 31,
|
45 |
+
"processes": 1342,
|
46 |
+
"check": 277,
|
47 |
+
"pills": 1261,
|
48 |
+
"leakage": 963,
|
49 |
+
"workstation": 1985,
|
50 |
+
"potential": 1298,
|
51 |
+
"risk": 1528,
|
52 |
+
"electrical": 588,
|
53 |
+
"sockets": 1660,
|
54 |
+
"power": 1301,
|
55 |
+
"sources": 1671,
|
56 |
+
"electronic": 592,
|
57 |
+
"appliances": 96,
|
58 |
+
"properly": 1367,
|
59 |
+
"sanctioning": 1558,
|
60 |
+
"turned": 1876,
|
61 |
+
"use": 1896,
|
62 |
+
"recyclable": 1439,
|
63 |
+
"non": 1149,
|
64 |
+
"waste": 1944,
|
65 |
+
"generate": 747,
|
66 |
+
"aggregate": 64,
|
67 |
+
"respective": 1504,
|
68 |
+
"categories": 250,
|
69 |
+
"communicate": 331,
|
70 |
+
"timely": 1832,
|
71 |
+
"clearly": 300,
|
72 |
+
"colleagues": 318,
|
73 |
+
"customers": 449,
|
74 |
+
"proper": 1366,
|
75 |
+
"body": 194,
|
76 |
+
"language": 950,
|
77 |
+
"coordinate": 413,
|
78 |
+
"department": 489,
|
79 |
+
"dance": 461,
|
80 |
+
"insurance": 900,
|
81 |
+
"accounts": 15,
|
82 |
+
"accessories": 6,
|
83 |
+
"smooth": 1653,
|
84 |
+
"working": 1981,
|
85 |
+
"verbal": 1921,
|
86 |
+
"written": 1990,
|
87 |
+
"organisation": 1194,
|
88 |
+
"policies": 1284,
|
89 |
+
"procedures": 1340,
|
90 |
+
"adhere": 43,
|
91 |
+
"professional": 1354,
|
92 |
+
"etiquette": 637,
|
93 |
+
"active": 29,
|
94 |
+
"shop": 1627,
|
95 |
+
"ordering": 1191,
|
96 |
+
"customer": 448,
|
97 |
+
"complaint": 340,
|
98 |
+
"promptly": 1364,
|
99 |
+
"forward": 716,
|
100 |
+
"concerned": 359,
|
101 |
+
"present": 1317,
|
102 |
+
"dealing": 470,
|
103 |
+
"interesting": 905,
|
104 |
+
"resolve": 1498,
|
105 |
+
"queried": 1394,
|
106 |
+
"issues": 922,
|
107 |
+
"help": 813,
|
108 |
+
"sales": 1554,
|
109 |
+
"team": 1793,
|
110 |
+
"scope": 1575,
|
111 |
+
"provide": 1377,
|
112 |
+
"relevant": 1466,
|
113 |
+
"complete": 342,
|
114 |
+
"accurate": 17,
|
115 |
+
"date": 465,
|
116 |
+
"information": 874,
|
117 |
+
"price": 1325,
|
118 |
+
"list": 995,
|
119 |
+
"new": 1146,
|
120 |
+
"schemes": 1573,
|
121 |
+
"vehicle": 1917,
|
122 |
+
"advice": 57,
|
123 |
+
"interact": 904,
|
124 |
+
"superior": 1753,
|
125 |
+
"competent": 338,
|
126 |
+
"user": 1898,
|
127 |
+
"individual": 869,
|
128 |
+
"job": 926,
|
129 |
+
"able": 1,
|
130 |
+
"suggestions": 1748,
|
131 |
+
"improve": 853,
|
132 |
+
"feedback": 693,
|
133 |
+
"delivery": 482,
|
134 |
+
"challenges": 265,
|
135 |
+
"report": 1483,
|
136 |
+
"escapade": 631,
|
137 |
+
"managers": 1043,
|
138 |
+
"analyse": 84,
|
139 |
+
"manager": 1042,
|
140 |
+
"appropriate": 105,
|
141 |
+
"action": 27,
|
142 |
+
"update": 1893,
|
143 |
+
"regarding": 1451,
|
144 |
+
"overall": 1210,
|
145 |
+
"process": 1341,
|
146 |
+
"target": 1787,
|
147 |
+
"daily": 457,
|
148 |
+
"brief": 209,
|
149 |
+
"handle": 791,
|
150 |
+
"leads": 961,
|
151 |
+
"walk": 1935,
|
152 |
+
"marketing": 1056,
|
153 |
+
"standard": 1694,
|
154 |
+
"operating": 1179,
|
155 |
+
"procedure": 1339,
|
156 |
+
"dem": 483,
|
157 |
+
"successful": 1744,
|
158 |
+
"closure": 306,
|
159 |
+
"follow": 701,
|
160 |
+
"deliver": 479,
|
161 |
+
"explain": 658,
|
162 |
+
"details": 502,
|
163 |
+
"features": 691,
|
164 |
+
"advantages": 56,
|
165 |
+
"far": 682,
|
166 |
+
"vehicles": 1918,
|
167 |
+
"demonstration": 487,
|
168 |
+
"physical": 1254,
|
169 |
+
"operation": 1180,
|
170 |
+
"latest": 954,
|
171 |
+
"drive": 567,
|
172 |
+
"respond": 1506,
|
173 |
+
"related": 1461,
|
174 |
+
"exchange": 646,
|
175 |
+
"analysis": 85,
|
176 |
+
"product": 1350,
|
177 |
+
"performance": 1234,
|
178 |
+
"application": 98,
|
179 |
+
"current": 447,
|
180 |
+
"available": 150,
|
181 |
+
"record": 1433,
|
182 |
+
"track": 1844,
|
183 |
+
"delivered": 480,
|
184 |
+
"management": 1041,
|
185 |
+
"force": 705,
|
186 |
+
"repeat": 1477,
|
187 |
+
"business": 220,
|
188 |
+
"request": 1488,
|
189 |
+
"service": 1610,
|
190 |
+
"complaints": 341,
|
191 |
+
"greet": 771,
|
192 |
+
"takes": 1780,
|
193 |
+
"entire": 621,
|
194 |
+
"established": 634,
|
195 |
+
"steps": 1710,
|
196 |
+
"kills": 935,
|
197 |
+
"development": 508,
|
198 |
+
"council": 426,
|
199 |
+
"communication": 334,
|
200 |
+
"listening": 996,
|
201 |
+
"technique": 1798,
|
202 |
+
"settings": 1616,
|
203 |
+
"manage": 1040,
|
204 |
+
"diverse": 542,
|
205 |
+
"range": 1404,
|
206 |
+
"including": 862,
|
207 |
+
"preparation": 1311,
|
208 |
+
"presentation": 1318,
|
209 |
+
"successfully": 1745,
|
210 |
+
"availability": 149,
|
211 |
+
"test": 1811,
|
212 |
+
"schedule": 1568,
|
213 |
+
"life": 982,
|
214 |
+
"basic": 166,
|
215 |
+
"english": 613,
|
216 |
+
"operate": 1178,
|
217 |
+
"digital": 517,
|
218 |
+
"devices": 512,
|
219 |
+
"carry": 245,
|
220 |
+
"operations": 1182,
|
221 |
+
"securely": 1589,
|
222 |
+
"safely": 1550,
|
223 |
+
"support": 1762,
|
224 |
+
"lying": 1020,
|
225 |
+
"documentation": 545,
|
226 |
+
"required": 1491,
|
227 |
+
"purchase": 1387,
|
228 |
+
"registration": 1453,
|
229 |
+
"health": 806,
|
230 |
+
"safety": 1551,
|
231 |
+
"security": 1590,
|
232 |
+
"area": 109,
|
233 |
+
"kept": 932,
|
234 |
+
"clean": 294,
|
235 |
+
"tidy": 1825,
|
236 |
+
"works": 1983,
|
237 |
+
"assigned": 131,
|
238 |
+
"agreed": 66,
|
239 |
+
"quality": 1391,
|
240 |
+
"standards": 1695,
|
241 |
+
"corrective": 421,
|
242 |
+
"taken": 1779,
|
243 |
+
"implement": 847,
|
244 |
+
"guide": 783,
|
245 |
+
"time": 1830,
|
246 |
+
"cost": 424,
|
247 |
+
"actively": 30,
|
248 |
+
"train": 1847,
|
249 |
+
"skill": 1647,
|
250 |
+
"level": 977,
|
251 |
+
"develop": 506,
|
252 |
+
"understand": 1881,
|
253 |
+
"completion": 346,
|
254 |
+
"validity": 1906,
|
255 |
+
"problem": 1337,
|
256 |
+
"accurately": 18,
|
257 |
+
"di": 513,
|
258 |
+
"event": 641,
|
259 |
+
"possible": 1295,
|
260 |
+
"solutions": 1667,
|
261 |
+
"energy": 609,
|
262 |
+
"conservation": 379,
|
263 |
+
"practices": 1306,
|
264 |
+
"source": 1670,
|
265 |
+
"supervise": 1755,
|
266 |
+
"routine": 1544,
|
267 |
+
"cleaning": 296,
|
268 |
+
"tools": 1838,
|
269 |
+
"machine": 1021,
|
270 |
+
"equipment": 627,
|
271 |
+
"periodically": 1241,
|
272 |
+
"checks": 281,
|
273 |
+
"machines": 1024,
|
274 |
+
"maintained": 1030,
|
275 |
+
"recalling": 1422,
|
276 |
+
"hazardous": 802,
|
277 |
+
"disposal": 534,
|
278 |
+
"healthy": 807,
|
279 |
+
"hygienic": 835,
|
280 |
+
"workplace": 1982,
|
281 |
+
"ordinated": 1193,
|
282 |
+
"members": 1081,
|
283 |
+
"integrate": 901,
|
284 |
+
"commitment": 329,
|
285 |
+
"let": 975,
|
286 |
+
"know": 941,
|
287 |
+
"good": 762,
|
288 |
+
"reasons": 1420,
|
289 |
+
"achieve": 19,
|
290 |
+
"goals": 760,
|
291 |
+
"given": 752,
|
292 |
+
"preference": 1309,
|
293 |
+
"respect": 1502,
|
294 |
+
"personal": 1245,
|
295 |
+
"space": 1672,
|
296 |
+
"superiors": 1754,
|
297 |
+
"progress": 1357,
|
298 |
+
"allocate": 77,
|
299 |
+
"completed": 343,
|
300 |
+
"receive": 1423,
|
301 |
+
"encourage": 604,
|
302 |
+
"rectify": 1438,
|
303 |
+
"errors": 629,
|
304 |
+
"minimize": 1095,
|
305 |
+
"future": 736,
|
306 |
+
"gender": 745,
|
307 |
+
"ability": 0,
|
308 |
+
"adjust": 47,
|
309 |
+
"style": 1740,
|
310 |
+
"act": 24,
|
311 |
+
"sensitivity": 1605,
|
312 |
+
"person": 1244,
|
313 |
+
"disability": 525,
|
314 |
+
"lead": 959,
|
315 |
+
"generation": 748,
|
316 |
+
"collar": 317,
|
317 |
+
"cold": 315,
|
318 |
+
"telephone": 1801,
|
319 |
+
"database": 464,
|
320 |
+
"establish": 633,
|
321 |
+
"direct": 520,
|
322 |
+
"contact": 394,
|
323 |
+
"withthe": 1978,
|
324 |
+
"incorporate": 864,
|
325 |
+
"methods": 1090,
|
326 |
+
"following": 703,
|
327 |
+
"handling": 793,
|
328 |
+
"bank": 163,
|
329 |
+
"er": 628,
|
330 |
+
"plan": 1268,
|
331 |
+
"workshop": 1984,
|
332 |
+
"inform": 873,
|
333 |
+
"existing": 652,
|
334 |
+
"promote": 1360,
|
335 |
+
"value": 1907,
|
336 |
+
"services": 1611,
|
337 |
+
"program": 1355,
|
338 |
+
"assistance": 133,
|
339 |
+
"annual": 91,
|
340 |
+
"maintenance": 1032,
|
341 |
+
"age": 59,
|
342 |
+
"share": 1620,
|
343 |
+
"data": 463,
|
344 |
+
"tends": 1804,
|
345 |
+
"senior": 1602,
|
346 |
+
"demand": 484,
|
347 |
+
"assist": 132,
|
348 |
+
"connect": 375,
|
349 |
+
"bulk": 217,
|
350 |
+
"orders": 1192,
|
351 |
+
"maintain": 1029,
|
352 |
+
"relationship": 1463,
|
353 |
+
"having": 800,
|
354 |
+
"large": 951,
|
355 |
+
"running": 1547,
|
356 |
+
"met": 1086,
|
357 |
+
"creating": 437,
|
358 |
+
"ages": 63,
|
359 |
+
"responses": 1508,
|
360 |
+
"analyzing": 87,
|
361 |
+
"facilities": 676,
|
362 |
+
"road": 1530,
|
363 |
+
"map": 1052,
|
364 |
+
"building": 216,
|
365 |
+
"term": 1809,
|
366 |
+
"quotations": 1397,
|
367 |
+
"special": 1676,
|
368 |
+
"requests": 1489,
|
369 |
+
"colour": 324,
|
370 |
+
"red": 1441,
|
371 |
+
"financial": 698,
|
372 |
+
"option": 1189,
|
373 |
+
"operators": 1184,
|
374 |
+
"terms": 1810,
|
375 |
+
"closing": 305,
|
376 |
+
"market": 1055,
|
377 |
+
"employment": 602,
|
378 |
+
"liable": 980,
|
379 |
+
"address": 40,
|
380 |
+
"priority": 1334,
|
381 |
+
"correct": 420,
|
382 |
+
"charging": 275,
|
383 |
+
"promotion": 1361,
|
384 |
+
"software": 1662,
|
385 |
+
"social": 1659,
|
386 |
+
"media": 1075,
|
387 |
+
"companies": 335,
|
388 |
+
"terence": 1808,
|
389 |
+
"using": 1900,
|
390 |
+
"internal": 907,
|
391 |
+
"engine": 610,
|
392 |
+
"ice": 836,
|
393 |
+
"government": 765,
|
394 |
+
"coal": 310,
|
395 |
+
"handled": 792,
|
396 |
+
"appropriately": 106,
|
397 |
+
"factors": 678,
|
398 |
+
"electric": 587,
|
399 |
+
"shock": 1625,
|
400 |
+
"risks": 1529,
|
401 |
+
"parameter": 1216,
|
402 |
+
"approach": 104,
|
403 |
+
"installation": 890,
|
404 |
+
"followed": 702,
|
405 |
+
"installed": 891,
|
406 |
+
"site": 1641,
|
407 |
+
"location": 1004,
|
408 |
+
"strategy": 1729,
|
409 |
+
"partners": 1222,
|
410 |
+
"home": 823,
|
411 |
+
"gather": 742,
|
412 |
+
"pro": 1336,
|
413 |
+
"les": 974,
|
414 |
+
"assess": 128,
|
415 |
+
"construction": 389,
|
416 |
+
"projects": 1359,
|
417 |
+
"institutions": 893,
|
418 |
+
"hotels": 827,
|
419 |
+
"charge": 273,
|
420 |
+
"station": 1703,
|
421 |
+
"doctor": 543,
|
422 |
+
"communicated": 332,
|
423 |
+
"face": 673,
|
424 |
+
"adherence": 45,
|
425 |
+
"performed": 1235,
|
426 |
+
"organisational": 1195,
|
427 |
+
"guideline": 784,
|
428 |
+
"monitor": 1115,
|
429 |
+
"set": 1614,
|
430 |
+
"reporting": 1485,
|
431 |
+
"necessary": 1139,
|
432 |
+
"applicable": 97,
|
433 |
+
"perform": 1233,
|
434 |
+
"appraisal": 102,
|
435 |
+
"collect": 319,
|
436 |
+
"organizational": 1198,
|
437 |
+
"managing": 1044,
|
438 |
+
"audit": 141,
|
439 |
+
"ce": 255,
|
440 |
+
"carried": 243,
|
441 |
+
"forms": 712,
|
442 |
+
"reference": 1445,
|
443 |
+
"regular": 1454,
|
444 |
+
"training": 1848,
|
445 |
+
"planned": 1269,
|
446 |
+
"conducted": 366,
|
447 |
+
"recorded": 1434,
|
448 |
+
"maintaining": 1031,
|
449 |
+
"stock": 1714,
|
450 |
+
"high": 815,
|
451 |
+
"assign": 130,
|
452 |
+
"collected": 320,
|
453 |
+
"providing": 1379,
|
454 |
+
"guidance": 782,
|
455 |
+
"deviation": 509,
|
456 |
+
"delay": 478,
|
457 |
+
"observed": 1161,
|
458 |
+
"head": 804,
|
459 |
+
"achieving": 21,
|
460 |
+
"form": 707,
|
461 |
+
"tears": 1795,
|
462 |
+
"lines": 992,
|
463 |
+
"conduct": 365,
|
464 |
+
"assessment": 129,
|
465 |
+
"nations": 1133,
|
466 |
+
"received": 1424,
|
467 |
+
"reports": 1486,
|
468 |
+
"strategic": 1727,
|
469 |
+
"regularly": 1455,
|
470 |
+
"prepare": 1312,
|
471 |
+
"monthly": 1117,
|
472 |
+
"accordingly": 11,
|
473 |
+
"common": 330,
|
474 |
+
"prescribed": 1315,
|
475 |
+
"format": 708,
|
476 |
+
"key": 933,
|
477 |
+
"motivate": 1118,
|
478 |
+
"needed": 1142,
|
479 |
+
"strength": 1730,
|
480 |
+
"problems": 1338,
|
481 |
+
"function": 732,
|
482 |
+
"best": 180,
|
483 |
+
"solution": 1666,
|
484 |
+
"strategics": 1728,
|
485 |
+
"local": 1003,
|
486 |
+
"events": 642,
|
487 |
+
"clear": 298,
|
488 |
+
"incentive": 858,
|
489 |
+
"distribution": 540,
|
490 |
+
"higher": 816,
|
491 |
+
"levels": 979,
|
492 |
+
"recognize": 1429,
|
493 |
+
"sign": 1633,
|
494 |
+
"cancer": 228,
|
495 |
+
"constitutional": 387,
|
496 |
+
"values": 1908,
|
497 |
+
"rights": 1524,
|
498 |
+
"duties": 577,
|
499 |
+
"responsibility": 1510,
|
500 |
+
"adopt": 52,
|
501 |
+
"continuous": 400,
|
502 |
+
"learning": 965,
|
503 |
+
"read": 1413,
|
504 |
+
"notes": 1152,
|
505 |
+
"instructions": 897,
|
506 |
+
"mails": 1027,
|
507 |
+
"career": 240,
|
508 |
+
"based": 165,
|
509 |
+
"knowledge": 942,
|
510 |
+
"communicating": 333,
|
511 |
+
"public": 1381,
|
512 |
+
"writing": 1989,
|
513 |
+
"select": 1594,
|
514 |
+
"reliable": 1468,
|
515 |
+
"products": 1353,
|
516 |
+
"account": 12,
|
517 |
+
"credit": 439,
|
518 |
+
"cards": 238,
|
519 |
+
"loans": 1002,
|
520 |
+
"online": 1174,
|
521 |
+
"transactions": 1849,
|
522 |
+
"network": 1145,
|
523 |
+
"collaboration": 316,
|
524 |
+
"entrepreneurship": 622,
|
525 |
+
"search": 1583,
|
526 |
+
"suitable": 1750,
|
527 |
+
"jobs": 927,
|
528 |
+
"recruitment": 1437,
|
529 |
+
"agencies": 60,
|
530 |
+
"enquire": 615,
|
531 |
+
"plans": 1271,
|
532 |
+
"used": 1897,
|
533 |
+
"seek": 1591,
|
534 |
+
"permission": 1242,
|
535 |
+
"reason": 1418,
|
536 |
+
"need": 1141,
|
537 |
+
"unique": 1887,
|
538 |
+
"pre": 1307,
|
539 |
+
"post": 1296,
|
540 |
+
"supervisor": 1756,
|
541 |
+
"manner": 1045,
|
542 |
+
"arrange": 111,
|
543 |
+
"pick": 1255,
|
544 |
+
"highlight": 817,
|
545 |
+
"create": 436,
|
546 |
+
"cut": 450,
|
547 |
+
"yes": 1993,
|
548 |
+
"detailed": 501,
|
549 |
+
"documents": 546,
|
550 |
+
"actual": 34,
|
551 |
+
"meet": 1078,
|
552 |
+
"case": 247,
|
553 |
+
"tenure": 1807,
|
554 |
+
"quick": 1396,
|
555 |
+
"access": 4,
|
556 |
+
"end": 605,
|
557 |
+
"approval": 107,
|
558 |
+
"oe": 1168,
|
559 |
+
"relating": 1462,
|
560 |
+
"content": 399,
|
561 |
+
"pricking": 1327,
|
562 |
+
"payment": 1229,
|
563 |
+
"cycle": 454,
|
564 |
+
"maximum": 1065,
|
565 |
+
"ask": 121,
|
566 |
+
"considering": 383,
|
567 |
+
"make": 1034,
|
568 |
+
"bring": 210,
|
569 |
+
"seating": 1585,
|
570 |
+
"model": 1105,
|
571 |
+
"hand": 788,
|
572 |
+
"transfer": 1850,
|
573 |
+
"administrative": 51,
|
574 |
+
"sta": 1689,
|
575 |
+
"checklist": 280,
|
576 |
+
"organization": 1197,
|
577 |
+
"participate": 1218,
|
578 |
+
"change": 268,
|
579 |
+
"ll": 997,
|
580 |
+
"provided": 1378,
|
581 |
+
"number": 1155,
|
582 |
+
"satisfaction": 1564,
|
583 |
+
"coordinating": 414,
|
584 |
+
"introduce": 911,
|
585 |
+
"notify": 1154,
|
586 |
+
"coordination": 415,
|
587 |
+
"document": 544,
|
588 |
+
"build": 215,
|
589 |
+
"strong": 1733,
|
590 |
+
"framework": 720,
|
591 |
+
"improvements": 855,
|
592 |
+
"needs": 1143,
|
593 |
+
"preparing": 1314,
|
594 |
+
"task": 1788,
|
595 |
+
"execution": 648,
|
596 |
+
"variety": 1914,
|
597 |
+
"applications": 99,
|
598 |
+
"draw": 558,
|
599 |
+
"facilitate": 675,
|
600 |
+
"making": 1035,
|
601 |
+
"attend": 139,
|
602 |
+
"records": 1436,
|
603 |
+
"schedules": 1569,
|
604 |
+
"technical": 1796,
|
605 |
+
"review": 1518,
|
606 |
+
"hanover": 795,
|
607 |
+
"measures": 1071,
|
608 |
+
"human": 832,
|
609 |
+
"clients": 302,
|
610 |
+
"mentioning": 1085,
|
611 |
+
"iso": 919,
|
612 |
+
"practice": 1305,
|
613 |
+
"st": 1688,
|
614 |
+
"century": 261,
|
615 |
+
"self": 1598,
|
616 |
+
"awareness": 154,
|
617 |
+
"behaviour": 176,
|
618 |
+
"critical": 441,
|
619 |
+
"creative": 438,
|
620 |
+
"learn": 964,
|
621 |
+
"extract": 665,
|
622 |
+
"warranty": 1939,
|
623 |
+
"replacement": 1481,
|
624 |
+
"requirement": 1492,
|
625 |
+
"history": 819,
|
626 |
+
"previous": 1324,
|
627 |
+
"visit": 1928,
|
628 |
+
"prior": 1332,
|
629 |
+
"schelling": 1570,
|
630 |
+
"mrs": 1126,
|
631 |
+
"essential": 632,
|
632 |
+
"drop": 571,
|
633 |
+
"capture": 234,
|
634 |
+
"mentioned": 1084,
|
635 |
+
"board": 192,
|
636 |
+
"ensuring": 617,
|
637 |
+
"repairs": 1476,
|
638 |
+
"recommended": 1432,
|
639 |
+
"note": 1151,
|
640 |
+
"platforms": 1278,
|
641 |
+
"card": 237,
|
642 |
+
"external": 662,
|
643 |
+
"immediately": 845,
|
644 |
+
"according": 10,
|
645 |
+
"issue": 921,
|
646 |
+
"open": 1175,
|
647 |
+
"concern": 358,
|
648 |
+
"day": 467,
|
649 |
+
"meeting": 1079,
|
650 |
+
"revenue": 1517,
|
651 |
+
"allied": 76,
|
652 |
+
"gaps": 739,
|
653 |
+
"areas": 110,
|
654 |
+
"logistics": 1007,
|
655 |
+
"procurement": 1346,
|
656 |
+
"budget": 214,
|
657 |
+
"early": 581,
|
658 |
+
"programs": 1356,
|
659 |
+
"adhering": 46,
|
660 |
+
"sale": 1553,
|
661 |
+
"correctly": 422,
|
662 |
+
"ectiveness": 585,
|
663 |
+
"brand": 204,
|
664 |
+
"periodic": 1239,
|
665 |
+
"sessions": 1613,
|
666 |
+
"organized": 1201,
|
667 |
+
"company": 336,
|
668 |
+
"costs": 425,
|
669 |
+
"processing": 1343,
|
670 |
+
"vendor": 1919,
|
671 |
+
"design": 495,
|
672 |
+
"structure": 1735,
|
673 |
+
"results": 1515,
|
674 |
+
"aspects": 123,
|
675 |
+
"repeated": 1478,
|
676 |
+
"functions": 733,
|
677 |
+
"identity": 840,
|
678 |
+
"breaches": 205,
|
679 |
+
"stress": 1731,
|
680 |
+
"responsible": 1511,
|
681 |
+
"platform": 1277,
|
682 |
+
"repair": 1475,
|
683 |
+
"collecting": 321,
|
684 |
+
"old": 1171,
|
685 |
+
"measuring": 1072,
|
686 |
+
"instruments": 899,
|
687 |
+
"parts": 1223,
|
688 |
+
"gauge": 743,
|
689 |
+
"stores": 1723,
|
690 |
+
"supplies": 1760,
|
691 |
+
"malfunctioning": 1037,
|
692 |
+
"malfunctions": 1038,
|
693 |
+
"auto": 145,
|
694 |
+
"component": 349,
|
695 |
+
"visual": 1930,
|
696 |
+
"inspection": 887,
|
697 |
+
"impact": 846,
|
698 |
+
"bend": 179,
|
699 |
+
"leak": 962,
|
700 |
+
"wear": 1953,
|
701 |
+
"tear": 1794,
|
702 |
+
"carefully": 241,
|
703 |
+
"damage": 458,
|
704 |
+
"comply": 348,
|
705 |
+
"manual": 1047,
|
706 |
+
"serving": 1612,
|
707 |
+
"performing": 1236,
|
708 |
+
"inspect": 884,
|
709 |
+
"lubricant": 1018,
|
710 |
+
"replenished": 1482,
|
711 |
+
"lids": 981,
|
712 |
+
"cooling": 412,
|
713 |
+
"minor": 1097,
|
714 |
+
"wheels": 1966,
|
715 |
+
"brake": 203,
|
716 |
+
"wheel": 1965,
|
717 |
+
"sneering": 1655,
|
718 |
+
"pollution": 1287,
|
719 |
+
"control": 402,
|
720 |
+
"reading": 1414,
|
721 |
+
"certain": 262,
|
722 |
+
"came": 226,
|
723 |
+
"enter": 618,
|
724 |
+
"drag": 555,
|
725 |
+
"ing": 876,
|
726 |
+
"faults": 687,
|
727 |
+
"sub": 1741,
|
728 |
+
"low": 1016,
|
729 |
+
"precautions": 1308,
|
730 |
+
"avoid": 151,
|
731 |
+
"components": 350,
|
732 |
+
"inspecting": 886,
|
733 |
+
"manufacturer": 1049,
|
734 |
+
"celebration": 256,
|
735 |
+
"adjustments": 49,
|
736 |
+
"mechanical": 1073,
|
737 |
+
"machining": 1025,
|
738 |
+
"outside": 1208,
|
739 |
+
"ring": 1525,
|
740 |
+
"systems": 1775,
|
741 |
+
"line": 991,
|
742 |
+
"cases": 248,
|
743 |
+
"spare": 1674,
|
744 |
+
"grade": 766,
|
745 |
+
"belts": 178,
|
746 |
+
"blades": 187,
|
747 |
+
"lining": 993,
|
748 |
+
"condition": 362,
|
749 |
+
"assembly": 127,
|
750 |
+
"releasing": 1465,
|
751 |
+
"return": 1516,
|
752 |
+
"specialist": 1677,
|
753 |
+
"obtain": 1163,
|
754 |
+
"air": 69,
|
755 |
+
"conditioning": 363,
|
756 |
+
"place": 1264,
|
757 |
+
"nature": 1135,
|
758 |
+
"placed": 1265,
|
759 |
+
"safe": 1549,
|
760 |
+
"pp": 1303,
|
761 |
+
"tests": 1813,
|
762 |
+
"root": 1539,
|
763 |
+
"cause": 252,
|
764 |
+
"fault": 686,
|
765 |
+
"troubleshooting": 1869,
|
766 |
+
"tool": 1837,
|
767 |
+
"substances": 1743,
|
768 |
+
"environment": 624,
|
769 |
+
"supplier": 1758,
|
770 |
+
"defective": 476,
|
771 |
+
"failures": 680,
|
772 |
+
"questions": 1395,
|
773 |
+
"interpret": 909,
|
774 |
+
"measurement": 1070,
|
775 |
+
"compare": 337,
|
776 |
+
"regulatory": 1458,
|
777 |
+
"nail": 1129,
|
778 |
+
"checked": 278,
|
779 |
+
"publication": 1382,
|
780 |
+
"loose": 1013,
|
781 |
+
"pins": 1263,
|
782 |
+
"wiring": 1974,
|
783 |
+
"harness": 797,
|
784 |
+
"connections": 378,
|
785 |
+
"connection": 377,
|
786 |
+
"driving": 570,
|
787 |
+
"asked": 122,
|
788 |
+
"sheet": 1621,
|
789 |
+
"reported": 1484,
|
790 |
+
"defects": 477,
|
791 |
+
"rust": 1548,
|
792 |
+
"did": 515,
|
793 |
+
"determine": 505,
|
794 |
+
"symptoms": 1774,
|
795 |
+
"video": 1926,
|
796 |
+
"recording": 1435,
|
797 |
+
"environmental": 625,
|
798 |
+
"units": 1889,
|
799 |
+
"observations": 1159,
|
800 |
+
"suggest": 1747,
|
801 |
+
"require": 1490,
|
802 |
+
"evaluate": 639,
|
803 |
+
"faulty": 688,
|
804 |
+
"nd": 1136,
|
805 |
+
"failure": 679,
|
806 |
+
"verify": 1922,
|
807 |
+
"forth": 715,
|
808 |
+
"remove": 1472,
|
809 |
+
"removal": 1471,
|
810 |
+
"cleanliness": 297,
|
811 |
+
"transmission": 1853,
|
812 |
+
"breaking": 208,
|
813 |
+
"removed": 1473,
|
814 |
+
"detect": 503,
|
815 |
+
"missing": 1099,
|
816 |
+
"label": 944,
|
817 |
+
"purpose": 1389,
|
818 |
+
"order": 1190,
|
819 |
+
"marked": 1054,
|
820 |
+
"direction": 522,
|
821 |
+
"damages": 460,
|
822 |
+
"result": 1514,
|
823 |
+
"evidence": 643,
|
824 |
+
"panel": 1214,
|
825 |
+
"broken": 212,
|
826 |
+
"crushed": 444,
|
827 |
+
"estimate": 635,
|
828 |
+
"replace": 1479,
|
829 |
+
"cutting": 453,
|
830 |
+
"wedding": 1956,
|
831 |
+
"structural": 1734,
|
832 |
+
"constables": 386,
|
833 |
+
"wearing": 1954,
|
834 |
+
"method": 1088,
|
835 |
+
"glass": 754,
|
836 |
+
"seat": 1584,
|
837 |
+
"mechanism": 1074,
|
838 |
+
"refuse": 1449,
|
839 |
+
"manufacturers": 1050,
|
840 |
+
"additional": 38,
|
841 |
+
"original": 1203,
|
842 |
+
"dimensions": 518,
|
843 |
+
"apply": 100,
|
844 |
+
"anti": 93,
|
845 |
+
"corrosive": 423,
|
846 |
+
"coating": 312,
|
847 |
+
"ligament": 985,
|
848 |
+
"thing": 1822,
|
849 |
+
"sealing": 1582,
|
850 |
+
"replaced": 1480,
|
851 |
+
"weather": 1955,
|
852 |
+
"activity": 32,
|
853 |
+
"dispose": 535,
|
854 |
+
"materials": 1063,
|
855 |
+
"boxes": 202,
|
856 |
+
"tube": 1873,
|
857 |
+
"scrap": 1576,
|
858 |
+
"malfunction": 1036,
|
859 |
+
"steel": 1708,
|
860 |
+
"frame": 719,
|
861 |
+
"damaged": 459,
|
862 |
+
"carrot": 244,
|
863 |
+
"surface": 1765,
|
864 |
+
"installing": 892,
|
865 |
+
"dress": 561,
|
866 |
+
"standing": 1696,
|
867 |
+
"grinding": 774,
|
868 |
+
"prevention": 1322,
|
869 |
+
"treatment": 1861,
|
870 |
+
"sealed": 1581,
|
871 |
+
"gun": 785,
|
872 |
+
"suction": 1746,
|
873 |
+
"es": 630,
|
874 |
+
"prepared": 1313,
|
875 |
+
"assistant": 134,
|
876 |
+
"type": 1878,
|
877 |
+
"cloth": 307,
|
878 |
+
"wipe": 1971,
|
879 |
+
"manufacture": 1048,
|
880 |
+
"dry": 572,
|
881 |
+
"stages": 1692,
|
882 |
+
"recommend": 1430,
|
883 |
+
"defect": 475,
|
884 |
+
"stage": 1691,
|
885 |
+
"applying": 101,
|
886 |
+
"wish": 1976,
|
887 |
+
"abrasion": 2,
|
888 |
+
"paper": 1215,
|
889 |
+
"protective": 1373,
|
890 |
+
"cover": 429,
|
891 |
+
"gear": 744,
|
892 |
+
"feel": 696,
|
893 |
+
"removing": 1474,
|
894 |
+
"metal": 1087,
|
895 |
+
"tape": 1785,
|
896 |
+
"prevent": 1321,
|
897 |
+
"respectively": 1505,
|
898 |
+
"mix": 1101,
|
899 |
+
"ratio": 1407,
|
900 |
+
"free": 721,
|
901 |
+
"contamination": 398,
|
902 |
+
"spray": 1686,
|
903 |
+
"sand": 1559,
|
904 |
+
"persons": 1247,
|
905 |
+
"input": 882,
|
906 |
+
"output": 1207,
|
907 |
+
"computer": 354,
|
908 |
+
"mode": 1104,
|
909 |
+
"cylinder": 455,
|
910 |
+
"turn": 1875,
|
911 |
+
"fuel": 730,
|
912 |
+
"pump": 1385,
|
913 |
+
"batteries": 170,
|
914 |
+
"causing": 254,
|
915 |
+
"went": 1962,
|
916 |
+
"hammer": 787,
|
917 |
+
"washed": 1941,
|
918 |
+
"grooving": 776,
|
919 |
+
"getting": 751,
|
920 |
+
"ready": 1415,
|
921 |
+
"apprenticeship": 103,
|
922 |
+
"sobs": 1658,
|
923 |
+
"indicator": 868,
|
924 |
+
"formation": 709,
|
925 |
+
"basis": 167,
|
926 |
+
"allocation": 78,
|
927 |
+
"load": 998,
|
928 |
+
"technicians": 1797,
|
929 |
+
"industry": 872,
|
930 |
+
"faced": 674,
|
931 |
+
"regulations": 1457,
|
932 |
+
"supply": 1761,
|
933 |
+
"spares": 1675,
|
934 |
+
"laid": 948,
|
935 |
+
"days": 468,
|
936 |
+
"designate": 496,
|
937 |
+
"reduce": 1442,
|
938 |
+
"inspector": 888,
|
939 |
+
"recognition": 1428,
|
940 |
+
"minimum": 1096,
|
941 |
+
"people": 1231,
|
942 |
+
"install": 889,
|
943 |
+
"things": 1823,
|
944 |
+
"tent": 1806,
|
945 |
+
"plug": 1279,
|
946 |
+
"covers": 432,
|
947 |
+
"joint": 928,
|
948 |
+
"pressure": 1320,
|
949 |
+
"soap": 1656,
|
950 |
+
"unit": 1888,
|
951 |
+
"quantity": 1393,
|
952 |
+
"oil": 1170,
|
953 |
+
"tied": 1827,
|
954 |
+
"testing": 1812,
|
955 |
+
"device": 511,
|
956 |
+
"theater": 1816,
|
957 |
+
"circuit": 288,
|
958 |
+
"assemble": 125,
|
959 |
+
"laws": 955,
|
960 |
+
"legal": 971,
|
961 |
+
"segments": 1592,
|
962 |
+
"washing": 1942,
|
963 |
+
"agent": 61,
|
964 |
+
"vacuum": 1905,
|
965 |
+
"composition": 352,
|
966 |
+
"rise": 1527,
|
967 |
+
"transport": 1854,
|
968 |
+
"left": 970,
|
969 |
+
"inside": 883,
|
970 |
+
"deposit": 492,
|
971 |
+
"surfaces": 1766,
|
972 |
+
"wash": 1940,
|
973 |
+
"debris": 472,
|
974 |
+
"container": 395,
|
975 |
+
"policy": 1285,
|
976 |
+
"depending": 491,
|
977 |
+
"plugs": 1280,
|
978 |
+
"position": 1292,
|
979 |
+
"placing": 1267,
|
980 |
+
"shoes": 1626,
|
981 |
+
"cable": 224,
|
982 |
+
"started": 1698,
|
983 |
+
"disposing": 536,
|
984 |
+
"lighting": 987,
|
985 |
+
"mounting": 1122,
|
986 |
+
"general": 746,
|
987 |
+
"state": 1700,
|
988 |
+
"mark": 1053,
|
989 |
+
"taking": 1781,
|
990 |
+
"battery": 171,
|
991 |
+
"advance": 54,
|
992 |
+
"sheets": 1622,
|
993 |
+
"ration": 1408,
|
994 |
+
"consultation": 391,
|
995 |
+
"status": 1704,
|
996 |
+
"close": 304,
|
997 |
+
"voice": 1931,
|
998 |
+
"experience": 656,
|
999 |
+
"pass": 1225,
|
1000 |
+
"aspen": 124,
|
1001 |
+
"slaveholders": 1649,
|
1002 |
+
"criterion": 440,
|
1003 |
+
"verifying": 1923,
|
1004 |
+
"usually": 1901,
|
1005 |
+
"car": 235,
|
1006 |
+
"science": 1574,
|
1007 |
+
"ned": 1140,
|
1008 |
+
"formats": 710,
|
1009 |
+
"implementation": 848,
|
1010 |
+
"employability": 599,
|
1011 |
+
"portal": 1290,
|
1012 |
+
"supervisors": 1757,
|
1013 |
+
"manufacturing": 1051,
|
1014 |
+
"batch": 168,
|
1015 |
+
"code": 313,
|
1016 |
+
"payments": 1230,
|
1017 |
+
"submit": 1742,
|
1018 |
+
"rejected": 1459,
|
1019 |
+
"investigate": 915,
|
1020 |
+
"discuss": 529,
|
1021 |
+
"le": 958,
|
1022 |
+
"aggregation": 65,
|
1023 |
+
"types": 1879,
|
1024 |
+
"box": 201,
|
1025 |
+
"smaller": 1651,
|
1026 |
+
"store": 1721,
|
1027 |
+
"numbers": 1156,
|
1028 |
+
"economics": 584,
|
1029 |
+
"storage": 1720,
|
1030 |
+
"facility": 677,
|
1031 |
+
"instruction": 896,
|
1032 |
+
"recall": 1421,
|
1033 |
+
"centre": 260,
|
1034 |
+
"dispatch": 532,
|
1035 |
+
"proof": 1365,
|
1036 |
+
"raging": 1399,
|
1037 |
+
"loading": 1000,
|
1038 |
+
"transportation": 1855,
|
1039 |
+
"rejection": 1460,
|
1040 |
+
"voltage": 1933,
|
1041 |
+
"isolation": 920,
|
1042 |
+
"motor": 1119,
|
1043 |
+
"possessing": 1294,
|
1044 |
+
"choose": 287,
|
1045 |
+
"kit": 938,
|
1046 |
+
"perorganizational": 1243,
|
1047 |
+
"trial": 1864,
|
1048 |
+
"modes": 1108,
|
1049 |
+
"obtaining": 1165,
|
1050 |
+
"micro": 1091,
|
1051 |
+
"hazard": 801,
|
1052 |
+
"accident": 7,
|
1053 |
+
"drill": 564,
|
1054 |
+
"perched": 1232,
|
1055 |
+
"add": 36,
|
1056 |
+
"heavy": 811,
|
1057 |
+
"commercial": 327,
|
1058 |
+
"multi": 1127,
|
1059 |
+
"changing": 271,
|
1060 |
+
"tension": 1805,
|
1061 |
+
"true": 1871,
|
1062 |
+
"heads": 805,
|
1063 |
+
"dressing": 562,
|
1064 |
+
"chain": 263,
|
1065 |
+
"assembling": 126,
|
1066 |
+
"height": 812,
|
1067 |
+
"checking": 279,
|
1068 |
+
"mixing": 1103,
|
1069 |
+
"steam": 1707,
|
1070 |
+
"carpet": 242,
|
1071 |
+
"cleaned": 295,
|
1072 |
+
"covered": 430,
|
1073 |
+
"grid": 772,
|
1074 |
+
"particular": 1220,
|
1075 |
+
"contaminants": 397,
|
1076 |
+
"residue": 1497,
|
1077 |
+
"bar": 164,
|
1078 |
+
"protect": 1371,
|
1079 |
+
"accordance": 9,
|
1080 |
+
"light": 986,
|
1081 |
+
"occupational": 1166,
|
1082 |
+
"clothing": 309,
|
1083 |
+
"recommendations": 1431,
|
1084 |
+
"way": 1950,
|
1085 |
+
"suppliers": 1759,
|
1086 |
+
"count": 427,
|
1087 |
+
"refer": 1444,
|
1088 |
+
"gap": 737,
|
1089 |
+
"carbon": 236,
|
1090 |
+
"rear": 1417,
|
1091 |
+
"hazards": 803,
|
1092 |
+
"mass": 1058,
|
1093 |
+
"attach": 137,
|
1094 |
+
"goods": 763,
|
1095 |
+
"doors": 552,
|
1096 |
+
"bag": 159,
|
1097 |
+
"hydraulic": 834,
|
1098 |
+
"push": 1390,
|
1099 |
+
"rheumatic": 1521,
|
1100 |
+
"include": 861,
|
1101 |
+
"execute": 647,
|
1102 |
+
"pull": 1383,
|
1103 |
+
"unloading": 1891,
|
1104 |
+
"tall": 1782,
|
1105 |
+
"notice": 1153,
|
1106 |
+
"inventor": 913,
|
1107 |
+
"intervals": 910,
|
1108 |
+
"cult": 445,
|
1109 |
+
"reach": 1411,
|
1110 |
+
"room": 1538,
|
1111 |
+
"moving": 1125,
|
1112 |
+
"plastic": 1274,
|
1113 |
+
"stored": 1722,
|
1114 |
+
"spot": 1684,
|
1115 |
+
"instructed": 895,
|
1116 |
+
"immediate": 844,
|
1117 |
+
"organizations": 1199,
|
1118 |
+
"limits": 990,
|
1119 |
+
"role": 1532,
|
1120 |
+
"meets": 1080,
|
1121 |
+
"initiative": 879,
|
1122 |
+
"emergency": 598,
|
1123 |
+
"situations": 1644,
|
1124 |
+
"illness": 842,
|
1125 |
+
"accidents": 8,
|
1126 |
+
"natural": 1134,
|
1127 |
+
"authority": 143,
|
1128 |
+
"opportunities": 1185,
|
1129 |
+
"improving": 856,
|
1130 |
+
"timelines": 1831,
|
1131 |
+
"major": 1033,
|
1132 |
+
"worn": 1986,
|
1133 |
+
"modify": 1109,
|
1134 |
+
"treat": 1860,
|
1135 |
+
"acted": 25,
|
1136 |
+
"multiple": 1128,
|
1137 |
+
"small": 1650,
|
1138 |
+
"procured": 1345,
|
1139 |
+
"conditions": 364,
|
1140 |
+
"changed": 269,
|
1141 |
+
"understanding": 1882,
|
1142 |
+
"setting": 1615,
|
1143 |
+
"adjusting": 48,
|
1144 |
+
"layout": 957,
|
1145 |
+
"secure": 1588,
|
1146 |
+
"straight": 1726,
|
1147 |
+
"square": 1687,
|
1148 |
+
"gas": 740,
|
1149 |
+
"observe": 1160,
|
1150 |
+
"tolerable": 1835,
|
1151 |
+
"conformance": 371,
|
1152 |
+
"spots": 1685,
|
1153 |
+
"piece": 1258,
|
1154 |
+
"portable": 1289,
|
1155 |
+
"heat": 808,
|
1156 |
+
"valves": 1909,
|
1157 |
+
"desired": 497,
|
1158 |
+
"samples": 1557,
|
1159 |
+
"operator": 1183,
|
1160 |
+
"pieces": 1259,
|
1161 |
+
"apparatus": 94,
|
1162 |
+
"electrode": 590,
|
1163 |
+
"auxiliaries": 148,
|
1164 |
+
"mentally": 1083,
|
1165 |
+
"chains": 264,
|
1166 |
+
"unload": 1890,
|
1167 |
+
"right": 1523,
|
1168 |
+
"trolley": 1868,
|
1169 |
+
"storing": 1725,
|
1170 |
+
"remarked": 1469,
|
1171 |
+
"shapes": 1619,
|
1172 |
+
"drawing": 559,
|
1173 |
+
"symbols": 1773,
|
1174 |
+
"sequence": 1609,
|
1175 |
+
"selection": 1597,
|
1176 |
+
"changes": 270,
|
1177 |
+
"engineering": 612,
|
1178 |
+
"distance": 538,
|
1179 |
+
"measure": 1068,
|
1180 |
+
"shape": 1618,
|
1181 |
+
"conducting": 367,
|
1182 |
+
"preventive": 1323,
|
1183 |
+
"size": 1645,
|
1184 |
+
"geometric": 749,
|
1185 |
+
"drawings": 560,
|
1186 |
+
"peri": 1237,
|
1187 |
+
"bones": 197,
|
1188 |
+
"easily": 582,
|
1189 |
+
"accessible": 5,
|
1190 |
+
"avoiding": 152,
|
1191 |
+
"moisture": 1112,
|
1192 |
+
"chemicals": 285,
|
1193 |
+
"selected": 1595,
|
1194 |
+
"organise": 1196,
|
1195 |
+
"analyze": 86,
|
1196 |
+
"consumption": 393,
|
1197 |
+
"friendly": 726,
|
1198 |
+
"manpower": 1046,
|
1199 |
+
"production": 1351,
|
1200 |
+
"shift": 1624,
|
1201 |
+
"leaves": 967,
|
1202 |
+
"authorities": 142,
|
1203 |
+
"send": 1601,
|
1204 |
+
"movement": 1123,
|
1205 |
+
"start": 1697,
|
1206 |
+
"optical": 1187,
|
1207 |
+
"resource": 1500,
|
1208 |
+
"utilization": 1903,
|
1209 |
+
"man": 1039,
|
1210 |
+
"planning": 1270,
|
1211 |
+
"actions": 28,
|
1212 |
+
"wastage": 1943,
|
1213 |
+
"discharge": 527,
|
1214 |
+
"engineer": 611,
|
1215 |
+
"improvement": 854,
|
1216 |
+
"compliance": 347,
|
1217 |
+
"breakdown": 207,
|
1218 |
+
"sensibility": 1603,
|
1219 |
+
"grievances": 773,
|
1220 |
+
"employees": 601,
|
1221 |
+
"employee": 600,
|
1222 |
+
"master": 1059,
|
1223 |
+
"rest": 1512,
|
1224 |
+
"run": 1546,
|
1225 |
+
"chart": 276,
|
1226 |
+
"saw": 1566,
|
1227 |
+
"loss": 1014,
|
1228 |
+
"stops": 1719,
|
1229 |
+
"random": 1403,
|
1230 |
+
"smiling": 1652,
|
1231 |
+
"wished": 1977,
|
1232 |
+
"aware": 153,
|
1233 |
+
"sanitation": 1560,
|
1234 |
+
"reproduction": 1487,
|
1235 |
+
"theory": 1819,
|
1236 |
+
"wastes": 1945,
|
1237 |
+
"accuracy": 16,
|
1238 |
+
"write": 1988,
|
1239 |
+
"departments": 490,
|
1240 |
+
"achieved": 20,
|
1241 |
+
"authorized": 144,
|
1242 |
+
"group": 778,
|
1243 |
+
"characteristics": 272,
|
1244 |
+
"arrangements": 114,
|
1245 |
+
"constraint": 388,
|
1246 |
+
"adequate": 42,
|
1247 |
+
"technology": 1800,
|
1248 |
+
"moment": 1113,
|
1249 |
+
"initiate": 878,
|
1250 |
+
"objectives": 1158,
|
1251 |
+
"principles": 1329,
|
1252 |
+
"positive": 1293,
|
1253 |
+
"inappropriate": 857,
|
1254 |
+
"outcome": 1204,
|
1255 |
+
"updated": 1894,
|
1256 |
+
"focus": 699,
|
1257 |
+
"evaluation": 640,
|
1258 |
+
"monitoring": 1116,
|
1259 |
+
"rules": 1545,
|
1260 |
+
"acting": 26,
|
1261 |
+
"demonstrate": 486,
|
1262 |
+
"step": 1709,
|
1263 |
+
"clarify": 291,
|
1264 |
+
"raw": 1409,
|
1265 |
+
"don": 550,
|
1266 |
+
"producing": 1349,
|
1267 |
+
"angle": 89,
|
1268 |
+
"holding": 821,
|
1269 |
+
"wire": 1972,
|
1270 |
+
"feed": 692,
|
1271 |
+
"travel": 1856,
|
1272 |
+
"speed": 1679,
|
1273 |
+
"doubts": 553,
|
1274 |
+
"participants": 1217,
|
1275 |
+
"places": 1266,
|
1276 |
+
"regard": 1450,
|
1277 |
+
"eye": 669,
|
1278 |
+
"extraction": 666,
|
1279 |
+
"cent": 259,
|
1280 |
+
"controls": 405,
|
1281 |
+
"consideration": 381,
|
1282 |
+
"properties": 1368,
|
1283 |
+
"gases": 741,
|
1284 |
+
"international": 908,
|
1285 |
+
"single": 1640,
|
1286 |
+
"plate": 1275,
|
1287 |
+
"stop": 1717,
|
1288 |
+
"produce": 1347,
|
1289 |
+
"advanced": 55,
|
1290 |
+
"tie": 1826,
|
1291 |
+
"uniform": 1885,
|
1292 |
+
"fundamentals": 734,
|
1293 |
+
"starting": 1699,
|
1294 |
+
"heated": 809,
|
1295 |
+
"hot": 825,
|
1296 |
+
"pouring": 1299,
|
1297 |
+
"temperature": 1802,
|
1298 |
+
"excess": 645,
|
1299 |
+
"texture": 1815,
|
1300 |
+
"color": 323,
|
1301 |
+
"holes": 822,
|
1302 |
+
"folds": 700,
|
1303 |
+
"allow": 80,
|
1304 |
+
"cool": 411,
|
1305 |
+
"instruct": 894,
|
1306 |
+
"mixed": 1102,
|
1307 |
+
"turning": 1877,
|
1308 |
+
"additions": 39,
|
1309 |
+
"quantities": 1392,
|
1310 |
+
"feeding": 694,
|
1311 |
+
"core": 418,
|
1312 |
+
"tank": 1783,
|
1313 |
+
"till": 1829,
|
1314 |
+
"coated": 311,
|
1315 |
+
"zone": 1995,
|
1316 |
+
"dust": 575,
|
1317 |
+
"particles": 1219,
|
1318 |
+
"unwanted": 1892,
|
1319 |
+
"mould": 1120,
|
1320 |
+
"solid": 1665,
|
1321 |
+
"blast": 188,
|
1322 |
+
"articles": 118,
|
1323 |
+
"sides": 1632,
|
1324 |
+
"sure": 1764,
|
1325 |
+
"oncoming": 1172,
|
1326 |
+
"mask": 1057,
|
1327 |
+
"going": 761,
|
1328 |
+
"hold": 820,
|
1329 |
+
"guard": 779,
|
1330 |
+
"andros": 88,
|
1331 |
+
"expire": 657,
|
1332 |
+
"lift": 983,
|
1333 |
+
"moist": 1111,
|
1334 |
+
"nation": 1131,
|
1335 |
+
"al": 70,
|
1336 |
+
"thickness": 1821,
|
1337 |
+
"match": 1060,
|
1338 |
+
"points": 1283,
|
1339 |
+
"bath": 169,
|
1340 |
+
"drain": 556,
|
1341 |
+
"later": 953,
|
1342 |
+
"item": 923,
|
1343 |
+
"magnetic": 1026,
|
1344 |
+
"separated": 1606,
|
1345 |
+
"heating": 810,
|
1346 |
+
"nodules": 1147,
|
1347 |
+
"conductivity": 368,
|
1348 |
+
"milk": 1093,
|
1349 |
+
"point": 1282,
|
1350 |
+
"caps": 233,
|
1351 |
+
"stone": 1715,
|
1352 |
+
"wet": 1964,
|
1353 |
+
"humidity": 833,
|
1354 |
+
"oven": 1209,
|
1355 |
+
"break": 206,
|
1356 |
+
"drying": 573,
|
1357 |
+
"adapt": 35,
|
1358 |
+
"climate": 303,
|
1359 |
+
"means": 1067,
|
1360 |
+
"primary": 1328,
|
1361 |
+
"protection": 1372,
|
1362 |
+
"acts": 33,
|
1363 |
+
"ground": 777,
|
1364 |
+
"outlet": 1205,
|
1365 |
+
"fan": 681,
|
1366 |
+
"soft": 1661,
|
1367 |
+
"codes": 314,
|
1368 |
+
"situation": 1643,
|
1369 |
+
"matches": 1061,
|
1370 |
+
"deals": 471,
|
1371 |
+
"transfers": 1851,
|
1372 |
+
"locations": 1005,
|
1373 |
+
"cuts": 452,
|
1374 |
+
"covering": 431,
|
1375 |
+
"door": 551,
|
1376 |
+
"press": 1319,
|
1377 |
+
"bin": 184,
|
1378 |
+
"forming": 711,
|
1379 |
+
"operational": 1181,
|
1380 |
+
"switch": 1771,
|
1381 |
+
"letter": 976,
|
1382 |
+
"selecting": 1596,
|
1383 |
+
"burns": 219,
|
1384 |
+
"king": 937,
|
1385 |
+
"hands": 794,
|
1386 |
+
"depth": 493,
|
1387 |
+
"orientation": 1202,
|
1388 |
+
"controlled": 403,
|
1389 |
+
"years": 1992,
|
1390 |
+
"rate": 1406,
|
1391 |
+
"drilling": 565,
|
1392 |
+
"length": 973,
|
1393 |
+
"brush": 213,
|
1394 |
+
"personnel": 1246,
|
1395 |
+
"gorges": 764,
|
1396 |
+
"gloves": 759,
|
1397 |
+
"automatic": 147,
|
1398 |
+
"completing": 345,
|
1399 |
+
"reaching": 1412,
|
1400 |
+
"increase": 865,
|
1401 |
+
"stick": 1711,
|
1402 |
+
"calculate": 225,
|
1403 |
+
"mounted": 1121,
|
1404 |
+
"study": 1739,
|
1405 |
+
"posts": 1297,
|
1406 |
+
"ly": 1019,
|
1407 |
+
"shows": 1631,
|
1408 |
+
"extinguishes": 664,
|
1409 |
+
"signal": 1634,
|
1410 |
+
"opportunity": 1186,
|
1411 |
+
"sustainable": 1770,
|
1412 |
+
"medium": 1077,
|
1413 |
+
"phone": 1253,
|
1414 |
+
"opening": 1177,
|
1415 |
+
"statements": 1701,
|
1416 |
+
"research": 1495,
|
1417 |
+
"semi": 1599,
|
1418 |
+
"methodology": 1089,
|
1419 |
+
"roof": 1537,
|
1420 |
+
"duration": 574,
|
1421 |
+
"rail": 1400,
|
1422 |
+
"bearings": 173,
|
1423 |
+
"similar": 1638,
|
1424 |
+
"diese": 516,
|
1425 |
+
"led": 969,
|
1426 |
+
"volume": 1934,
|
1427 |
+
"laboring": 947,
|
1428 |
+
"print": 1330,
|
1429 |
+
"chamber": 266,
|
1430 |
+
"log": 1006,
|
1431 |
+
"nuts": 1157,
|
1432 |
+
"bearing": 172,
|
1433 |
+
"stoppage": 1718,
|
1434 |
+
"display": 533,
|
1435 |
+
"wires": 1973,
|
1436 |
+
"connected": 376,
|
1437 |
+
"clearance": 299,
|
1438 |
+
"injury": 880,
|
1439 |
+
"noise": 1148,
|
1440 |
+
"near": 1138,
|
1441 |
+
"pillage": 1260,
|
1442 |
+
"medical": 1076,
|
1443 |
+
"sorting": 1669,
|
1444 |
+
"ones": 1173,
|
1445 |
+
"sort": 1668,
|
1446 |
+
"rays": 1410,
|
1447 |
+
"workers": 1980,
|
1448 |
+
"easy": 583,
|
1449 |
+
"levelling": 978,
|
1450 |
+
"glasses": 755,
|
1451 |
+
"machinery": 1023,
|
1452 |
+
"adopted": 53,
|
1453 |
+
"bolts": 196,
|
1454 |
+
"does": 547,
|
1455 |
+
"resolved": 1499,
|
1456 |
+
"sticks": 1713,
|
1457 |
+
"labels": 945,
|
1458 |
+
"sizes": 1646,
|
1459 |
+
"lifting": 984,
|
1460 |
+
"tubes": 1874,
|
1461 |
+
"tray": 1859,
|
1462 |
+
"peter": 1250,
|
1463 |
+
"detection": 504,
|
1464 |
+
"addressed": 41,
|
1465 |
+
"diagram": 514,
|
1466 |
+
"keeping": 931,
|
1467 |
+
"mind": 1094,
|
1468 |
+
"module": 1110,
|
1469 |
+
"winding": 1968,
|
1470 |
+
"tables": 1777,
|
1471 |
+
"spaces": 1673,
|
1472 |
+
"powder": 1300,
|
1473 |
+
"choking": 286,
|
1474 |
+
"overseer": 1211,
|
1475 |
+
"furniture": 735,
|
1476 |
+
"sticking": 1712,
|
1477 |
+
"considerations": 382,
|
1478 |
+
"incise": 860,
|
1479 |
+
"plant": 1272,
|
1480 |
+
"boards": 193,
|
1481 |
+
"thoroughly": 1824,
|
1482 |
+
"pertaining": 1248,
|
1483 |
+
"book": 198,
|
1484 |
+
"models": 1107,
|
1485 |
+
"blocks": 191,
|
1486 |
+
"liquid": 994,
|
1487 |
+
"long": 1009,
|
1488 |
+
"hard": 796,
|
1489 |
+
"real": 1416,
|
1490 |
+
"fabrication": 672,
|
1491 |
+
"seizing": 1593,
|
1492 |
+
"trials": 1865,
|
1493 |
+
"deviations": 510,
|
1494 |
+
"copper": 417,
|
1495 |
+
"sample": 1556,
|
1496 |
+
"completely": 344,
|
1497 |
+
"emergencies": 597,
|
1498 |
+
"en": 603,
|
1499 |
+
"lab": 943,
|
1500 |
+
"grain": 768,
|
1501 |
+
"coming": 326,
|
1502 |
+
"tender": 1803,
|
1503 |
+
"extrusion": 668,
|
1504 |
+
"agents": 62,
|
1505 |
+
"examine": 644,
|
1506 |
+
"thermal": 1820,
|
1507 |
+
"passing": 1226,
|
1508 |
+
"compression": 353,
|
1509 |
+
"bad": 157,
|
1510 |
+
"main": 1028,
|
1511 |
+
"fully": 731,
|
1512 |
+
"references": 1446,
|
1513 |
+
"expectations": 653,
|
1514 |
+
"proposed": 1370,
|
1515 |
+
"class": 293,
|
1516 |
+
"developing": 507,
|
1517 |
+
"india": 866,
|
1518 |
+
"idea": 837,
|
1519 |
+
"technologies": 1799,
|
1520 |
+
"simple": 1639,
|
1521 |
+
"cross": 443,
|
1522 |
+
"ne": 1137,
|
1523 |
+
"identifying": 839,
|
1524 |
+
"descriptions": 494,
|
1525 |
+
"importance": 851,
|
1526 |
+
"trend": 1863,
|
1527 |
+
"sector": 1587,
|
1528 |
+
"export": 659,
|
1529 |
+
"decide": 473,
|
1530 |
+
"view": 1927,
|
1531 |
+
"alternative": 82,
|
1532 |
+
"global": 758,
|
1533 |
+
"domestic": 549,
|
1534 |
+
"prototype": 1376,
|
1535 |
+
"dynamic": 579,
|
1536 |
+
"watering": 1948,
|
1537 |
+
"exhaust": 649,
|
1538 |
+
"containing": 396,
|
1539 |
+
"phase": 1252,
|
1540 |
+
"presence": 1316,
|
1541 |
+
"collection": 322,
|
1542 |
+
"obstruction": 1162,
|
1543 |
+
"arrangement": 113,
|
1544 |
+
"driver": 568,
|
1545 |
+
"care": 239,
|
1546 |
+
"equality": 626,
|
1547 |
+
"inspected": 885,
|
1548 |
+
"raise": 1401,
|
1549 |
+
"referring": 1447,
|
1550 |
+
"electronically": 593,
|
1551 |
+
"instrument": 898,
|
1552 |
+
"productivity": 1352,
|
1553 |
+
"variation": 1912,
|
1554 |
+
"studies": 1738,
|
1555 |
+
"discard": 526,
|
1556 |
+
"implements": 850,
|
1557 |
+
"involved": 916,
|
1558 |
+
"leader": 960,
|
1559 |
+
"endings": 607,
|
1560 |
+
"obtained": 1164,
|
1561 |
+
"tra": 1843,
|
1562 |
+
"adhered": 44,
|
1563 |
+
"timing": 1834,
|
1564 |
+
"mitigate": 1100,
|
1565 |
+
"matter": 1064,
|
1566 |
+
"house": 830,
|
1567 |
+
"party": 1224,
|
1568 |
+
"outline": 1206,
|
1569 |
+
"reviewing": 1519,
|
1570 |
+
"release": 1464,
|
1571 |
+
"printing": 1331,
|
1572 |
+
"modeling": 1106,
|
1573 |
+
"button": 222,
|
1574 |
+
"structures": 1736,
|
1575 |
+
"produced": 1348,
|
1576 |
+
"conforming": 372,
|
1577 |
+
"signs": 1636,
|
1578 |
+
"supporting": 1763,
|
1579 |
+
"elements": 594,
|
1580 |
+
"radius": 1398,
|
1581 |
+
"tar": 1786,
|
1582 |
+
"controlling": 404,
|
1583 |
+
"alarm": 71,
|
1584 |
+
"logs": 1008,
|
1585 |
+
"alarms": 72,
|
1586 |
+
"protocol": 1375,
|
1587 |
+
"fro": 727,
|
1588 |
+
"alert": 74,
|
1589 |
+
"west": 1963,
|
1590 |
+
"industrial": 870,
|
1591 |
+
"reliability": 1467,
|
1592 |
+
"reduction": 1443,
|
1593 |
+
"concept": 356,
|
1594 |
+
"clarity": 292,
|
1595 |
+
"layer": 956,
|
1596 |
+
"picture": 1256,
|
1597 |
+
"legislation": 972,
|
1598 |
+
"demands": 485,
|
1599 |
+
"innovative": 881,
|
1600 |
+
"appearance": 95,
|
1601 |
+
"decisions": 474,
|
1602 |
+
"associated": 136,
|
1603 |
+
"variable": 1910,
|
1604 |
+
"addition": 37,
|
1605 |
+
"consider": 380,
|
1606 |
+
"interface": 906,
|
1607 |
+
"delivering": 481,
|
1608 |
+
"alcohol": 73,
|
1609 |
+
"sanitizers": 1563,
|
1610 |
+
"laboratory": 946,
|
1611 |
+
"section": 1586,
|
1612 |
+
"carrying": 246,
|
1613 |
+
"frequent": 723,
|
1614 |
+
"chemical": 284,
|
1615 |
+
"associate": 135,
|
1616 |
+
"ending": 606,
|
1617 |
+
"duty": 578,
|
1618 |
+
"vibration": 1924,
|
1619 |
+
"period": 1238,
|
1620 |
+
"utilised": 1902,
|
1621 |
+
"responsibilities": 1509,
|
1622 |
+
"culture": 446,
|
1623 |
+
"oxygen": 1213,
|
1624 |
+
"evacuation": 638,
|
1625 |
+
"route": 1542,
|
1626 |
+
"statutory": 1705,
|
1627 |
+
"incidents": 859,
|
1628 |
+
"aid": 68,
|
1629 |
+
"trips": 1867,
|
1630 |
+
"cheese": 282,
|
1631 |
+
"harp": 798,
|
1632 |
+
"kill": 934,
|
1633 |
+
"foundation": 718,
|
1634 |
+
"signals": 1635,
|
1635 |
+
"ill": 841,
|
1636 |
+
"oh": 1169,
|
1637 |
+
"national": 1132,
|
1638 |
+
"regulation": 1456,
|
1639 |
+
"roles": 1533,
|
1640 |
+
"parties": 1221,
|
1641 |
+
"formulate": 713,
|
1642 |
+
"concepts": 357,
|
1643 |
+
"plants": 1273,
|
1644 |
+
"biological": 185,
|
1645 |
+
"soil": 1663,
|
1646 |
+
"acid": 22,
|
1647 |
+
"solar": 1664,
|
1648 |
+
"short": 1628,
|
1649 |
+
"integrated": 902,
|
1650 |
+
"procure": 1344,
|
1651 |
+
"recognise": 1427,
|
1652 |
+
"unable": 1880,
|
1653 |
+
"approve": 108,
|
1654 |
+
"fresh": 725,
|
1655 |
+
"important": 852,
|
1656 |
+
"response": 1507,
|
1657 |
+
"peters": 1251,
|
1658 |
+
"bags": 160,
|
1659 |
+
"ends": 608,
|
1660 |
+
"causes": 253,
|
1661 |
+
"drivers": 569,
|
1662 |
+
"practical": 1304,
|
1663 |
+
"loads": 1001,
|
1664 |
+
"chambers": 267,
|
1665 |
+
"beginning": 174,
|
1666 |
+
"filling": 697,
|
1667 |
+
"alternate": 81,
|
1668 |
+
"project": 1358,
|
1669 |
+
"schematic": 1571,
|
1670 |
+
"weight": 1960,
|
1671 |
+
"screen": 1577,
|
1672 |
+
"conveyed": 407,
|
1673 |
+
"commissioning": 328,
|
1674 |
+
"look": 1010,
|
1675 |
+
"stand": 1693,
|
1676 |
+
"table": 1776,
|
1677 |
+
"behavior": 175,
|
1678 |
+
"distinguish": 539,
|
1679 |
+
"cracking": 433,
|
1680 |
+
"consult": 390,
|
1681 |
+
"times": 1833,
|
1682 |
+
"sites": 1642,
|
1683 |
+
"estimated": 636,
|
1684 |
+
"organize": 1200,
|
1685 |
+
"client": 301,
|
1686 |
+
"cell": 257,
|
1687 |
+
"register": 1452,
|
1688 |
+
"consistency": 384,
|
1689 |
+
"advise": 58,
|
1690 |
+
"conform": 370,
|
1691 |
+
"iron": 917,
|
1692 |
+
"undertake": 1883,
|
1693 |
+
"arranged": 112,
|
1694 |
+
"measured": 1069,
|
1695 |
+
"arranging": 115,
|
1696 |
+
"ranks": 1405,
|
1697 |
+
"conveys": 408,
|
1698 |
+
"directed": 521,
|
1699 |
+
"roll": 1534,
|
1700 |
+
"pumps": 1386,
|
1701 |
+
"kind": 936,
|
1702 |
+
"come": 325,
|
1703 |
+
"informed": 875,
|
1704 |
+
"utter": 1904,
|
1705 |
+
"states": 1702,
|
1706 |
+
"capacity": 231,
|
1707 |
+
"stability": 1690,
|
1708 |
+
"lights": 988,
|
1709 |
+
"cells": 258,
|
1710 |
+
"attitude": 140,
|
1711 |
+
"trip": 1866,
|
1712 |
+
"enhance": 614,
|
1713 |
+
"food": 704,
|
1714 |
+
"money": 1114,
|
1715 |
+
"destination": 500,
|
1716 |
+
"cash": 249,
|
1717 |
+
"gets": 750,
|
1718 |
+
"wise": 1975,
|
1719 |
+
"expenses": 655,
|
1720 |
+
"patterns": 1228,
|
1721 |
+
"hours": 829,
|
1722 |
+
"conjunction": 374,
|
1723 |
+
"prompt": 1363,
|
1724 |
+
"switches": 1772,
|
1725 |
+
"better": 181,
|
1726 |
+
"entering": 619,
|
1727 |
+
"contract": 401,
|
1728 |
+
"leave": 966,
|
1729 |
+
"ventilator": 1920,
|
1730 |
+
"rescue": 1494,
|
1731 |
+
"belt": 177,
|
1732 |
+
"exposed": 660,
|
1733 |
+
"whipped": 1967,
|
1734 |
+
"jumping": 929,
|
1735 |
+
"cylinders": 456,
|
1736 |
+
"warm": 1938,
|
1737 |
+
"minutes": 1098,
|
1738 |
+
"balance": 162,
|
1739 |
+
"tollers": 1836,
|
1740 |
+
"lowered": 1017,
|
1741 |
+
"week": 1957,
|
1742 |
+
"course": 428,
|
1743 |
+
"walls": 1937,
|
1744 |
+
"charges": 274,
|
1745 |
+
"privacy": 1335,
|
1746 |
+
"extinguished": 663,
|
1747 |
+
"entry": 623,
|
1748 |
+
"machineries": 1022,
|
1749 |
+
"clair": 290,
|
1750 |
+
"fruits": 729,
|
1751 |
+
"vegetables": 1916,
|
1752 |
+
"cities": 289,
|
1753 |
+
"cap": 230,
|
1754 |
+
"ingredient": 877,
|
1755 |
+
"weigh": 1959,
|
1756 |
+
"revolving": 1520,
|
1757 |
+
"rotation": 1541,
|
1758 |
+
"formulation": 714,
|
1759 |
+
"taste": 1790,
|
1760 |
+
"refractometer": 1448,
|
1761 |
+
"tanks": 1784,
|
1762 |
+
"blended": 190,
|
1763 |
+
"bottles": 200,
|
1764 |
+
"bottle": 199,
|
1765 |
+
"concerns": 361,
|
1766 |
+
"weekly": 1958,
|
1767 |
+
"yield": 1994,
|
1768 |
+
"microbiological": 1092,
|
1769 |
+
"acids": 23,
|
1770 |
+
"favor": 689,
|
1771 |
+
"odour": 1167,
|
1772 |
+
"spoilage": 1682,
|
1773 |
+
"salt": 1555,
|
1774 |
+
"leaving": 968,
|
1775 |
+
"allergens": 75,
|
1776 |
+
"separately": 1607,
|
1777 |
+
"ear": 580,
|
1778 |
+
"jam": 925,
|
1779 |
+
"pulp": 1384,
|
1780 |
+
"cooking": 410,
|
1781 |
+
"cooked": 409,
|
1782 |
+
"spice": 1680,
|
1783 |
+
"skin": 1648,
|
1784 |
+
"freedom": 722,
|
1785 |
+
"elevator": 596,
|
1786 |
+
"membrane": 1082,
|
1787 |
+
"loaded": 999,
|
1788 |
+
"exposure": 661,
|
1789 |
+
"dried": 563,
|
1790 |
+
"frozen": 728,
|
1791 |
+
"shelf": 1623,
|
1792 |
+
"senate": 1600,
|
1793 |
+
"moves": 1124,
|
1794 |
+
"sanitize": 1562,
|
1795 |
+
"haste": 799,
|
1796 |
+
"late": 952,
|
1797 |
+
"fossa": 717,
|
1798 |
+
"administer": 50,
|
1799 |
+
"victims": 1925,
|
1800 |
+
"bleeding": 189,
|
1801 |
+
"disinfectant": 531,
|
1802 |
+
"disinfect": 530,
|
1803 |
+
"sensitive": 1604,
|
1804 |
+
"disabilities": 524,
|
1805 |
+
"ba": 156,
|
1806 |
+
"ascertain": 119,
|
1807 |
+
"suitability": 1749,
|
1808 |
+
"agricultural": 67,
|
1809 |
+
"attached": 138,
|
1810 |
+
"rings": 1526,
|
1811 |
+
"trading": 1845,
|
1812 |
+
"wrap": 1987,
|
1813 |
+
"deal": 469,
|
1814 |
+
"density": 488,
|
1815 |
+
"enterprises": 620,
|
1816 |
+
"concentration": 355,
|
1817 |
+
"polymer": 1288,
|
1818 |
+
"wines": 1969,
|
1819 |
+
"pest": 1249,
|
1820 |
+
"consumer": 392,
|
1821 |
+
"recipe": 1426,
|
1822 |
+
"weakness": 1952,
|
1823 |
+
"portion": 1291,
|
1824 |
+
"bringing": 211,
|
1825 |
+
"grass": 769,
|
1826 |
+
"roller": 1535,
|
1827 |
+
"provisions": 1380,
|
1828 |
+
"candle": 229,
|
1829 |
+
"receiving": 1425,
|
1830 |
+
"housekeeping": 831,
|
1831 |
+
"stones": 1716,
|
1832 |
+
"rice": 1522,
|
1833 |
+
"boiler": 195,
|
1834 |
+
"cop": 416,
|
1835 |
+
"variance": 1911,
|
1836 |
+
"absence": 3,
|
1837 |
+
"june": 930,
|
1838 |
+
"hemp": 814,
|
1839 |
+
"consistent": 385,
|
1840 |
+
"cone": 369,
|
1841 |
+
"sun": 1751,
|
1842 |
+
"plates": 1276,
|
1843 |
+
"meal": 1066,
|
1844 |
+
"animal": 90,
|
1845 |
+
"ash": 120,
|
1846 |
+
"separation": 1608,
|
1847 |
+
"grades": 767,
|
1848 |
+
"scurry": 1578,
|
1849 |
+
"protein": 1374,
|
1850 |
+
"stripped": 1732,
|
1851 |
+
"taxes": 1791,
|
1852 |
+
"conversion": 406,
|
1853 |
+
"cream": 435,
|
1854 |
+
"trying": 1872,
|
1855 |
+
"implementing": 849,
|
1856 |
+
"recycle": 1440,
|
1857 |
+
"scale": 1567,
|
1858 |
+
"normal": 1150,
|
1859 |
+
"extruded": 667,
|
1860 |
+
"doing": 548,
|
1861 |
+
"conformity": 373,
|
1862 |
+
"fat": 685,
|
1863 |
+
"favours": 690,
|
1864 |
+
"shall": 1617,
|
1865 |
+
"dough": 554,
|
1866 |
+
"reasoning": 1419,
|
1867 |
+
"baked": 161,
|
1868 |
+
"butter": 221,
|
1869 |
+
"thee": 1817,
|
1870 |
+
"directly": 523,
|
1871 |
+
"away": 155,
|
1872 |
+
"drainage": 557,
|
1873 |
+
"lot": 1015,
|
1874 |
+
"theme": 1818,
|
1875 |
+
"spinning": 1681,
|
1876 |
+
"sea": 1580,
|
1877 |
+
"eyes": 670,
|
1878 |
+
"integrity": 903,
|
1879 |
+
"buttons": 223,
|
1880 |
+
"glazed": 757,
|
1881 |
+
"trough": 1870,
|
1882 |
+
"biscuits": 186,
|
1883 |
+
"names": 1130,
|
1884 |
+
"rolling": 1536,
|
1885 |
+
"premises": 1310,
|
1886 |
+
"burned": 218,
|
1887 |
+
"elevated": 595,
|
1888 |
+
"isa": 918,
|
1889 |
+
"hair": 786,
|
1890 |
+
"trenches": 1862,
|
1891 |
+
"exist": 651,
|
1892 |
+
"arrival": 116,
|
1893 |
+
"raising": 1402,
|
1894 |
+
"glassware": 756,
|
1895 |
+
"negotiate": 1144,
|
1896 |
+
"shortage": 1629,
|
1897 |
+
"voices": 1932,
|
1898 |
+
"variations": 1913,
|
1899 |
+
"exile": 650,
|
1900 |
+
"te": 1792,
|
1901 |
+
"compile": 339,
|
1902 |
+
"ties": 1828,
|
1903 |
+
"drink": 566,
|
1904 |
+
"dates": 466,
|
1905 |
+
"highly": 818,
|
1906 |
+
"toxic": 1842,
|
1907 |
+
"survey": 1768,
|
1908 |
+
"uniformly": 1886,
|
1909 |
+
"beverage": 182,
|
1910 |
+
"snack": 1654,
|
1911 |
+
"traditional": 1846,
|
1912 |
+
"green": 770,
|
1913 |
+
"accounting": 14,
|
1914 |
+
"kitchen": 939,
|
1915 |
+
"capital": 232,
|
1916 |
+
"income": 863,
|
1917 |
+
"district": 541,
|
1918 |
+
"industries": 871,
|
1919 |
+
"allotted": 79,
|
1920 |
+
"undertaking": 1884,
|
1921 |
+
"routes": 1543,
|
1922 |
+
"surroundings": 1767,
|
1923 |
+
"welcome": 1961,
|
1924 |
+
"tackle": 1778,
|
1925 |
+
"promotions": 1362,
|
1926 |
+
"arrive": 117,
|
1927 |
+
"introduction": 912,
|
1928 |
+
"forecast": 706,
|
1929 |
+
"priorities": 1333,
|
1930 |
+
"disciplined": 528,
|
1931 |
+
"property": 1369,
|
1932 |
+
"reserve": 1496,
|
1933 |
+
"opened": 1176,
|
1934 |
+
"pilot": 1262,
|
1935 |
+
"crockery": 442,
|
1936 |
+
"cutlery": 451,
|
1937 |
+
"illustrate": 843,
|
1938 |
+
"inverted": 914,
|
1939 |
+
"farthing": 684,
|
1940 |
+
"respecting": 1503,
|
1941 |
+
"indian": 867,
|
1942 |
+
"landing": 949,
|
1943 |
+
"overview": 1212,
|
1944 |
+
"transformer": 1852,
|
1945 |
+
"uses": 1899,
|
1946 |
+
"electrolysis": 591,
|
1947 |
+
"savings": 1565,
|
1948 |
+
"pictures": 1257,
|
1949 |
+
"feedstock": 695,
|
1950 |
+
"giving": 753,
|
1951 |
+
"watching": 1946,
|
1952 |
+
"bills": 183,
|
1953 |
+
"amiable": 83,
|
1954 |
+
"compose": 351,
|
1955 |
+
"prices": 1326,
|
1956 |
+
"sustainability": 1769,
|
1957 |
+
"concerning": 360,
|
1958 |
+
"wall": 1936,
|
1959 |
+
"roads": 1531,
|
1960 |
+
"farmers": 683,
|
1961 |
+
"frequently": 724,
|
1962 |
+
"showcase": 1630,
|
1963 |
+
"scheme": 1572,
|
1964 |
+
"powers": 1302,
|
1965 |
+
"handicrafts": 790,
|
1966 |
+
"fabric": 671,
|
1967 |
+
"loom": 1012,
|
1968 |
+
"scuttle": 1579,
|
1969 |
+
"dusting": 576,
|
1970 |
+
"cater": 251,
|
1971 |
+
"craft": 434,
|
1972 |
+
"periodical": 1240,
|
1973 |
+
"stay": 1706,
|
1974 |
+
"danger": 462,
|
1975 |
+
"visiting": 1929,
|
1976 |
+
"sponge": 1683,
|
1977 |
+
"looks": 1011,
|
1978 |
+
"handed": 789,
|
1979 |
+
"silver": 1637,
|
1980 |
+
"remnants": 1470,
|
1981 |
+
"hour": 828,
|
1982 |
+
"accountable": 13,
|
1983 |
+
"textile": 1814,
|
1984 |
+
"rope": 1540,
|
1985 |
+
"yarn": 1991,
|
1986 |
+
"knitting": 940,
|
1987 |
+
"sal": 1552,
|
1988 |
+
"desiring": 498,
|
1989 |
+
"corps": 419,
|
1990 |
+
"politely": 1286,
|
1991 |
+
"desk": 499,
|
1992 |
+
"clothes": 308,
|
1993 |
+
"badges": 158,
|
1994 |
+
"dining": 519,
|
1995 |
+
"sanitisers": 1561,
|
1996 |
+
"winter": 1970,
|
1997 |
+
"traveling": 1857,
|
1998 |
+
"pocket": 1281,
|
1999 |
+
"sobbing": 1657,
|
2000 |
+
"patrol": 1227,
|
2001 |
+
"traveller": 1858,
|
2002 |
+
"autoconer": 146,
|
2003 |
+
"gape": 738,
|
2004 |
+
"grm": 775,
|
2005 |
+
"tourism": 1840,
|
2006 |
+
"hospitality": 824,
|
2007 |
+
"guest": 780,
|
2008 |
+
"guests": 781,
|
2009 |
+
"restaurant": 1513,
|
2010 |
+
"hotel": 826,
|
2011 |
+
"cancellation": 227,
|
2012 |
+
"dissatisfaction": 537,
|
2013 |
+
"purchases": 1388,
|
2014 |
+
"sundry": 1752,
|
2015 |
+
"tourist": 1841,
|
2016 |
+
"chef": 283,
|
2017 |
+
"answer": 92,
|
2018 |
+
"tour": 1839,
|
2019 |
+
"stories": 1724,
|
2020 |
+
"students": 1737,
|
2021 |
+
"expedition": 654,
|
2022 |
+
"waters": 1949
|
2023 |
+
}
|
2024 |
+
}
|
2025 |
+
}
|
topic_embeddings.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:514c8e7fa663c8025000f75d95891bc87aa835fa87516f951b19c6fe627f6460
|
3 |
+
size 1417312
|
topics.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|