Updated doc string on nb tag_map module

This commit is contained in:
Ole Henrik Skogstrøm 2018-01-25 11:08:28 +01:00
parent bbc758526c
commit 1107e89fcf

View File

@ -1,6 +1,9 @@
# coding: utf8 # coding: utf8
"""Based on Garman tag map, converted using """Based on unique combinations form this dataset:
https://pdfs.semanticscholar.org/87b9/24e2134f6782acc59ab567f6bf87cb5e5d9f.pdf"""
https://github.com/UniversalDependencies/UD_Norwegian-Bokmaal
Models can be trained using this. dataset as well."""
from __future__ import unicode_literals from __future__ import unicode_literals
from ...symbols import POS, PUNCT, ADJ, CONJ, CCONJ, SCONJ, SYM, NUM, DET, ADV, ADP, X, VERB from ...symbols import POS, PUNCT, ADJ, CONJ, CCONJ, SCONJ, SYM, NUM, DET, ADV, ADP, X, VERB