Aircraft Historical Maintenance Dataset(2012-2017)
Problem and Action taken in aircraft maintenance logs for NLP
@kaggle.merishnasuwal_aircraft_historical_maintenance_dataset
Problem and Action taken in aircraft maintenance logs for NLP
@kaggle.merishnasuwal_aircraft_historical_maintenance_dataset
CREATE TABLE aviation_morphosyntactic_dataset (
"word" VARCHAR,
"description" VARCHAR,
"compound" VARCHAR,
"lemma" VARCHAR,
"stem" VARCHAR,
"part_of_speech_pos" VARCHAR
);
CREATE TABLE aviation_termbanks_dataset (
"word" VARCHAR,
"example" VARCHAR
);
CREATE TABLE aircraft_annotation_datafile (
"ident" BIGINT,
"problem" VARCHAR,
"action" VARCHAR
);
CREATE TABLE aviation_abbreviation_dataset (
"abbriviation_code" BIGINT,
"abbreviated" VARCHAR,
"standard_description" VARCHAR
);
CREATE TABLE aviation_grammar_dataset (
"word" VARCHAR,
"description" VARCHAR,
"compound" VARCHAR,
"lemma" VARCHAR,
"stem" VARCHAR,
"part_of_speech_pos" VARCHAR
);
Anyone who has the link will be able to view this.