JuliaText / CorpusLoaders.jl

A variety of loaders for various NLP corpora.
Other
32 stars 13 forks source link

Fix documentation for CoNLL #22

Closed Ayushk4 closed 5 years ago

Ayushk4 commented 5 years ago

Since NERTaggedWord, is not being exported, the corrsponding changes in CoNLL have been made. Also, some other minor doc fixes done

oxinabox commented 5 years ago

LGTM, At some point We should consider changing how we do tagged structures.

Maybe we can just used NamedTuples?

Ayushk4 commented 5 years ago

Yes. We might have to consider changing that at some point. NamedTuples sounds better.

oxinabox commented 5 years ago

they have pros and cons