sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change the logs output
[gargantext.git]
/
src
/
Gargantext
/
Text
/
Learn.hs
diff --git
a/src/Gargantext/Text/Learn.hs
b/src/Gargantext/Text/Learn.hs
index c72cca70eff0c764797d4e826855f941ded46731..1d82225aea642fa06947a55f3d15889080ca8d30 100644
(file)
--- a/
src/Gargantext/Text/Learn.hs
+++ b/
src/Gargantext/Text/Learn.hs
@@
-117,6
+117,7
@@
detectLangDefault = detectCat 99 eventLang
textSample :: Lang -> String
textSample EN = EN.textSample
textSample FR = FR.textSample
+ textSample _ = panic "textSample: not impl yet"
--textSample DE = DE.textSample
--textSample SP = SP.textSample
--textSample CH = CH.textSample