question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tags in TAG_MAP not being found in debug-data

See original GitHub issue

How to reproduce the behaviour

  1. Add tags from Korean UD to spacy/lang/ko/tag_map.py
  2. Build spaCy from source
  3. debug data:
(spacy-ko) [erip@blah spacy-ko]$ python -m spacy debug-data ko korean-json/train.json korean-json/dev.json --verbose | grep "not found" | head -n5
✘ Label 'ncpa+ncn' not found in tag map for language 'ko'
✘ Label 'ncpa+ncn+jcm' not found in tag map for language 'ko'
✘ Label 'ncpa+jxt' not found in tag map for language 'ko'
✘ Label 'mag' not found in tag map for language 'ko'
✘ Label 'ncn' not found in tag map for language 'ko'
$
$
(spacy-ko) [erip@blah spacy-ko]$ python
Python 3.6.12 |Anaconda, Inc.| (default, Sep  8 2020, 23:10:56)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import spacy
>>> from spacy.lang.ko import tag_map
>>> all(tag in tag_map.TAG_MAP for tag in ['ncpa+ncn', 'ncpa+ncn+jcm', 'ncpa+jxt', 'mag', 'ncn'])
True

Your Environment

Info about spaCy

  • spaCy version: 2.3.2 (master)
  • Platform: Linux-3.10.0-1127.8.2.el7.x86_64-x86_64-with-centos-7.8.2003-Core
  • Python version: 3.6.12

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
eripcommented, Sep 29, 2020

Done, @svlandeg. Hopefully nothing too controversial, but let me know if you would like me to make any changes. 👍

0reactions
github-actions[bot]commented, Nov 1, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ - Tagmap
Your discord tag and avatar can be seen by Tagmap users, but are hidden from search engines. Your email is not shown or...
Read more >
Yii2 debug toolbar error 'Unable to find debug data tagged ...
The directory /runtime and all sub-dir have right chmod permissions, after some test I've tried with 777 mode but the error remains (is...
Read more >
Best that I've found so far for my tag cloud needs
I've been looking for a tag cloud plugin that does more than the standard tag cloud ... The only thing I've not figured...
Read more >
TIN-based Tag Map Layout - Taylor and Francis
For this form of tag map, map scale and polygon shape add constraints to word size and position that have not been considered...
Read more >
Use Tags Effectively - Esri
Tags are found down along the right side of the page. Click Edit to add or delete tags. Edit tags. Search using tags....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found