Tags in TAG_MAP not being found in debug-data
See original GitHub issueHow to reproduce the behaviour
- Add tags from Korean UD to
spacy/lang/ko/tag_map.py
- Build spaCy from source
- 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:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done, @svlandeg. Hopefully nothing too controversial, but let me know if you would like me to make any changes. 👍
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.