UNPKG

cetem-publico

Version:

A wrapper for CETEMPúblico, an European Portuguese corpus of news extracts from the newspaper Público, with 180 million words tagged automatically using PALAVRAS.

12 lines (10 loc) 261 B
const CETEMPublico = require('./lib/cetem-publico'); const Title = require('./lib/title'); const Authors = require('./lib/authors'); const Extract = require('./lib/extract'); module.exports = { CETEMPublico, Title, Authors, Extract };