twexicon 0.1.6 → 0.1.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/twexicon/analyzer.rb +1 -1
- data/lib/twexicon/validator.rb +0 -4
- data/lib/twexicon/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8628e88177bf13abeb0aabcdf40f85829cf3234b
|
4
|
+
data.tar.gz: 0dfa52e2ed29c01ec14b575587f5b9ee038a81fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dffb2fbd8eaa81c1550aef0ccac4d745a3595ae43cd5cff2729cc1ffa9f5a21cc61b5488865af8e0184166ceb2fb58d5ca6359bd63164eb2425eea070de22799
|
7
|
+
data.tar.gz: 60c9217cf1fe43793c4d474d56d00bd668dd60d2e4f57bc72d7473392f57291484e1c0d4cb27bcc710d93906f751ea19f731bcf91cbfbfa7281f2eb3d0f81cdb
|
data/lib/twexicon/analyzer.rb
CHANGED
@@ -70,7 +70,7 @@ class Twexicon::Analyzer
|
|
70
70
|
end
|
71
71
|
|
72
72
|
# 38 words from https://en.wikipedia.org/wiki/Most_common_words_in_English –– Left out some common yet still interesting ones (People, Good, Think, Work, First, One, Two, Want, New, Give, Know)
|
73
|
-
COMMON_WORDS = ["A", "About", "An", "And", "Are", "As", "At", "Be", "Been", "But", "By", "For", "From", "Get", "Had", "Has", "Have", "In", "Into", "Is", "It", "It's", "Its", "Just", "Not", "Of", "On", "Or", "Say", "So", "Some", "That", "The", "There", "These", "This", "Those", "To", "Up", "With", "I", "My", "Your", "They", "He", "You", "Do", "His", "We", "Her", "She", "Will", "All", "Would", "Their", "What", "Out", "If", "Who", "Which", "Go", "Me", "When", "Make", "Can", "
|
73
|
+
COMMON_WORDS = ["A", "About", "An", "And", "Are", "As", "At", "Be", "Been", "But", "By", "For", "From", "Get", "Had", "Has", "Have", "In", "Into", "Is", "It", "It's", "Its", "Just", "Not", "Of", "On", "Or", "Say", "So", "Some", "That", "The", "There", "These", "This", "Those", "To", "Up", "With", "I", "My", "Your", "They", "He", "You", "Do", "His", "We", "Her", "She", "Will", "All", "Would", "Their", "What", "Out", "If", "Who", "Which", "Go", "Me", "When", "Make", "Can", "Time", "No", "Him", "Take", "Year", "Could", "Them", "See", "Other", "Than", "Then", "Now", "Look", "Only", "Come", "Over", "Also", "Back", "After", "Use", "How", "Our", "Well", "Way", "Even", "Because", "Any", "Day", "Most", "Us",
|
74
74
|
# other additions
|
75
75
|
"Wouldn't", "Couldn't", "Shouldn't", "Mustn't", "Would've", "Could've", "Should've", "Must've", "Hadn't", "Wasn't", "Weren't", "Ain't", "Aint", "Here", "Seem", "Seems", "That's", "Took", "Much", "More", "You're", "We're", "We've", "I've", "I'm",
|
76
76
|
# contraction endings until I fix the parsing error
|
data/lib/twexicon/validator.rb
CHANGED
data/lib/twexicon/version.rb
CHANGED