• Alfredo Di Napoli's avatar
    Drop 'All' data constructor from 'Lang' · 63fcd605
    Alfredo Di Napoli authored
    Removing the `All` data constructor from  the `Lang` datatype has
    several benifits, the main one being that we now have total functions
    for things like `toISO693`.
    
    This will make possible to write an uniform interface for stemming
    `stem :: Lang -> StemmingAlgorithm -> T.Text -> T.Text`, as now
    `Lang` will always map to a valid (ISO693) language.
    63fcd605
Name
Last commit
Last update
..
Corpus Loading commit data...
List Loading commit data...
Metrics Loading commit data...
Samples Loading commit data...
Terms Loading commit data...
Context.hs Loading commit data...
Convert.hs Loading commit data...
Learn.hs Loading commit data...
List.hs Loading commit data...
Metrics.hs Loading commit data...
Prepare.hs Loading commit data...
Search.hs Loading commit data...
Terms.hs Loading commit data...
Upload.hs Loading commit data...