You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 KiB

In [16]:
import nltk
import random
In [17]:
from urllib.request import urlopen
In [18]:
from nltk import word_tokenize
In [19]:
url = 'https://git.xpub.nl/XPUB/S13-Words-for-the-Future-notebooks/raw/branch/master/txt/words-for-the-future/PRACTICAL-VISION.txt'
In [20]:
vision = urlopen(url).read().decode('utf-8')
In [21]:
tokens = word_tokenize(vision)
In [22]:
vision = nltk.text.Text(tokens)
In [ ]:
width = 82 #canvas measures
height = 74
In [87]:
#left = line.left_print.lower() #.replace('.','').replace(',','').replace('  ',' ')
#middle = line.query.upper()
#right = line.right_print.lower() #.replace('.','').replace(',','').replace('  ',' ')

#lang=[]

#l = [left,'     ',middle]
#m = [middle,'   ',right]
#r = [right, ' ',left]


lista = [] 
tmp_line = ''

counter = 0


for line in vision.concordance_list('nine', width=85, lines=1): #analyses the given word and print the lines where it is situated, in this case there is only one but 
    for x in range(74): #it is repeated 74 times
        l = line.left_print[7:] #this picks only the desired words and defines the left side
        m = line.query #defines the center (the given word)
        r = line.right_print #defines the right side
        l = l.split(' ') #split the sentence, both sides
        r = r.split(' ')
        random.shuffle(l) #shuffles the results for every line, both sides excepts the center, it will be always 'nine'
        rl = ' '.join(l).lower()
        random.shuffle(r)
        rr= ' '.join(r)
        results= (f"  {rl.capitalize()} {m} {rr}.  ") #capitalize the first letter of the first word of every line
        lista.append(results)
        


        patch = "\n".join(lista) #creates effectivly the quilt computing the charachters

        f = 'patcherico.txt' #export the patch for the quilt in .txt
        export = open(f, 'w')
        export.write(patch)
In [88]:
 
Out[88]:
82
In [47]:
print(len('  Than there six are more thousand nine languages the hundred world more across.  '))
82
In [35]:
print(len('There are more than six thousand nine hundred more languages across the world'))
77
In [36]:
f = 'patchericofortheconcordance.txt'
export = open(f, 'w')
export.write(results)
Out[36]:
82
In [37]:
## left = line.left_print.lower() #.replace('.','').replace(',','').replace('  ',' ')
middle = line.query.upper()
right = line.right_print.lower() #.replace('.','').replace(',','').replace('  ',' ')

lang=[]

#l = [left,'     ',middle]
#m = [middle,'   ',right]
#r = [right, ' ',left]

for word in range(72):

    print(vision.concordance('readers',width=82))
    for line in vision.concordance_list('language', width=84, lines=1):
        x = ' ' * (word*4)
        z = len(x)
        results=(f'{line.left_print}= {line.query} ={line.right_print}')
         #for lines in line:
            #results = random.choice(l)+random.choice(m)+random.choice(r)
        lang.append(results)
        print(results)
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
Displaying 7 of 7 matches:
s in fostering communication amongst readers and speakers of different languages 
ly vital contribution . Not just for readers that want to read other languages , 
s between writers , publishers , and readers . And because of our access to and c
 want to establish a base of devoted readers . Earlier in the process , someone w
the translators and our most devoted readers started sharing the work on Facebook
 magazine that reached a few million readers . In the USA , the story was nominat
s between writers , publishers , and readers . When we act out our ideas , the fu
None
uld do with the resources we valued := language =, knowledge and our web of connection
In [421]:
print(len('Six thousand more are than there nine world across the languages hundred more.'))
78
In [ ]: