Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restructure source data #42

Closed
wants to merge 7 commits into from
Closed

restructure source data #42

wants to merge 7 commits into from

Conversation

parker57
Copy link
Contributor

response to #24

Adds a whole bunch of new words to, including over 3,000 of the most common 10,000 English words.

parker57 added 7 commits June 20, 2018 15:48
file is considerable larger and causes the library to take longer to load in but owing to the restructuring it's quicker to use
also contains many more entries:

```console
$ ety international shipping of products including games books and movies
international (English)
 • national (English)
 • inter- (English)

shipping (English)
 • ship (English)

of (English)
 • of (Middle English (1100-1500))

products (English)
 • product (English)

including (English)
 • include (English)

games (English)
 • game (English)

books (English)
 • book (English)

and (English)
 • and (Middle English (1100-1500))

movies (English)
 • movie (English)
 ```

 instead of

 ```console
 $ ety international shipping of products including games books and movies
No origins found for word: international
No origins found for word: shipping
No origins found for word: products
No origins found for word: including
No origins found for word: games
No origins found for word: books
No origins found for word: movies
of (English)
 • of (Middle English (1100-1500))

and (English)
 • and (Middle English (1100-1500))
```
# Conflicts:
#	ety/__init__.py
#	ety/word.py

updated random word method and made it case sensitive again
# Conflicts:
#	ety/__init__.py
#	ety/word.py

updated random word method and made it case sensitive again
@jmsv jmsv closed this in ed2844c Jun 24, 2018
@jmsv
Copy link
Owner

jmsv commented Jun 24, 2018

Merged in ed2844c

Commit history at https://github.com/jmsv/ety-python/tree/data-restructure

@jmsv
Copy link
Owner

jmsv commented Jun 24, 2018

Issue opened for use of rel:is_derived_from: #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants