]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Core/Text/Samples/EN.hs
Merge branch 'dev-phylo' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantex...
[gargantext.git] / src / Gargantext / Core / Text / Samples / EN.hs
1 {-|
2 Module : Gargantext.Core.Text.Samples.EN
3 Description : Sample of English Text
4 Copyright : (c) CNRS, 2017 - present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 Source: Wikipedia
11 Page : text mining
12
13 -}
14
15
16
17 module Gargantext.Core.Text.Samples.EN where
18
19 import Data.String (String)
20
21 textSample :: String
22 textSample = "Text mining, also referred to as text data mining, roughly equivalent to text analytics, is the process of deriving high-quality information from text. High-quality information is typically derived through the devising of patterns and trends through means such as statistical pattern learning. Text mining usually involves the process of structuring the input text (usually parsing, along with the addition of some derived linguistic features and the removal of others, and subsequent insertion into a database), deriving patterns within the structured data, and finally evaluation and interpretation of the output. 'High quality' in text mining usually refers to some combination of relevance, novelty, and interestingness. Typical text mining tasks include text categorization, text clustering, concept/entity extraction, production of granular taxonomies, sentiment analysis, document summarization, and entity relation modeling (i.e., learning relations between named entities). Text analysis involves information retrieval, lexical analysis to study word frequency distributions, pattern recognition, tagging/annotation, information extraction, data mining techniques including link and association analysis, visualization, and predictive analytics. The overarching goal is, essentially, to turn text into data for analysis, via application of natural language processing (NLP) and analytical methods. A typical application is to scan a set of documents written in a natural language and either model the document set for predictive classification purposes or populate a database or search index with the information extracted."
23
24 stopList :: [String]
25 stopList =
26 ["a", "a's", "able", "about", "above", "according", "accordingly"
27 , "across", "actually", "after", "afterwards", "again", "against"
28 , "ain't", "all", "allow", "allows", "almost", "alone", "along"
29 , "already", "also", "although", "always", "am", "among", "amongst", "an"
30 , "analyze", "and", "another", "any", "anybody", "anyhow", "anyone"
31 , "anything", "anyway", "anyways", "anywhere", "apart", "appear"
32 , "apply", "appreciate", "appropriate", "are", "aren't", "around"
33 , "as", "aside", "ask", "asking", "associated", "at", "available"
34 , "away", "awfully", "b", "based", "be", "became", "because", "become"
35 , "becomes", "becoming", "been", "before", "beforehand", "behind"
36 , "being", "believe", "below", "beside", "besides", "best", "better"
37 , "between", "beyond", "both", "brief", "but", "by", "c", "c'mon", "c's"
38 , "came", "can", "can't", "cannot", "cant", "cause", "causes", "certain"
39 , "certainly", "changes", "clearly", "co", "com", "come", "comes"
40 , "common", "concerning", "consequently", "consider", "considering"
41 , "contain", "containing", "contains", "corresponding", "could"
42 , "couldn't", "course", "currently", "d", "definitely", "described"
43 , "despite", "detecting", "detects", "did", "didn't", "different", "do"
44 , "does", "doesn't", "doing", "don't", "done", "down", "downwards"
45 , "during", "e", "each", "edu", "eg", "eight", "either", "else"
46 , "elsewhere", "enough", "entirely", "especially", "et", "etc", "even"
47 , "ever", "every", "everybody", "everyone", "everything", "everywhere"
48 , "ex", "exactly", "example", "except", "f", "far", "few", "fifth"
49 , "find", "first", "five", "followed", "following", "follows", "for"
50 , "former", "formerly", "forth", "four", "from", "further", "furthermore"
51 , "g", "get", "gets", "getting", "gif", "given", "gives", "go", "goes"
52 , "going", "gone", "got", "gotten", "greetings", "h", "had", "hadn't"
53 , "happens", "hardly", "has", "hasn't", "have", "haven't", "having"
54 , "he", "he'd", "he'll", "he's", "hello", "help", "hence", "her"
55 , "here", "here's", "hereafter", "hereby", "herein", "hereupon", "hers"
56 , "herself", "hi", "him", "himself", "his", "hither", "hopefully", "how"
57 , "how's", "howbeit", "however", "i", "i'd", "i'll", "i'm", "i've"
58 , "identify", "ie", "if", "ignored", "immediate", "in", "inasmuch"
59 , "inc", "indeed", "indicate", "indicated", "indicates", "inner"
60 , "insofar", "instead", "into", "involves", "inward", "is", "isn't"
61 , "it", "it'd", "it'll", "it's", "its", "itself", "j", "just", "k"
62 , "keep", "keeps", "kept", "know", "known", "knows", "l", "last"
63 , "late", "lately", "later", "latter", "latterly", "least", "less"
64 , "lest", "let", "let's", "like", "liked", "likely", "little", "look"
65 , "looking", "looks", "ltd", "m", "main", "mainly", "many", "may"
66 , "maybe", "me", "mean", "meanwhile", "merely", "might", "min", "more"
67 , "moreover", "most", "mostly", "much", "must", "mustn't", "my", "myself"
68 , "n", "name", "namely", "nd", "near", "nearly", "necessary", "need"
69 , "needs", "neither", "never", "nevertheless", "new", "next", "nine"
70 , "no", "nobody", "non", "none", "noone", "nor", "normally", "not"
71 , "nothing", "novel", "now", "nowhere", "o", "obviously", "of", "off"
72 , "often", "oh", "ok", "okay", "old", "on", "once", "one", "ones"
73 , "only", "onto", "or", "other", "others", "otherwise", "ought", "our"
74 , "ours", "ourselves", "out", "outside", "over", "overall", "own", "p"
75 , "particular", "particularly", "per", "perhaps", "placed", "please"
76 , "plus", "possible", "presents", "presumably", "probably", "provides"
77 , "q", "que", "quite", "qv", "r", "rather", "rd", "re", "really"
78 , "reasonably", "regarding", "regardless", "regards", "relatively"
79 , "respectively", "right", "s", "said", "same", "saw", "say", "saying"
80 , "says", "sds", "second", "secondly", "see", "seeing", "seem", "seemed"
81 , "seeming", "seems", "seen", "self", "selves", "sensible", "sent"
82 , "serious", "seriously", "seven", "several", "shall", "shan't"
83 , "she", "she'd", "she'll", "she's", "should", "shouldn't", "since"
84 , "six", "so", "some", "somebody", "somehow", "someone", "something"
85 , "sometime", "sometimes", "somewhat", "somewhere", "soon", "sorry"
86 , "specified", "specify", "specifying", "still", "sub", "such", "sup"
87 , "sure", "t", "t's", "take", "taken", "tell", "tends", "th", "than"
88 , "thank", "thanks", "thanx", "that", "that's", "thats", "the", "their"
89 , "theirs", "them", "themselves", "then", "thence", "there", "there's"
90 , "thereafter", "thereby", "therefore", "therein", "theres", "thereupon"
91 , "these", "they", "they'd", "they'll", "they're", "they've", "think"
92 , "third", "this", "thorough", "thoroughly", "those", "though", "three"
93 , "through", "throughout", "thru", "thus", "to", "together", "too"
94 , "took", "toward", "towards", "tried", "tries", "truly", "try"
95 , "trying", "twice", "two", "u", "un", "under", "unfortunately"
96 , "unless", "unlikely", "until", "unto", "up", "upon", "us", "use"
97 , "used", "useful", "uses", "using", "usually", "uucp", "v", "value"
98 , "various", "very", "via", "viz", "vs", "w", "want", "wants", "was"
99 , "wasn't", "way", "we", "we'd", "we'll", "we're", "we've", "welcome"
100 , "well", "went", "were", "weren't", "what", "what's", "whatever", "when"
101 , "when's", "whence", "whenever", "where", "where's", "whereafter"
102 , "whereas", "whereby", "wherein", "whereupon", "wherever", "whether"
103 , "which", "while", "whither", "who", "who's", "whoever", "whole", "whom"
104 , "whose", "why", "why's", "will", "willing", "wish", "with", "within"
105 , "without", "won't", "wonder", "would", "wouldn't", "x", "y", "yes"
106 , "yet", "you", "you'd", "you'll", "you're", "you've", "your", "yours"
107 , "yourself", "yourselves", "z", "zero"]
108
109