Skip to content

Instantly share code, notes, and snippets.

@JonathanBowker
Created June 7, 2020 11:12
Show Gist options
  • Save JonathanBowker/cce08e1429d76c6ed5531fc6e98b8021 to your computer and use it in GitHub Desktop.
Save JonathanBowker/cce08e1429d76c6ed5531fc6e98b8021 to your computer and use it in GitHub Desktop.
We can make this file beautiful and searchable if this error is corrected: It looks like row 27 should actually have 1 column, instead of 2. in line 26.
SpaCy/System Elastic ECS
@timestamp @timestamp
doc_sentence message
file.accessed file.accessed
file.attributes file.attributes
file.created file.created
file.directory file.directory
file.drive_letter file.drive_letter
doc_sentence file.extension
file.group (directory) file.group
file.name file.name
file.path file.path
file.size file.size
file.size file.uid
token.text token.text
token.shape token.text_pattern
token.i token.position
token.idx token.offset
token.pos_ token.part_of_speech
token.dep_ token.dependency_relationship
token.ent_ token.entity_type
token.lemma_ token.lemma
token.prob token.word_type_probability
token.sentiment token.sentiment
token.head_i token.parent_position
ttoken.head_idx oken.parent_offset,
token.head_pos token.parent_part_of_speech
token.is_alpha token.is_alphabetic_characters
token.is_stop token.is_stop_word
token.is_bracket token.is_bracket
token.is_quote token.is_quotation_mark
token.is_upper token.is_upper_case
token.is_lower token.is_lower_case
token.is_lower token.is_title_case
token.is_sent_start token.is_sent_start
token.is_currency token.is_currency
token.is_digit token.is_digit
token.is_punct token.is_punctuation_mark
token.is_leftt_punct token.is_left_punctuation_mark
token.is_right_punct token.is_right_punctuation_mark
token.is_like_url token.like_url
token.is_like_email token.like_email
token.is_space token.is_whitespace
token.has_vector token.has_vector
token.vector_norm token.vector_norm
token.ancestors token.dependencies.ancestors
token.children token.dependencies.children
token.conjuncts token.dependencies.conjuncts
token.subtree token.dependencies.subtree
token.n_lefts token.dependencies.leftwards_tokens_no
token.lefts token.dependencies.leftwards_tokens
token.n_rights token.dependencies.rightward_tokens_no
token.rights token.dependencies.leftwards_tokens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment