Commit d6ea0735 authored by Fabien Maniere's avatar Fabien Maniere

Update Corpus.hs

parent 12ef10e8
...@@ -14,6 +14,7 @@ import Servant.API (ToHttpApiData(..)) ...@@ -14,6 +14,7 @@ import Servant.API (ToHttpApiData(..))
data Corpus = Corpus data Corpus = Corpus
{ _corpus_docid :: Text { _corpus_docid :: Text
, _corpus_title :: [Text]
, _corpus_title_lang_map :: Map ISO639_1 [Text] , _corpus_title_lang_map :: Map ISO639_1 [Text]
, _corpus_abstract :: [Text] , _corpus_abstract :: [Text]
, _corpus_abstract_lang_map :: Map ISO639_1 [Text] , _corpus_abstract_lang_map :: Map ISO639_1 [Text]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment