{"id":21318782,"url":"https://github.com/sydney-informatics-hub/spacy-explain","last_synced_at":"2025-03-15T22:14:51.972Z","repository":{"id":244149987,"uuid":"814411452","full_name":"Sydney-Informatics-Hub/spacy-explain","owner":"Sydney-Informatics-Hub","description":"This is an explainer notebook for SpaCy Part-of-Speech, Part-of-Speech (fine-grained), and Dependency tags","archived":false,"fork":false,"pushed_at":"2024-08-13T03:28:20.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-22T11:12:55.159Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://binderhub.atap-binder.cloud.edu.au/v2/gh/Sydney-Informatics-Hub/spacy-explain/main?labpath=spacy-demo.ipynb","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sydney-Informatics-Hub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-13T00:59:22.000Z","updated_at":"2024-08-13T03:28:23.000Z","dependencies_parsed_at":"2024-06-13T05:47:58.673Z","dependency_job_id":"3219904a-e57c-43be-8848-44c7b624c7e6","html_url":"https://github.com/Sydney-Informatics-Hub/spacy-explain","commit_stats":null,"previous_names":["sydney-informatics-hub/spacy-explain"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sydney-Informatics-Hub%2Fspacy-explain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sydney-Informatics-Hub%2Fspacy-explain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sydney-Informatics-Hub%2Fspacy-explain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sydney-Informatics-Hub%2Fspacy-explain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sydney-Informatics-Hub","download_url":"https://codeload.github.com/Sydney-Informatics-Hub/spacy-explain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243796741,"owners_count":20349264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T19:22:36.678Z","updated_at":"2025-03-15T22:14:51.954Z","avatar_url":"https://github.com/Sydney-Informatics-Hub.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpaCy Explainer\n\nThis is an explainer notebook for SpaCy Part-of-Speech, Part-of-Speech (fine-grained), and Dependency tags. When SpaCy processes text, it applies a tokenization process first. From there, each token is assigned various tags to categorise it. Below is a list of identifiers for each tag.\n\n[![Binder](https://binderhub.atap-binder.cloud.edu.au/badge_logo.svg)](https://binderhub.atap-binder.cloud.edu.au/v2/gh/Sydney-Informatics-Hub/spacy-explain/main?labpath=spacy-demo.ipynb)\n\n## Identifiers\n\n### Part-of-Speech tags (simple)\n\n| Identifier | Description               |\n|------------|---------------------------|\n| ADJ        | adjective                 |\n| ADP        | adposition                |\n| ADV        | adverb                    |\n| AUX        | auxiliary                 |\n| CCONJ      | coordinating conjunction  |\n| DET        | determiner                |\n| INTJ       | interjection              |\n| NOUN       | noun                      |\n| NUM        | numeral                   |\n| PART       | particle                  |\n| PRON       | pronoun                   |\n| PROPN      | proper noun               |\n| PUNCT      | punctuation               |\n| SCONJ      | subordinating conjunction |\n| SYM        | symbol                    |\n| VERB       | verb                      |\n| X          | other                     |\n\n\n### Part-of-Speech tags (fine-grained)\n\n| Identifier | Description                                        |\n|------------|----------------------------------------------------|\n| $          | symbol, currency                                   |\n| ''         | closing quotation mark                             |\n| ,          | punctuation mark, comma                            |\n| -LRB-      | left round bracket                                 |\n| -RRB-      | right round bracket                                |\n| .          | punctuation mark, sentence closer                  |\n| :          | punctuation mark, colon or ellipsis                |\n| ADD        | email                                              |\n| AFX        | affix                                              |\n| CC         | conjunction, coordinating                          |\n| CD         | cardinal number                                    |\n| DT         | determiner                                         |\n| EX         | existential there                                  |\n| FW         | foreign word                                       |\n| HYPH       | punctuation mark, hyphen                           |\n| IN         | conjunction, subordinating or preposition          |\n| JJ         | adjective (English), other noun-modifier (Chinese) |\n| JJR        | adjective, comparative                             |\n| JJS        | adjective, superlative                             |\n| LS         | list item marker                                   |\n| MD         | verb, modal auxiliary                              |\n| NFP        | superfluous punctuation                            |\n| NN         | noun, singular or mass                             |\n| NNP        | noun, proper singular                              |\n| NNPS       | noun, proper plural                                |\n| NNS        | noun, plural                                       |\n| PDT        | predeterminer                                      |\n| POS        | possessive ending                                  |\n| PRP        | pronoun, personal                                  |\n| PRP$       | pronoun, possessive                                |\n| RB         | adverb                                             |\n| RBR        | adverb, comparative                                |\n| RBS        | adverb, superlative                                |\n| RP         | adverb, particle                                   |\n| SYM        | symbol                                             |\n| TO         | infinitival \"to\"                                   |\n| UH         | interjection                                       |\n| VB         | verb, base form                                    |\n| VBD        | verb, past tense                                   |\n| VBG        | verb, gerund or present participle                 |\n| VBN        | verb, past participle                              |\n| VBP        | verb, non-3rd person singular present              |\n| VBZ        | verb, 3rd person singular present                  |\n| WDT        | wh-determiner                                      |\n| WP         | wh-pronoun, personal                               |\n| WP$        | wh-pronoun, possessive                             |\n| WRB        | wh-adverb                                          |\n| XX         | unknown                                            |\n| _SP        | whitespace                                         |\n| ``         | opening quotation mark                             |\n\n\n### Dependency tags\n\n| Identifier | Description                                  |\n|------------|----------------------------------------------|\n| acl        | clausal modifier of noun (adjectival clause) |\n| acomp      | adjectival complement                        |\n| advcl      | adverbial clause modifier                    |\n| advmod     | adverbial modifier                           |\n| agent      | agent                                        |\n| amod       | adjectival modifier                          |\n| appos      | appositional modifier                        |\n| attr       | attribute                                    |\n| aux        | auxiliary                                    |\n| auxpass    | auxiliary (passive)                          |\n| case       | case marking                                 |\n| cc         | coordinating conjunction                     |\n| ccomp      | clausal complement                           |\n| compound   | compound                                     |\n| conj       | conjunct                                     |\n| csubj      | clausal subject                              |\n| csubjpass  | clausal subject (passive)                    |\n| dative     | dative                                       |\n| dep        | unclassified dependent                       |\n| det        | determiner                                   |\n| dobj       | direct object                                |\n| expl       | expletive                                    |\n| intj       | interjection                                 |\n| mark       | marker                                       |\n| meta       | meta modifier                                |\n| neg        | negation modifier                            |\n| nmod       | modifier of nominal                          |\n| npadvmod   | noun phrase as adverbial modifier            |\n| nsubj      | nominal subject                              |\n| nsubjpass  | nominal subject (passive)                    |\n| nummod     | numeric modifier                             |\n| oprd       | object predicate                             |\n| parataxis  | parataxis                                    |\n| pcomp      | complement of preposition                    |\n| pobj       | object of preposition                        |\n| poss       | possession modifier                          |\n| preconj    | pre-correlative conjunction                  |\n| predet     | None                                         |\n| prep       | prepositional modifier                       |\n| prt        | particle                                     |\n| punct      | punctuation                                  |\n| quantmod   | modifier of quantifier                       |\n| relcl      | relative clause modifier                     |\n| xcomp      | open clausal complement                      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsydney-informatics-hub%2Fspacy-explain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsydney-informatics-hub%2Fspacy-explain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsydney-informatics-hub%2Fspacy-explain/lists"}