Skip to content

spraakbanken/newsdesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

newsdesk

News feed storage for Språkbanken Text.

  • Feeds are kept in data/<feed>.yaml
  • A feed is a list of entries with the properties title, body and created:
    - title:
        swe: Det händer saker
        eng: Things are happening
      body:
        swe: Brödtexten kan innehålla <strong>HTML</strong>.
        eng: Body text may contain <strong>HTML</strong>.
      created: 2023-11-30
    
  • The title and body fields may also be plain strings
  • Additional fields may be added without restriction

That's it for now! You can access the feed at its GitHub raw url: https://raw.githubusercontent.com/spraakbanken/newsdesk/main/data/korp.yaml

About

News feed storage for Språkbanken Text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published