twitter-text-kow 1.3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/config/v1.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "version": 1,
3
+ "maxWeightedTweetLength": 140,
4
+ "scale": 1,
5
+ "defaultWeight": 1,
6
+ "transformedURLLength": 23,
7
+ "ranges": []
8
+ }
data/config/v2.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "version": 2,
3
+ "maxWeightedTweetLength": 280,
4
+ "scale": 100,
5
+ "defaultWeight": 200,
6
+ "transformedURLLength": 23,
7
+ "ranges": [
8
+ {
9
+ "start": 0,
10
+ "end": 4351,
11
+ "weight": 100
12
+ },
13
+ {
14
+ "start": 8192,
15
+ "end": 8205,
16
+ "weight": 100
17
+ },
18
+ {
19
+ "start": 8208,
20
+ "end": 8223,
21
+ "weight": 100
22
+ },
23
+ {
24
+ "start": 8242,
25
+ "end": 8247,
26
+ "weight": 100
27
+ }
28
+ ]
29
+ }
data/config/v3.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "version": 3,
3
+ "maxWeightedTweetLength": 280,
4
+ "scale": 100,
5
+ "defaultWeight": 200,
6
+ "emojiParsingEnabled": true,
7
+ "transformedURLLength": 23,
8
+ "ranges": [
9
+ {
10
+ "start": 0,
11
+ "end": 4351,
12
+ "weight": 100
13
+ },
14
+ {
15
+ "start": 8192,
16
+ "end": 8205,
17
+ "weight": 100
18
+ },
19
+ {
20
+ "start": 8208,
21
+ "end": 8223,
22
+ "weight": 100
23
+ },
24
+ {
25
+ "start": 8242,
26
+ "end": 8247,
27
+ "weight": 100
28
+ }
29
+ ]
30
+ }