Forest Fire Management Using NLP
The Use of the Word Resilience in Forest and Fire Management and Science
@kaggle.saurabhshahane_nlp_in_fire_management
The Use of the Word Resilience in Forest and Fire Management and Science
@kaggle.saurabhshahane_nlp_in_fire_management
CREATE TABLE documents (
"context" VARCHAR,
"usfs_doctype" VARCHAR,
"journal" VARCHAR,
"usfs_unit" VARCHAR,
"year" BIGINT,
"docid" BIGINT,
"utilitarian_count" BIGINT,
"biocentric_count" BIGINT,
"cas_count" BIGINT,
"resili_count" BIGINT,
"token_count" BIGINT,
"cc_count" BIGINT,
"health_count" BIGINT,
"integrity_count" BIGINT,
"has_resili" BIGINT
);
CREATE TABLE instances (
"instid" BIGINT,
"context" VARCHAR,
"docid" BIGINT,
"journal" VARCHAR,
"usfs_unit" VARCHAR,
"word" VARCHAR,
"word_order" BIGINT,
"year" BIGINT,
"text" VARCHAR
);
Anyone who has the link will be able to view this.