- Get Started
- Image & Video APIs overview
- Developer kickstart
- SDK quick starts
- Try it!
- Video tutorial library
- Programmatic asset management
- Programmatic upload
- Upload programmatically
- Create upload presets
- Auto upload
- Moderate images with AI
- Use AI to generate image captions
- Upload images in Flutter
- Upload images in Node.js
- Auto-tag images in Node.js
- Upload multiple files in Node.js
- Upload videos in Node.js
- Upload images in Python
- Auto-tag images in Python
- Upload videos in Python
- Upload assets in a React app
- Upload assets in a Vue.js app
- Drag-and-drop uploads in React
- Upload assets in a Next.js app
- Upload assets with Server Actions
- Upload assets in Svelte
- Upload assets in a SvelteKit app
- Upload assets in a Remix app
- Upload images in Hono
- Use webhooks to remove backgrounds
- Interaction with Cloudinary APIs
- Cloudinary SDKs
- Find your credentials
- Configure the JavaScript SDK
- Configure the React SDK
- Configure the Flutter SDK
- Configure Svelte Cloudinary
- Configure the Javascript SDK in Svelte
- Getting started with Cloudinary in Node.js
- Configure the Node.js SDK
- Configure the Python SDK
- Configure the PHP SDK
- Configure the Go SDK
- Configure the Vue.js SDK
- Configure the Next.js SDK
- List images in Next.js
- Lazy load images with Next.js
- Captioning on upload with Node.js
- Delete assets with Node.js
- Manage images in a Django app
- Cloudinary CLI
- Widgets
- Administration
- Programmatic upload
- Optimization and delivery
- Transformations
- Get started with transformations
- Advanced transformation features
- Text overlay transformations
- Complex transformations
- Named transformations
- Named transformations using TX Builder
- Advanced image components
- Trim videos in Node.js
- Splice videos in Node.js
- Zoompan effect
- Video transformations
- Crop and resize images in React
- Crop and resize videos in React
- Crop and resize images in Python
- Remove backgrounds and add drop shadows
- AI generative fill in Next.js
- Color accessibility in JavaScript
- Transformations for social media
- Dev Hints on YouTube
- Programmatic asset management
- Additional onboarding resources
- Guides
- Cloudinary Image
- Product overview
- Image transformations
- Image transformations overview
- Resizing and cropping
- Placing layers on images
- Effects and enhancements
- Background removal
- Generative AI transformations
- Face-detection based transformations
- Custom focus areas
- Animated images
- Transformations on 3D models
- Conditional transformations
- User-defined variables and arithmetic transformations
- Custom functions
- Image optimization and delivery
- Programmatic image creation
- Product Gallery widget
- Media Editor widget
- Image add-ons
- Cloudinary Video
- Upload
- Asset management
- Account management
- Retail and e-commerce
- User-generated content
- AI in action
- Native mobile
- Add-ons
- Advanced Facial Attributes Detection
- Amazon Rekognition AI Moderation
- Amazon Rekognition Video Moderation
- Amazon Rekognition Auto Tagging
- Amazon Rekognition Celebrity Detection
- Aspose Document Conversion
- Cloudinary AI Background Removal
- Cloudinary AI Content Analysis
- Cloudinary AI Vision (Beta)
- Cloudinary Duplicate Image Detection
- Google AI Video Moderation
- Google AI Video Transcription
- Google Auto Tagging
- Google Automatic Video Tagging
- Google Translation
- Imagga Auto Tagging
- Imagga Crop and Scale
- Perception Point Malware Detection
- Microsoft Azure Video Indexer
- OCR Text Detection and Extraction
- Pixelz - Remove the Background
- URL2PNG Website Screenshots
- VIESUS™ Automatic Image Enhancement
- WebPurify Image Moderation
- Cloudinary Image
- References
- SDKs
- Release Notes
Cloudinary AI Content Analysis
Last updated: Apr-23-2025
Cloudinary is a cloud-based service that provides solutions for image and video management. These include server or client-side upload, on-the-fly image and video transformations, fast CDN delivery, and a variety of asset management options.
The Cloudinary AI Content Analysis add-on uses AI-based object detection and content-aware algorithms to provide the following functionality:
-
Object-aware cropping: Ensures that your image crops keep the specific objects that matter to you, even when you significantly modify the aspect ratio.
URLNode.jsReactVue.jsAngularJSPythonPHPJavaRuby.NETDartiOSAndroidFlutterKotlinjQueryReact NativeOpen In Transformation BuilderImportantBy default, delivery URLs that use this add-on either need to be signed or eagerly generated. You can optionally remove this requirement by selecting this add-on in the Allow unsigned add-on transformations section of the Security page in the Console Settings.(For simplicity, most of the examples on this page show eagerly generated URLs without signatures.)
-
Automatic image tagging: Adds tags to your images based on objects or abstract concepts detected by the content-aware detection models specified on upload, or when invoked on images already stored in your product environment.
cURLNode.jsPythonPHPJavaGoRuby.NETiOSAndroidCLIcurl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/winter_fashion.jpg' -F 'detection=cld-fashion' -F 'auto_tagging=0.6' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
-
Image quality analysis: Analyzes the quality of an image.
cURLNode.jsPythonPHPJavaGoRuby.NETiOSAndroidCLIcurl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/winter_fashion.jpg' -F 'detection=iqa' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
The response includes the
iqa-analysis
field:JSON"info": { "detection": { "object_detection": { "status": "complete", "data": { "iqa": { "model_name": "iqa", "model_version": 1, "schema_version": 1, "tags": { "iqa-analysis": [ { "attributes": { "quality": "medium", "score": 0.4521875 }, "categories": [], "confidence": 1.0 } ] } } } } } },
-
Watermark detection: Detects banners and watermarks in images.
cURLNode.jsPythonPHPJavaGoRuby.NETiOSAndroidCLIcurl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/roses-ban.jpg' -F 'detection=watermark-detection' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
-
AI-based image captioning: Analyzes an image and suggests a caption to use appropriate to the image's contents.
cURLNode.jsPythonPHPJavaGoRuby.NETiOSAndroidCLIcurl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/kids_sport.jpg' -F 'detection=captioning' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
- Getting started
- Supported content-aware detection models
- Object detection demo
- Object-aware cropping
- Applying object-aware cropping
- Notes on specifying categories and objects
- Combining focal gravity options using auto-gravity
- Combining focal gravity options using object-specific gravity
- Specifying objects to avoid using auto-gravity
- Choosing the cropping mode
- Using objects with the zoompan effect
- Signed URLs
- Automatic image tagging
- Image quality analysis
- Watermark detection
- AI-based image captioning
Getting started
Before you can use the Cloudinary AI Content Analysis add-on:
You must have a Cloudinary account. If you don't already have one, you can sign up for a free account.
Register for the add-on: make sure you're logged in to your account and then go to the Add-ons page. For more information about add-on registrations, see Registering for add-ons.
Keep in mind that many of the examples on this page use our SDKs. For SDK installation and configuration details, see the relevant SDK guide.
If you're new to Cloudinary, you may want to take a look at the Developer Kickstart for a hands-on, step-by-step introduction to a variety of features.
Supported content-aware detection models
The Cloudinary AI Content Analysis add-on supports a number of built-in content-aware detection models, each supporting a specific set of categories and objects. You can specify which version of each model to invoke for each use of the add-on.
Cloudinary currently supports the following models:
Model | Description |
---|---|
coco | The Common Objects in Context model contains just 80 common objects. |
cld-fashion | Cloudinary's fashion model is specifically dedicated to items of clothing. Used with automatic image tagging, the response includes attributes of the clothing identified, for example whether the garment contains pockets, its material and the fastenings used. |
lvis | The Large Vocabulary Instance Segmentation model contains thousands of general objects. |
unidet | The UniDet model is a unified model, combining a number of object models, including Objects365, which focuses on diverse objects in the wild. |
human-anatomy | Cloudinary's human anatomy model identifies parts of the human body in an image. It works best when the majority of a human body is detected in the image. |
cld-text | Cloudinary's text model tells you if your image includes text, and where it's located. Used with automatic image tagging, you can then search for images that contain blocks of text. Used with object-aware cropping, you can choose to keep only the text part, or specify a crop that avoids the text. |
shop-classifier | Cloudinary's shop classifier model detects if the image is a product image taken in a studio, or if it's a natural image. |
image-type | Cloudinary's image type model detects generic properties about a photographic image, for example, photographic style, setting and time of the photo. |
captioning | Cloudinary's captioning model is used to describe the contents of an image. See AI-based image captioning. |
watermark-detection | Cloudinary's watermark detection model identifies if the image contains different types of watermark. See Watermark detection. |
iqa | The Image Quality Analysis (IQA) model can predict the quality of a given image on a scale from 0 to 1 and provides a general quality estimation, categorized as 'low', 'medium', or 'high'. See Image quality analysis. |
Model capabilities
This table shows the capabilities of each supported version of each model:
Model | Default Version | Version | Default Confidence | Tag | Confidence | Bounding Box | Attributes |
---|---|---|---|---|---|---|---|
cld-fashion | 4 | 4 | 0.5 | ✔ | ✔ | ✔ | ✔ |
iqa | 1 | 1 | 0 | ✔ | ✔ | ||
lvis | 3 | 2 | 0.2 | ✔ | ✔ | ✔ | |
3 | 0.2 | ✔ | ✔ | ✔ | |||
watermark-detection | 1 | 1 | 0 | ✔ | ✔ | ||
unidet | 1 | 1 | 0.5 | ✔ | ✔ | ✔ | |
captioning | 4 | 1 | 0.5 | ✔ | |||
3 | 0.5 | ✔ | |||||
4 | 0.5 | ✔ | |||||
image-type | 1 | 1 | 0.5 | ✔ | ✔ | ||
cld-text | 1 | 1 | 0.5 | ✔ | ✔ | ✔ | |
shop-classifier | 1 | 1 | 0.5 | ✔ | ✔ | ||
human-anatomy | 1 | 1 | 0.6 | ✔ | ✔ | ✔ | |
coco | 2 | 2 | 0.5 | ✔ | ✔ | ✔ |
- Default version is the version of the model that is invoked if left unspecified.
- Version indicates support for a particular version of the model - different versions have different accuracies.
-
Default confidence shows the confidence level used when auto_tagging is set to
default
. - Tag indicates support for returning tags. This is a required capability for automatic image tagging.
- Confidence indicates support for returning confidence levels.
- Bounding Box indicates support for returning bounding boxes. This is a required capability for object-aware cropping.
- Attributes indicates support for returning attributes for each tag in a (key,value) list.
- If you are using our Asia Pacific data center, currently you can use only the COCO and Open Images models.
- If you have difficulty accessing any of the models, please contact support.
Supported objects and categories
Start typing the name of an object or category to see if it's supported by one of the built-in models.
Model | Category | Object | Full URL Syntax |
---|---|---|---|
cld-fashion | fashion-item | bag | cld-fashion_v4_bag |
cld-fashion | fashion-item | watch | cld-fashion_v4_watch |
cld-fashion | fashion-item | umbrella | cld-fashion_v4_umbrella |
cld-fashion | fashion-item | tie | cld-fashion_v4_tie |
cld-fashion | fashion-item | scarf | cld-fashion_v4_scarf |
cld-fashion | fashion-item | hat | cld-fashion_v4_hat |
cld-fashion | fashion-item | headband | cld-fashion_v4_headband |
cld-fashion | fashion-item | glove | cld-fashion_v4_glove |
cld-fashion | fashion-item | belt | cld-fashion_v4_belt |
cld-fashion | fashion-item | eyewear | cld-fashion_v4_eyewear |
cld-fashion | fashion-item | jumpsuit | cld-fashion_v4_jumpsuit |
cld-fashion | fashion-item | dress | cld-fashion_v4_dress |
cld-fashion | fashion-item | top | cld-fashion_v4_top |
cld-fashion | fashion-item | stockings | cld-fashion_v4_stockings |
cld-fashion | fashion-item | sock | cld-fashion_v4_sock |
cld-fashion | fashion-item | leg-warmer | cld-fashion_v4_leg-warmer |
cld-fashion | fashion-item | jacket | cld-fashion_v4_jacket |
cld-fashion | fashion-item | coat | cld-fashion_v4_coat |
cld-fashion | fashion-item | cape | cld-fashion_v4_cape |
cld-fashion | fashion-item | vest | cld-fashion_v4_vest |
cld-fashion | fashion-item | cardigan | cld-fashion_v4_cardigan |
cld-fashion | fashion-item | pants | cld-fashion_v4_pants |
cld-fashion | fashion-item | shorts | cld-fashion_v4_shorts |
cld-fashion | fashion-item | skirt | cld-fashion_v4_skirt |
cld-fashion | fashion-item | footwear | cld-fashion_v4_footwear |
cld-fashion | fashion-item | outerwear | cld-fashion_v4_outerwear |
cld-fashion | fashion-item | hosiery | cld-fashion_v4_hosiery |
cld-fashion | fashion-item | bracelet | cld-fashion_v4_bracelet |
cld-fashion | fashion-item | earring | cld-fashion_v4_earring |
cld-fashion | fashion-item | pendant | cld-fashion_v4_pendant |
cld-fashion | fashion-item | necklace | cld-fashion_v4_necklace |
cld-fashion | fashion-item | ring | cld-fashion_v4_ring |
cld-fashion | fashion-item | bra | cld-fashion_v4_bra |
cld-fashion | fashion-item | underpants | cld-fashion_v4_underpants |
cld-fashion | apparel | pants | cld-fashion_v4_pants |
cld-fashion | apparel | shorts | cld-fashion_v4_shorts |
cld-fashion | apparel | skirt | cld-fashion_v4_skirt |
cld-fashion | apparel | jumpsuit | cld-fashion_v4_jumpsuit |
cld-fashion | apparel | top | cld-fashion_v4_top |
cld-fashion | apparel | outerwear | cld-fashion_v4_outerwear |
cld-fashion | apparel | coat | cld-fashion_v4_coat |
cld-fashion | apparel | jacket | cld-fashion_v4_jacket |
cld-fashion | apparel | cardigan | cld-fashion_v4_cardigan |
cld-fashion | apparel | vest | cld-fashion_v4_vest |
cld-fashion | apparel | cape | cld-fashion_v4_cape |
cld-fashion | apparel | dress | cld-fashion_v4_dress |
cld-fashion | apparel | hosiery | cld-fashion_v4_hosiery |
cld-fashion | apparel | sock | cld-fashion_v4_sock |
cld-fashion | apparel | stockings | cld-fashion_v4_stockings |
cld-fashion | apparel | leg-warmer | cld-fashion_v4_leg-warmer |
cld-fashion | outerwear | coat | cld-fashion_v4_coat |
cld-fashion | outerwear | jacket | cld-fashion_v4_jacket |
cld-fashion | outerwear | cardigan | cld-fashion_v4_cardigan |
cld-fashion | outerwear | vest | cld-fashion_v4_vest |
cld-fashion | outerwear | cape | cld-fashion_v4_cape |
cld-fashion | hosiery | sock | cld-fashion_v4_sock |
cld-fashion | hosiery | stockings | cld-fashion_v4_stockings |
cld-fashion | hosiery | leg-warmer | cld-fashion_v4_leg-warmer |
cld-fashion | fashion-accessory | bag | cld-fashion_v4_bag |
cld-fashion | fashion-accessory | watch | cld-fashion_v4_watch |
cld-fashion | fashion-accessory | umbrella | cld-fashion_v4_umbrella |
cld-fashion | fashion-accessory | tie | cld-fashion_v4_tie |
cld-fashion | fashion-accessory | scarf | cld-fashion_v4_scarf |
cld-fashion | fashion-accessory | hat | cld-fashion_v4_hat |
cld-fashion | fashion-accessory | headband | cld-fashion_v4_headband |
cld-fashion | fashion-accessory | glove | cld-fashion_v4_glove |
cld-fashion | fashion-accessory | belt | cld-fashion_v4_belt |
cld-fashion | fashion-accessory | eyewear | cld-fashion_v4_eyewear |
cld-fashion | footwear | footwear | cld-fashion_v4_footwear |
cld-fashion | jewellery | bracelet | cld-fashion_v4_bracelet |
cld-fashion | jewellery | earring | cld-fashion_v4_earring |
cld-fashion | jewellery | pendant | cld-fashion_v4_pendant |
cld-fashion | jewellery | necklace | cld-fashion_v4_necklace |
cld-fashion | jewellery | ring | cld-fashion_v4_ring |
cld-fashion | underwear | bra | cld-fashion_v4_bra |
cld-fashion | underwear | underpants | cld-fashion_v4_underpants |
lvis | 1st-class | card | lvis_v3_card |
lvis | 1st-class | postcard | lvis_v3_postcard |
lvis | 1st-class-mail | card | lvis_v3_card |
lvis | 1st-class-mail | postcard | lvis_v3_postcard |
lvis | abode | dollhouse | lvis_v3_dollhouse |
lvis | absorbent | sponge | lvis_v3_sponge |
lvis | absorbent-material | sponge | lvis_v3_sponge |
lvis | abstract-entity | flower-arrangement | lvis_v3_flower-arrangement |
lvis | abstract-entity | poster | lvis_v3_poster |
lvis | abstract-entity | street-sign | lvis_v3_street-sign |
lvis | abstraction | flower-arrangement | lvis_v3_flower-arrangement |
lvis | abstraction | poster | lvis_v3_poster |
lvis | abstraction | street-sign | lvis_v3_street-sign |
lvis | acanthopterygian | puffer | lvis_v3_puffer |
lvis | accessory | belt | lvis_v3_belt |
lvis | accessory | wall-socket | lvis_v3_wall-socket |
lvis | accolade | award | lvis_v3_award |
lvis | accolade | trophy-cup | lvis_v3_trophy-cup |
lvis | accouterment | belt | lvis_v3_belt |
lvis | accoutrement | belt | lvis_v3_belt |
lvis | accumulator | car-battery | lvis_v3_car-battery |
lvis | acetum | vinegar | lvis_v3_vinegar |
lvis | acknowledgement | receipt | lvis_v3_receipt |
lvis | acknowledgment | receipt | lvis_v3_receipt |
lvis | acoustic-device | bell | lvis_v3_bell |
lvis | acoustic-device | cowbell | lvis_v3_cowbell |
lvis | activewear | sportswear | lvis_v3_sportswear |
lvis | add-on | wall-socket | lvis_v3_wall-socket |
lvis | ade | lemonade | lvis_v3_lemonade |
lvis | adhesive-bandage | band-aid | lvis_v3_band-aid |
lvis | adhesive-tape | duct-tape | lvis_v3_duct-tape |
lvis | adornment | anklet | lvis_v3_anklet |
lvis | adornment | bead | lvis_v3_bead |
lvis | adornment | bracelet | lvis_v3_bracelet |
lvis | adornment | broach | lvis_v3_broach |
lvis | adornment | choker | lvis_v3_choker |
lvis | adornment | cufflink | lvis_v3_cufflink |
lvis | adornment | earring | lvis_v3_earring |
lvis | adornment | jewel | lvis_v3_jewel |
lvis | adornment | jewelry | lvis_v3_jewelry |
lvis | adornment | necklace | lvis_v3_necklace |
lvis | adornment | plume | lvis_v3_plume |
lvis | adornment | ring | lvis_v3_ring |
lvis | adornment | tassel | lvis_v3_tassel |
lvis | adornment | wedding-ring | lvis_v3_wedding-ring |
lvis | aerial | antenna | lvis_v3_antenna |
lvis | aerial | dish-antenna | lvis_v3_dish-antenna |
lvis | aeroplane | airplane | lvis_v3_airplane |
lvis | aeroplane | fighter-jet | lvis_v3_fighter-jet |
lvis | aeroplane | jet-plane | lvis_v3_jet-plane |
lvis | aeroplane | seaplane | lvis_v3_seaplane |
lvis | aerosol | aerosol-can | lvis_v3_aerosol-can |
lvis | aerosol-bomb | aerosol-can | lvis_v3_aerosol-can |
lvis | aerosol-can | aerosol-can | lvis_v3_aerosol-can |
lvis | aerosol-container | aerosol-can | lvis_v3_aerosol-can |
lvis | afters | chocolate-mousse | lvis_v3_chocolate-mousse |
lvis | afters | icecream | lvis_v3_icecream |
lvis | afters | popsicle | lvis_v3_popsicle |
lvis | afters | sherbert | lvis_v3_sherbert |
lvis | agaric | mushroom | lvis_v3_mushroom |
lvis | agent | alcohol | lvis_v3_alcohol |
lvis | agent | detergent | lvis_v3_detergent |
lvis | agent | medicine | lvis_v3_medicine |
lvis | aguacate | avocado | lvis_v3_avocado |
lvis | ail | garlic | lvis_v3_garlic |
lvis | ailuropoda-melanoleuca | giant-panda | lvis_v3_giant-panda |
lvis | air-conditioning | air-conditioner | lvis_v3_air-conditioner |
lvis | air-sleeve | windsock | lvis_v3_windsock |
lvis | air-sock | windsock | lvis_v3_windsock |
lvis | aircraft | airplane | lvis_v3_airplane |
lvis | aircraft | balloon | lvis_v3_balloon |
lvis | aircraft | blimp | lvis_v3_blimp |
lvis | aircraft | drone | lvis_v3_drone |
lvis | aircraft | fighter-jet | lvis_v3_fighter-jet |
lvis | aircraft | helicopter | lvis_v3_helicopter |
lvis | aircraft | hot-air-balloon | lvis_v3_hot-air-balloon |
lvis | aircraft | jet-plane | lvis_v3_jet-plane |
lvis | aircraft | seaplane | lvis_v3_seaplane |
lvis | airplane | fighter-jet | lvis_v3_fighter-jet |
lvis | airplane | jet-plane | lvis_v3_jet-plane |
lvis | airplane | seaplane | lvis_v3_seaplane |
lvis | airship | blimp | lvis_v3_blimp |
lvis | alarm | alarm-clock | lvis_v3_alarm-clock |
lvis | alarm | fire-alarm | lvis_v3_fire-alarm |
lvis | alarm-system | fire-alarm | lvis_v3_fire-alarm |
lvis | alces-alces | elk | lvis_v3_elk |
lvis | alcohol | liquor | lvis_v3_liquor |
lvis | alcohol | martini | lvis_v3_martini |
lvis | alcohol | tequila | lvis_v3_tequila |
lvis | alcohol | vodka | lvis_v3_vodka |
lvis | alcoholic-beverage | alcohol | lvis_v3_alcohol |
lvis | alcoholic-beverage | liquor | lvis_v3_liquor |
lvis | alcoholic-beverage | martini | lvis_v3_martini |
lvis | alcoholic-beverage | tequila | lvis_v3_tequila |
lvis | alcoholic-beverage | vodka | lvis_v3_vodka |
lvis | alcoholic-drink | alcohol | lvis_v3_alcohol |
lvis | alcoholic-drink | liquor | lvis_v3_liquor |
lvis | alcoholic-drink | martini | lvis_v3_martini |
lvis | alcoholic-drink | tequila | lvis_v3_tequila |
lvis | alcoholic-drink | vodka | lvis_v3_vodka |
lvis | aliment | applesauce | lvis_v3_applesauce |
lvis | aliment | boiled-egg | lvis_v3_boiled-egg |
lvis | aliment | burrito | lvis_v3_burrito |
lvis | aliment | casserole | lvis_v3_casserole |
lvis | aliment | crisp | lvis_v3_crisp |
lvis | aliment | coleslaw | lvis_v3_coleslaw |
lvis | aliment | egg-roll | lvis_v3_egg-roll |
lvis | aliment | french-toast | lvis_v3_french-toast |
lvis | aliment | gelatin | lvis_v3_gelatin |
lvis | aliment | lasagna | lvis_v3_lasagna |
lvis | aliment | meatball | lvis_v3_meatball |
lvis | aliment | omelet | lvis_v3_omelet |
lvis | aliment | patty | lvis_v3_patty |
lvis | aliment | pizza | lvis_v3_pizza |
lvis | aliment | pudding | lvis_v3_pudding |
lvis | aliment | quesadilla | lvis_v3_quesadilla |
lvis | aliment | salad | lvis_v3_salad |
lvis | aliment | sandwich | lvis_v3_sandwich |
lvis | aliment | soup | lvis_v3_soup |
lvis | aliment | stew | lvis_v3_stew |
lvis | aliment | sushi | lvis_v3_sushi |
lvis | aliment | taco | lvis_v3_taco |
lvis | alimentation | applesauce | lvis_v3_applesauce |
lvis | alimentation | boiled-egg | lvis_v3_boiled-egg |
lvis | alimentation | burrito | lvis_v3_burrito |
lvis | alimentation | casserole | lvis_v3_casserole |
lvis | alimentation | crisp | lvis_v3_crisp |
lvis | alimentation | coleslaw | lvis_v3_coleslaw |
lvis | alimentation | egg-roll | lvis_v3_egg-roll |
lvis | alimentation | french-toast | lvis_v3_french-toast |
lvis | alimentation | gelatin | lvis_v3_gelatin |
lvis | alimentation | lasagna | lvis_v3_lasagna |
lvis | alimentation | meatball | lvis_v3_meatball |
lvis | alimentation | omelet | lvis_v3_omelet |
lvis | alimentation | patty | lvis_v3_patty |
lvis | alimentation | pizza | lvis_v3_pizza |
lvis | alimentation | pudding | lvis_v3_pudding |
lvis | alimentation | quesadilla | lvis_v3_quesadilla |
lvis | alimentation | salad | lvis_v3_salad |
lvis | alimentation | sandwich | lvis_v3_sandwich |
lvis | alimentation | soup | lvis_v3_soup |
lvis | alimentation | stew | lvis_v3_stew |
lvis | alimentation | sushi | lvis_v3_sushi |
lvis | alimentation | taco | lvis_v3_taco |
lvis | all-day-sucker | lollipop | lvis_v3_lollipop |
lvis | alligator-pear | avocado | lvis_v3_avocado |
lvis | amphibian | frog | lvis_v3_frog |
lvis | ananas | pineapple | lvis_v3_pineapple |
lvis | anapsid | turtle | lvis_v3_turtle |
lvis | anapsid-reptile | turtle | lvis_v3_turtle |
lvis | anas-platyrhynchos | mallard | lvis_v3_mallard |
lvis | angiosperm | carnation | lvis_v3_carnation |
lvis | angiosperm | sunflower | lvis_v3_sunflower |
lvis | animal | bird | lvis_v3_bird |
lvis | animal | calf | lvis_v3_calf |
lvis | animal | cub | lvis_v3_cub |
lvis | animal | dalmatian | lvis_v3_dalmatian |
lvis | animal | dog | lvis_v3_dog |
lvis | animal | foal | lvis_v3_foal |
lvis | animal | kitten | lvis_v3_kitten |
lvis | animal | lamb | lvis_v3_lamb |
lvis | animal | pet | lvis_v3_pet |
lvis | animal | pug-dog | lvis_v3_pug-dog |
lvis | animal | puppy | lvis_v3_puppy |
lvis | animal | starfish | lvis_v3_starfish |
lvis | animal-material | leather | lvis_v3_leather |
lvis | animal-product | leather | lvis_v3_leather |
lvis | animal-skin | leather | lvis_v3_leather |
lvis | animate-being | bird | lvis_v3_bird |
lvis | animate-being | calf | lvis_v3_calf |
lvis | animate-being | cub | lvis_v3_cub |
lvis | animate-being | dalmatian | lvis_v3_dalmatian |
lvis | animate-being | dog | lvis_v3_dog |
lvis | animate-being | foal | lvis_v3_foal |
lvis | animate-being | kitten | lvis_v3_kitten |
lvis | animate-being | lamb | lvis_v3_lamb |
lvis | animate-being | pet | lvis_v3_pet |
lvis | animate-being | pug-dog | lvis_v3_pug-dog |
lvis | animate-being | puppy | lvis_v3_puppy |
lvis | animate-being | starfish | lvis_v3_starfish |
lvis | animate-thing | mascot | lvis_v3_mascot |
lvis | animate-thing | person | lvis_v3_person |
lvis | animate-thing | pet | lvis_v3_pet |
lvis | ankle-bracelet | anklet | lvis_v3_anklet |
lvis | anorak | parka | lvis_v3_parka |
lvis | anorak | ski-parka | lvis_v3_ski-parka |
lvis | anseriform-bird | duck | lvis_v3_duck |
lvis | anseriform-bird | duckling | lvis_v3_duckling |
lvis | anseriform-bird | goose | lvis_v3_goose |
lvis | anseriform-bird | mallard | lvis_v3_mallard |
lvis | antelope | gazelle | lvis_v3_gazelle |
lvis | antenna | dish-antenna | lvis_v3_dish-antenna |
lvis | anthropoid-ape | gorilla | lvis_v3_gorilla |
lvis | anuran | frog | lvis_v3_frog |
lvis | ape | gorilla | lvis_v3_gorilla |
lvis | apium-graveolens-dulce | celery | lvis_v3_celery |
lvis | apodiform-bird | hummingbird | lvis_v3_hummingbird |
lvis | apparatus | pendulum | lvis_v3_pendulum |
lvis | apparel | jean | lvis_v3_jean |
lvis | appendage | doorknob | lvis_v3_doorknob |
lvis | appendage | handle | lvis_v3_handle |
lvis | appendage | knob | lvis_v3_knob |
lvis | apple-sauce | applesauce | lvis_v3_applesauce |
lvis | appliance | coffee-maker | lvis_v3_coffee-maker |
lvis | appliance | curling-iron | lvis_v3_curling-iron |
lvis | appliance | dishwasher | lvis_v3_dishwasher |
lvis | appliance | food-processor | lvis_v3_food-processor |
lvis | appliance | hair-dryer | lvis_v3_hair-dryer |
lvis | appliance | hotplate | lvis_v3_hotplate |
lvis | appliance | ice-maker | lvis_v3_ice-maker |
lvis | appliance | iron | lvis_v3_iron |
lvis | appliance | microwave-oven | lvis_v3_microwave-oven |
lvis | appliance | oven | lvis_v3_oven |
lvis | appliance | sewing-machine | lvis_v3_sewing-machine |
lvis | appliance | stove | lvis_v3_stove |
lvis | appliance | toaster | lvis_v3_toaster |
lvis | appliance | toaster-oven | lvis_v3_toaster-oven |
lvis | appliance | vacuum-cleaner | lvis_v3_vacuum-cleaner |
lvis | appliance | waffle-iron | lvis_v3_waffle-iron |
lvis | appliance | automatic-washer | lvis_v3_automatic-washer |
lvis | applicator | paintbrush | lvis_v3_paintbrush |
lvis | applier | paintbrush | lvis_v3_paintbrush |
lvis | appurtenance | crown | lvis_v3_crown |
lvis | appurtenance | first-aid-kit | lvis_v3_first-aid-kit |
lvis | appurtenance | saddle-blanket | lvis_v3_saddle-blanket |
lvis | appurtenance | wall-socket | lvis_v3_wall-socket |
lvis | appurtenance | yoke | lvis_v3_yoke |
lvis | aquarium | fishbowl | lvis_v3_fishbowl |
lvis | aquatic-bird | duck | lvis_v3_duck |
lvis | aquatic-bird | flamingo | lvis_v3_flamingo |
lvis | aquatic-bird | goose | lvis_v3_goose |
lvis | aquatic-bird | heron | lvis_v3_heron |
lvis | aquatic-bird | pelican | lvis_v3_pelican |
lvis | aquatic-bird | penguin | lvis_v3_penguin |
lvis | aquatic-bird | puffin | lvis_v3_puffin |
lvis | aquatic-bird | seabird | lvis_v3_seabird |
lvis | aquatic-mammal | manatee | lvis_v3_manatee |
lvis | aquatic-mammal | walrus | lvis_v3_walrus |
lvis | aquatic-vertebrate | fish | lvis_v3_fish |
lvis | aquatic-vertebrate | salmon | lvis_v3_salmon |
lvis | arachnid | spider | lvis_v3_spider |
lvis | arachnoid | spider | lvis_v3_spider |
lvis | area | aquarium | lvis_v3_aquarium |
lvis | area | birdcage | lvis_v3_birdcage |
lvis | area | locker | lvis_v3_locker |
lvis | area | elevator-car | lvis_v3_elevator-car |
lvis | area | cupboard | lvis_v3_cupboard |
lvis | area | drawer | lvis_v3_drawer |
lvis | area | fireplace | lvis_v3_fireplace |
lvis | area | playpen | lvis_v3_playpen |
lvis | arm | bow | lvis_v3_bow |
lvis | arm | dagger | lvis_v3_dagger |
lvis | arm | gun | lvis_v3_gun |
lvis | arm | pistol | lvis_v3_pistol |
lvis | arm | projectile | lvis_v3_projectile |
lvis | arm | rifle | lvis_v3_rifle |
lvis | arm | spear | lvis_v3_spear |
lvis | arm | sword | lvis_v3_sword |
lvis | armchair | recliner | lvis_v3_recliner |
lvis | armor | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | armor | chain-mail | lvis_v3_chain-mail |
lvis | armor | shield | lvis_v3_shield |
lvis | armored-combat-vehicle | army-tank | lvis_v3_army-tank |
lvis | armored-vehicle | army-tank | lvis_v3_army-tank |
lvis | armour | armor | lvis_v3_armor |
lvis | armour | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | armour | chain-mail | lvis_v3_chain-mail |
lvis | armour | shield | lvis_v3_shield |
lvis | armoured-combat-vehicle | army-tank | lvis_v3_army-tank |
lvis | armoured-vehicle | army-tank | lvis_v3_army-tank |
lvis | army-tank | army-tank | lvis_v3_army-tank |
lvis | arrangement | bouquet | lvis_v3_bouquet |
lvis | arrangement | flower-arrangement | lvis_v3_flower-arrangement |
lvis | arrangement | wreath | lvis_v3_wreath |
lvis | art | painting | lvis_v3_painting |
lvis | art | sculpture | lvis_v3_sculpture |
lvis | art | statue | lvis_v3_statue |
lvis | artefact | armband | lvis_v3_armband |
lvis | artefact | armor | lvis_v3_armor |
lvis | artefact | handbag | lvis_v3_handbag |
lvis | artefact | bait | lvis_v3_bait |
lvis | artefact | ball | lvis_v3_ball |
lvis | artefact | basket | lvis_v3_basket |
lvis | artefact | beachball | lvis_v3_beachball |
lvis | artefact | billboard | lvis_v3_billboard |
lvis | artefact | binder | lvis_v3_binder |
lvis | artefact | birdfeeder | lvis_v3_birdfeeder |
lvis | artefact | blackboard | lvis_v3_blackboard |
lvis | artefact | gameboard | lvis_v3_gameboard |
lvis | artefact | bob | lvis_v3_bob |
lvis | artefact | bookmark | lvis_v3_bookmark |
lvis | artefact | boot | lvis_v3_boot |
lvis | artefact | bouquet | lvis_v3_bouquet |
lvis | artefact | bow | lvis_v3_bow |
lvis | artefact | pipe-bowl | lvis_v3_pipe-bowl |
lvis | artefact | box | lvis_v3_box |
lvis | artefact | brass-plaque | lvis_v3_brass-plaque |
lvis | artefact | bread-bin | lvis_v3_bread-bin |
lvis | artefact | bulletin-board | lvis_v3_bulletin-board |
lvis | artefact | can | lvis_v3_can |
lvis | artefact | canister | lvis_v3_canister |
lvis | artefact | bottle-cap | lvis_v3_bottle-cap |
lvis | artefact | cassette | lvis_v3_cassette |
lvis | artefact | chandelier | lvis_v3_chandelier |
lvis | artefact | checkerboard | lvis_v3_checkerboard |
lvis | artefact | chopping-board | lvis_v3_chopping-board |
lvis | artefact | christmas-tree | lvis_v3_christmas-tree |
lvis | artefact | clock-tower | lvis_v3_clock-tower |
lvis | artefact | coaster | lvis_v3_coaster |
lvis | artefact | pacifier | lvis_v3_pacifier |
lvis | artefact | cone | lvis_v3_cone |
lvis | artefact | corkboard | lvis_v3_corkboard |
lvis | artefact | cube | lvis_v3_cube |
lvis | artefact | cup | lvis_v3_cup |
lvis | artefact | curtain | lvis_v3_curtain |
lvis | artefact | cushion | lvis_v3_cushion |
lvis | artefact | cylinder | lvis_v3_cylinder |
lvis | artefact | dartboard | lvis_v3_dartboard |
lvis | artefact | die | lvis_v3_die |
lvis | artefact | dish | lvis_v3_dish |
lvis | artefact | dishrag | lvis_v3_dishrag |
lvis | artefact | dispenser | lvis_v3_dispenser |
lvis | artefact | doll | lvis_v3_doll |
lvis | artefact | drawer | lvis_v3_drawer |
lvis | artefact | dumpster | lvis_v3_dumpster |
lvis | artefact | envelope | lvis_v3_envelope |
lvis | artefact | eraser | lvis_v3_eraser |
lvis | artefact | eyepatch | lvis_v3_eyepatch |
lvis | artefact | fan | lvis_v3_fan |
lvis | artefact | fire-extinguisher | lvis_v3_fire-extinguisher |
lvis | artefact | flannel | lvis_v3_flannel |
lvis | artefact | flap | lvis_v3_flap |
lvis | artefact | fleece | lvis_v3_fleece |
lvis | artefact | flower-arrangement | lvis_v3_flower-arrangement |
lvis | artefact | frisbee | lvis_v3_frisbee |
lvis | artefact | gargoyle | lvis_v3_gargoyle |
lvis | artefact | cincture | lvis_v3_cincture |
lvis | artefact | glass | lvis_v3_glass |
lvis | artefact | globe | lvis_v3_globe |
lvis | artefact | gravestone | lvis_v3_gravestone |
lvis | artefact | hairnet | lvis_v3_hairnet |
lvis | artefact | handkerchief | lvis_v3_handkerchief |
lvis | artefact | headband | lvis_v3_headband |
lvis | artefact | headboard | lvis_v3_headboard |
lvis | artefact | headstall | lvis_v3_headstall |
lvis | artefact | heater | lvis_v3_heater |
lvis | artefact | fume-hood | lvis_v3_fume-hood |
lvis | artefact | hook | lvis_v3_hook |
lvis | artefact | ironing-board | lvis_v3_ironing-board |
lvis | artefact | jewelry | lvis_v3_jewelry |
lvis | artefact | key | lvis_v3_key |
lvis | artefact | kite | lvis_v3_kite |
lvis | artefact | knocker | lvis_v3_knocker |
lvis | artefact | lanyard | lvis_v3_lanyard |
lvis | artefact | lego | lvis_v3_lego |
lvis | artefact | license-plate | lvis_v3_license-plate |
lvis | artefact | life-buoy | lvis_v3_life-buoy |
lvis | artefact | life-jacket | lvis_v3_life-jacket |
lvis | artefact | magazine | lvis_v3_magazine |
lvis | artefact | magnet | lvis_v3_magnet |
lvis | artefact | manger | lvis_v3_manger |
lvis | artefact | manhole | lvis_v3_manhole |
lvis | artefact | map | lvis_v3_map |
lvis | artefact | mask | lvis_v3_mask |
lvis | artefact | mattress | lvis_v3_mattress |
lvis | artefact | musical-instrument | lvis_v3_musical-instrument |
lvis | artefact | needle | lvis_v3_needle |
lvis | artefact | nightshirt | lvis_v3_nightshirt |
lvis | artefact | nut | lvis_v3_nut |
lvis | artefact | oar | lvis_v3_oar |
lvis | artefact | inkpad | lvis_v3_inkpad |
lvis | artefact | pad | lvis_v3_pad |
lvis | artefact | palette | lvis_v3_palette |
lvis | artefact | pan | lvis_v3_pan |
lvis | artefact | paperweight | lvis_v3_paperweight |
lvis | artefact | peeler | lvis_v3_peeler |
lvis | artefact | pegboard | lvis_v3_pegboard |
lvis | artefact | perfume | lvis_v3_perfume |
lvis | artefact | pillow | lvis_v3_pillow |
lvis | artefact | pinwheel | lvis_v3_pinwheel |
lvis | artefact | plume | lvis_v3_plume |
lvis | artefact | flowerpot | lvis_v3_flowerpot |
lvis | artefact | potholder | lvis_v3_potholder |
lvis | artefact | raft | lvis_v3_raft |
lvis | artefact | rag-doll | lvis_v3_rag-doll |
lvis | artefact | reflector | lvis_v3_reflector |
lvis | artefact | remote-control | lvis_v3_remote-control |
lvis | artefact | router | lvis_v3_router |
lvis | artefact | rubber-band | lvis_v3_rubber-band |
lvis | artefact | sail | lvis_v3_sail |
lvis | artefact | scoreboard | lvis_v3_scoreboard |
lvis | artefact | shaker | lvis_v3_shaker |
lvis | artefact | sharpener | lvis_v3_sharpener |
lvis | artefact | shaving-cream | lvis_v3_shaving-cream |
lvis | artefact | shoe | lvis_v3_shoe |
lvis | artefact | shower-head | lvis_v3_shower-head |
lvis | artefact | shredder | lvis_v3_shredder |
lvis | artefact | signboard | lvis_v3_signboard |
lvis | artefact | silo | lvis_v3_silo |
lvis | artefact | sink | lvis_v3_sink |
lvis | artefact | skateboard | lvis_v3_skateboard |
lvis | artefact | slipper | lvis_v3_slipper |
lvis | artefact | snowboard | lvis_v3_snowboard |
lvis | artefact | spoon | lvis_v3_spoon |
lvis | artefact | stirrer | lvis_v3_stirrer |
lvis | artefact | surfboard | lvis_v3_surfboard |
lvis | artefact | sweatband | lvis_v3_sweatband |
lvis | artefact | tape | lvis_v3_tape |
lvis | artefact | tapestry | lvis_v3_tapestry |
lvis | artefact | tarp | lvis_v3_tarp |
lvis | artefact | tartan | lvis_v3_tartan |
lvis | artefact | tassel | lvis_v3_tassel |
lvis | artefact | teddy-bear | lvis_v3_teddy-bear |
lvis | artefact | thimble | lvis_v3_thimble |
lvis | artefact | thread | lvis_v3_thread |
lvis | artefact | tinsel | lvis_v3_tinsel |
lvis | artefact | toilet | lvis_v3_toilet |
lvis | artefact | tongs | lvis_v3_tongs |
lvis | artefact | toothbrush | lvis_v3_toothbrush |
lvis | artefact | cover | lvis_v3_cover |
lvis | artefact | towel | lvis_v3_towel |
lvis | artefact | toy | lvis_v3_toy |
lvis | artefact | urinal | lvis_v3_urinal |
lvis | artefact | vent | lvis_v3_vent |
lvis | artefact | water-cooler | lvis_v3_water-cooler |
lvis | artefact | water-faucet | lvis_v3_water-faucet |
lvis | artefact | water-gun | lvis_v3_water-gun |
lvis | artefact | watering-can | lvis_v3_watering-can |
lvis | artefact | wind-chime | lvis_v3_wind-chime |
lvis | artefact | wreath | lvis_v3_wreath |
lvis | artefact | wristband | lvis_v3_wristband |
lvis | artefact | wristlet | lvis_v3_wristlet |
lvis | arthropod | beetle | lvis_v3_beetle |
lvis | arthropod | butterfly | lvis_v3_butterfly |
lvis | arthropod | cockroach | lvis_v3_cockroach |
lvis | arthropod | crab | lvis_v3_crab |
lvis | arthropod | dragonfly | lvis_v3_dragonfly |
lvis | arthropod | ladybug | lvis_v3_ladybug |
lvis | arthropod | spider | lvis_v3_spider |
lvis | article | chopstick | lvis_v3_chopstick |
lvis | article | wooden-spoon | lvis_v3_wooden-spoon |
lvis | article-of-clothing | apron | lvis_v3_apron |
lvis | article-of-clothing | ballet-skirt | lvis_v3_ballet-skirt |
lvis | article-of-clothing | baseball-cap | lvis_v3_baseball-cap |
lvis | article-of-clothing | bathrobe | lvis_v3_bathrobe |
lvis | article-of-clothing | belt | lvis_v3_belt |
lvis | article-of-clothing | beret | lvis_v3_beret |
lvis | article-of-clothing | blouse | lvis_v3_blouse |
lvis | article-of-clothing | bonnet | lvis_v3_bonnet |
lvis | article-of-clothing | bowler-hat | lvis_v3_bowler-hat |
lvis | article-of-clothing | suspenders | lvis_v3_suspenders |
lvis | article-of-clothing | brassiere | lvis_v3_brassiere |
lvis | article-of-clothing | breechcloth | lvis_v3_breechcloth |
lvis | article-of-clothing | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | article-of-clothing | cap | lvis_v3_cap |
lvis | article-of-clothing | cardigan | lvis_v3_cardigan |
lvis | article-of-clothing | chap | lvis_v3_chap |
lvis | article-of-clothing | cloak | lvis_v3_cloak |
lvis | article-of-clothing | coat | lvis_v3_coat |
lvis | article-of-clothing | costume | lvis_v3_costume |
lvis | article-of-clothing | coverall | lvis_v3_coverall |
lvis | article-of-clothing | cowboy-hat | lvis_v3_cowboy-hat |
lvis | article-of-clothing | crown | lvis_v3_crown |
lvis | article-of-clothing | diaper | lvis_v3_diaper |
lvis | article-of-clothing | tux | lvis_v3_tux |
lvis | article-of-clothing | dress | lvis_v3_dress |
lvis | article-of-clothing | dress-hat | lvis_v3_dress-hat |
lvis | article-of-clothing | dress-suit | lvis_v3_dress-suit |
lvis | article-of-clothing | fedora | lvis_v3_fedora |
lvis | article-of-clothing | football-helmet | lvis_v3_football-helmet |
lvis | article-of-clothing | glove | lvis_v3_glove |
lvis | article-of-clothing | halter-top | lvis_v3_halter-top |
lvis | article-of-clothing | hat | lvis_v3_hat |
lvis | article-of-clothing | veil | lvis_v3_veil |
lvis | article-of-clothing | helmet | lvis_v3_helmet |
lvis | article-of-clothing | jean | lvis_v3_jean |
lvis | article-of-clothing | jersey | lvis_v3_jersey |
lvis | article-of-clothing | jumpsuit | lvis_v3_jumpsuit |
lvis | article-of-clothing | kilt | lvis_v3_kilt |
lvis | article-of-clothing | kimono | lvis_v3_kimono |
lvis | article-of-clothing | knee-pad | lvis_v3_knee-pad |
lvis | article-of-clothing | legging | lvis_v3_legging |
lvis | article-of-clothing | mitten | lvis_v3_mitten |
lvis | article-of-clothing | necktie | lvis_v3_necktie |
lvis | article-of-clothing | nightshirt | lvis_v3_nightshirt |
lvis | article-of-clothing | overalls | lvis_v3_overalls |
lvis | article-of-clothing | pajamas | lvis_v3_pajamas |
lvis | article-of-clothing | polo-shirt | lvis_v3_polo-shirt |
lvis | article-of-clothing | robe | lvis_v3_robe |
lvis | article-of-clothing | scarf | lvis_v3_scarf |
lvis | article-of-clothing | shirt | lvis_v3_shirt |
lvis | article-of-clothing | short-pants | lvis_v3_short-pants |
lvis | article-of-clothing | shower-cap | lvis_v3_shower-cap |
lvis | article-of-clothing | skirt | lvis_v3_skirt |
lvis | article-of-clothing | skullcap | lvis_v3_skullcap |
lvis | article-of-clothing | sock | lvis_v3_sock |
lvis | article-of-clothing | sombrero | lvis_v3_sombrero |
lvis | article-of-clothing | sportswear | lvis_v3_sportswear |
lvis | article-of-clothing | suit | lvis_v3_suit |
lvis | article-of-clothing | sunhat | lvis_v3_sunhat |
lvis | article-of-clothing | sweat-pants | lvis_v3_sweat-pants |
lvis | article-of-clothing | sweater | lvis_v3_sweater |
lvis | article-of-clothing | swimsuit | lvis_v3_swimsuit |
lvis | article-of-clothing | tank-top | lvis_v3_tank-top |
lvis | article-of-clothing | tiara | lvis_v3_tiara |
lvis | article-of-clothing | tights | lvis_v3_tights |
lvis | article-of-clothing | trousers | lvis_v3_trousers |
lvis | article-of-clothing | turban | lvis_v3_turban |
lvis | article-of-clothing | turtleneck | lvis_v3_turtleneck |
lvis | article-of-clothing | underwear | lvis_v3_underwear |
lvis | article-of-clothing | vest | lvis_v3_vest |
lvis | article-of-clothing | wet-suit | lvis_v3_wet-suit |
lvis | article-of-clothing | wig | lvis_v3_wig |
lvis | article-of-furniture | armchair | lvis_v3_armchair |
lvis | article-of-furniture | armoire | lvis_v3_armoire |
lvis | article-of-furniture | bed | lvis_v3_bed |
lvis | article-of-furniture | bench | lvis_v3_bench |
lvis | article-of-furniture | bookcase | lvis_v3_bookcase |
lvis | article-of-furniture | bunk-bed | lvis_v3_bunk-bed |
lvis | article-of-furniture | cabinet | lvis_v3_cabinet |
lvis | article-of-furniture | chair | lvis_v3_chair |
lvis | article-of-furniture | chaise-longue | lvis_v3_chaise-longue |
lvis | article-of-furniture | coffee-table | lvis_v3_coffee-table |
lvis | article-of-furniture | sofa-bed | lvis_v3_sofa-bed |
lvis | article-of-furniture | crib | lvis_v3_crib |
lvis | article-of-furniture | desk | lvis_v3_desk |
lvis | article-of-furniture | dining-table | lvis_v3_dining-table |
lvis | article-of-furniture | dresser | lvis_v3_dresser |
lvis | article-of-furniture | file-cabinet | lvis_v3_file-cabinet |
lvis | article-of-furniture | folding-chair | lvis_v3_folding-chair |
lvis | article-of-furniture | footstool | lvis_v3_footstool |
lvis | article-of-furniture | hammock | lvis_v3_hammock |
lvis | article-of-furniture | highchair | lvis_v3_highchair |
lvis | article-of-furniture | kitchen-table | lvis_v3_kitchen-table |
lvis | article-of-furniture | lamp | lvis_v3_lamp |
lvis | article-of-furniture | loveseat | lvis_v3_loveseat |
lvis | article-of-furniture | music-stool | lvis_v3_music-stool |
lvis | article-of-furniture | ottoman | lvis_v3_ottoman |
lvis | article-of-furniture | pew | lvis_v3_pew |
lvis | article-of-furniture | pool-table | lvis_v3_pool-table |
lvis | article-of-furniture | rocking-chair | lvis_v3_rocking-chair |
lvis | article-of-furniture | sofa | lvis_v3_sofa |
lvis | article-of-furniture | step-stool | lvis_v3_step-stool |
lvis | article-of-furniture | stool | lvis_v3_stool |
lvis | article-of-furniture | table-tennis-table | lvis_v3_table-tennis-table |
lvis | article-of-furniture | table | lvis_v3_table |
lvis | article-of-furniture | table-lamp | lvis_v3_table-lamp |
lvis | article-of-furniture | wardrobe | lvis_v3_wardrobe |
lvis | article-of-furniture | wheelchair | lvis_v3_wheelchair |
lvis | articulated-lorry | trailer-truck | lvis_v3_trailer-truck |
lvis | artifact | armband | lvis_v3_armband |
lvis | artifact | armor | lvis_v3_armor |
lvis | artifact | handbag | lvis_v3_handbag |
lvis | artifact | bait | lvis_v3_bait |
lvis | artifact | ball | lvis_v3_ball |
lvis | artifact | basket | lvis_v3_basket |
lvis | artifact | beachball | lvis_v3_beachball |
lvis | artifact | billboard | lvis_v3_billboard |
lvis | artifact | binder | lvis_v3_binder |
lvis | artifact | birdfeeder | lvis_v3_birdfeeder |
lvis | artifact | blackboard | lvis_v3_blackboard |
lvis | artifact | gameboard | lvis_v3_gameboard |
lvis | artifact | bob | lvis_v3_bob |
lvis | artifact | bookmark | lvis_v3_bookmark |
lvis | artifact | boot | lvis_v3_boot |
lvis | artifact | bouquet | lvis_v3_bouquet |
lvis | artifact | bow | lvis_v3_bow |
lvis | artifact | pipe-bowl | lvis_v3_pipe-bowl |
lvis | artifact | box | lvis_v3_box |
lvis | artifact | brass-plaque | lvis_v3_brass-plaque |
lvis | artifact | bread-bin | lvis_v3_bread-bin |
lvis | artifact | bulletin-board | lvis_v3_bulletin-board |
lvis | artifact | can | lvis_v3_can |
lvis | artifact | canister | lvis_v3_canister |
lvis | artifact | bottle-cap | lvis_v3_bottle-cap |
lvis | artifact | cassette | lvis_v3_cassette |
lvis | artifact | chandelier | lvis_v3_chandelier |
lvis | artifact | checkerboard | lvis_v3_checkerboard |
lvis | artifact | chopping-board | lvis_v3_chopping-board |
lvis | artifact | christmas-tree | lvis_v3_christmas-tree |
lvis | artifact | clock-tower | lvis_v3_clock-tower |
lvis | artifact | coaster | lvis_v3_coaster |
lvis | artifact | pacifier | lvis_v3_pacifier |
lvis | artifact | cone | lvis_v3_cone |
lvis | artifact | corkboard | lvis_v3_corkboard |
lvis | artifact | cube | lvis_v3_cube |
lvis | artifact | cup | lvis_v3_cup |
lvis | artifact | curtain | lvis_v3_curtain |
lvis | artifact | cushion | lvis_v3_cushion |
lvis | artifact | cylinder | lvis_v3_cylinder |
lvis | artifact | dartboard | lvis_v3_dartboard |
lvis | artifact | die | lvis_v3_die |
lvis | artifact | dish | lvis_v3_dish |
lvis | artifact | dishrag | lvis_v3_dishrag |
lvis | artifact | dispenser | lvis_v3_dispenser |
lvis | artifact | doll | lvis_v3_doll |
lvis | artifact | drawer | lvis_v3_drawer |
lvis | artifact | dumpster | lvis_v3_dumpster |
lvis | artifact | envelope | lvis_v3_envelope |
lvis | artifact | eraser | lvis_v3_eraser |
lvis | artifact | eyepatch | lvis_v3_eyepatch |
lvis | artifact | fan | lvis_v3_fan |
lvis | artifact | fire-extinguisher | lvis_v3_fire-extinguisher |
lvis | artifact | flannel | lvis_v3_flannel |
lvis | artifact | flap | lvis_v3_flap |
lvis | artifact | fleece | lvis_v3_fleece |
lvis | artifact | flower-arrangement | lvis_v3_flower-arrangement |
lvis | artifact | frisbee | lvis_v3_frisbee |
lvis | artifact | gargoyle | lvis_v3_gargoyle |
lvis | artifact | cincture | lvis_v3_cincture |
lvis | artifact | glass | lvis_v3_glass |
lvis | artifact | globe | lvis_v3_globe |
lvis | artifact | gravestone | lvis_v3_gravestone |
lvis | artifact | hairnet | lvis_v3_hairnet |
lvis | artifact | handkerchief | lvis_v3_handkerchief |
lvis | artifact | headband | lvis_v3_headband |
lvis | artifact | headboard | lvis_v3_headboard |
lvis | artifact | headstall | lvis_v3_headstall |
lvis | artifact | heater | lvis_v3_heater |
lvis | artifact | fume-hood | lvis_v3_fume-hood |
lvis | artifact | hook | lvis_v3_hook |
lvis | artifact | ironing-board | lvis_v3_ironing-board |
lvis | artifact | jewelry | lvis_v3_jewelry |
lvis | artifact | key | lvis_v3_key |
lvis | artifact | kite | lvis_v3_kite |
lvis | artifact | knocker | lvis_v3_knocker |
lvis | artifact | lanyard | lvis_v3_lanyard |
lvis | artifact | lego | lvis_v3_lego |
lvis | artifact | license-plate | lvis_v3_license-plate |
lvis | artifact | life-buoy | lvis_v3_life-buoy |
lvis | artifact | life-jacket | lvis_v3_life-jacket |
lvis | artifact | magazine | lvis_v3_magazine |
lvis | artifact | magnet | lvis_v3_magnet |
lvis | artifact | manger | lvis_v3_manger |
lvis | artifact | manhole | lvis_v3_manhole |
lvis | artifact | map | lvis_v3_map |
lvis | artifact | mask | lvis_v3_mask |
lvis | artifact | mattress | lvis_v3_mattress |
lvis | artifact | musical-instrument | lvis_v3_musical-instrument |
lvis | artifact | needle | lvis_v3_needle |
lvis | artifact | nightshirt | lvis_v3_nightshirt |
lvis | artifact | nut | lvis_v3_nut |
lvis | artifact | oar | lvis_v3_oar |
lvis | artifact | inkpad | lvis_v3_inkpad |
lvis | artifact | pad | lvis_v3_pad |
lvis | artifact | palette | lvis_v3_palette |
lvis | artifact | pan | lvis_v3_pan |
lvis | artifact | paperweight | lvis_v3_paperweight |
lvis | artifact | peeler | lvis_v3_peeler |
lvis | artifact | pegboard | lvis_v3_pegboard |
lvis | artifact | perfume | lvis_v3_perfume |
lvis | artifact | pillow | lvis_v3_pillow |
lvis | artifact | pinwheel | lvis_v3_pinwheel |
lvis | artifact | plume | lvis_v3_plume |
lvis | artifact | flowerpot | lvis_v3_flowerpot |
lvis | artifact | potholder | lvis_v3_potholder |
lvis | artifact | raft | lvis_v3_raft |
lvis | artifact | rag-doll | lvis_v3_rag-doll |
lvis | artifact | reflector | lvis_v3_reflector |
lvis | artifact | remote-control | lvis_v3_remote-control |
lvis | artifact | router | lvis_v3_router |
lvis | artifact | rubber-band | lvis_v3_rubber-band |
lvis | artifact | sail | lvis_v3_sail |
lvis | artifact | scoreboard | lvis_v3_scoreboard |
lvis | artifact | shaker | lvis_v3_shaker |
lvis | artifact | sharpener | lvis_v3_sharpener |
lvis | artifact | shaving-cream | lvis_v3_shaving-cream |
lvis | artifact | shoe | lvis_v3_shoe |
lvis | artifact | shower-head | lvis_v3_shower-head |
lvis | artifact | shredder | lvis_v3_shredder |
lvis | artifact | signboard | lvis_v3_signboard |
lvis | artifact | silo | lvis_v3_silo |
lvis | artifact | sink | lvis_v3_sink |
lvis | artifact | skateboard | lvis_v3_skateboard |
lvis | artifact | slipper | lvis_v3_slipper |
lvis | artifact | snowboard | lvis_v3_snowboard |
lvis | artifact | spoon | lvis_v3_spoon |
lvis | artifact | stirrer | lvis_v3_stirrer |
lvis | artifact | surfboard | lvis_v3_surfboard |
lvis | artifact | sweatband | lvis_v3_sweatband |
lvis | artifact | tape | lvis_v3_tape |
lvis | artifact | tapestry | lvis_v3_tapestry |
lvis | artifact | tarp | lvis_v3_tarp |
lvis | artifact | tartan | lvis_v3_tartan |
lvis | artifact | tassel | lvis_v3_tassel |
lvis | artifact | teddy-bear | lvis_v3_teddy-bear |
lvis | artifact | thimble | lvis_v3_thimble |
lvis | artifact | thread | lvis_v3_thread |
lvis | artifact | tinsel | lvis_v3_tinsel |
lvis | artifact | toilet | lvis_v3_toilet |
lvis | artifact | tongs | lvis_v3_tongs |
lvis | artifact | toothbrush | lvis_v3_toothbrush |
lvis | artifact | cover | lvis_v3_cover |
lvis | artifact | towel | lvis_v3_towel |
lvis | artifact | toy | lvis_v3_toy |
lvis | artifact | urinal | lvis_v3_urinal |
lvis | artifact | vent | lvis_v3_vent |
lvis | artifact | water-cooler | lvis_v3_water-cooler |
lvis | artifact | water-faucet | lvis_v3_water-faucet |
lvis | artifact | water-gun | lvis_v3_water-gun |
lvis | artifact | watering-can | lvis_v3_watering-can |
lvis | artifact | wind-chime | lvis_v3_wind-chime |
lvis | artifact | wreath | lvis_v3_wreath |
lvis | artifact | wristband | lvis_v3_wristband |
lvis | artifact | wristlet | lvis_v3_wristlet |
lvis | artificial-satellite | space-shuttle | lvis_v3_space-shuttle |
lvis | artiodactyl | camel | lvis_v3_camel |
lvis | artiodactyl | deer | lvis_v3_deer |
lvis | artiodactyl | elk | lvis_v3_elk |
lvis | artiodactyl | giraffe | lvis_v3_giraffe |
lvis | artiodactyl | goat | lvis_v3_goat |
lvis | artiodactyl | hippopotamus | lvis_v3_hippopotamus |
lvis | artiodactyl | hog | lvis_v3_hog |
lvis | artiodactyl | sheep | lvis_v3_sheep |
lvis | artiodactyl-mammal | camel | lvis_v3_camel |
lvis | artiodactyl-mammal | deer | lvis_v3_deer |
lvis | artiodactyl-mammal | elk | lvis_v3_elk |
lvis | artiodactyl-mammal | giraffe | lvis_v3_giraffe |
lvis | artiodactyl-mammal | goat | lvis_v3_goat |
lvis | artiodactyl-mammal | hippopotamus | lvis_v3_hippopotamus |
lvis | artiodactyl-mammal | hog | lvis_v3_hog |
lvis | artiodactyl-mammal | sheep | lvis_v3_sheep |
lvis | ash-bin | trash-can | lvis_v3_trash-can |
lvis | ash-bin | trash-can | lvis_v3_trash-can |
lvis | ashbin | trash-can | lvis_v3_trash-can |
lvis | ashcan | trash-can | lvis_v3_trash-can |
lvis | asphyxiator | fire-extinguisher | lvis_v3_fire-extinguisher |
lvis | ass | domestic-ass | lvis_v3_domestic-ass |
lvis | athletic-wear | sportswear | lvis_v3_sportswear |
lvis | atomiser | atomizer | lvis_v3_atomizer |
lvis | attack-aircraft | fighter-jet | lvis_v3_fighter-jet |
lvis | attire | costume | lvis_v3_costume |
lvis | attire | tux | lvis_v3_tux |
lvis | attire | dress-suit | lvis_v3_dress-suit |
lvis | attire | sportswear | lvis_v3_sportswear |
lvis | attire | wig | lvis_v3_wig |
lvis | aubergine | eggplant | lvis_v3_eggplant |
lvis | audio | phonograph-record | lvis_v3_phonograph-record |
lvis | audio-recording | phonograph-record | lvis_v3_phonograph-record |
lvis | audio-system | ipod | lvis_v3_ipod |
lvis | audio-system | stereo | lvis_v3_stereo |
lvis | autobus | bus | lvis_v3_bus |
lvis | autobus | school-bus | lvis_v3_school-bus |
lvis | autoloader | machine-gun | lvis_v3_machine-gun |
lvis | automatic-firearm | machine-gun | lvis_v3_machine-gun |
lvis | automatic-gun | machine-gun | lvis_v3_machine-gun |
lvis | automatic-washer | automatic-washer | lvis_v3_automatic-washer |
lvis | automatic-weapon | machine-gun | lvis_v3_machine-gun |
lvis | automobile | ambulance | lvis_v3_ambulance |
lvis | automobile | cab | lvis_v3_cab |
lvis | automobile | car | lvis_v3_car |
lvis | automobile | convertible | lvis_v3_convertible |
lvis | automobile | police-cruiser | lvis_v3_police-cruiser |
lvis | automobile | jeep | lvis_v3_jeep |
lvis | automobile | limousine | lvis_v3_limousine |
lvis | automobile | minivan | lvis_v3_minivan |
lvis | automobile | race-car | lvis_v3_race-car |
lvis | automobile-battery | car-battery | lvis_v3_car-battery |
lvis | automotive-vehicle | ambulance | lvis_v3_ambulance |
lvis | automotive-vehicle | cab | lvis_v3_cab |
lvis | automotive-vehicle | car | lvis_v3_car |
lvis | automotive-vehicle | convertible | lvis_v3_convertible |
lvis | automotive-vehicle | police-cruiser | lvis_v3_police-cruiser |
lvis | automotive-vehicle | fire-engine | lvis_v3_fire-engine |
lvis | automotive-vehicle | garbage-truck | lvis_v3_garbage-truck |
lvis | automotive-vehicle | golfcart | lvis_v3_golfcart |
lvis | automotive-vehicle | jeep | lvis_v3_jeep |
lvis | automotive-vehicle | limousine | lvis_v3_limousine |
lvis | automotive-vehicle | minivan | lvis_v3_minivan |
lvis | automotive-vehicle | motor-vehicle | lvis_v3_motor-vehicle |
lvis | automotive-vehicle | motorcycle | lvis_v3_motorcycle |
lvis | automotive-vehicle | pickup-truck | lvis_v3_pickup-truck |
lvis | automotive-vehicle | race-car | lvis_v3_race-car |
lvis | automotive-vehicle | tow-truck | lvis_v3_tow-truck |
lvis | automotive-vehicle | dirt-bike | lvis_v3_dirt-bike |
lvis | automotive-vehicle | trailer-truck | lvis_v3_trailer-truck |
lvis | automotive-vehicle | truck | lvis_v3_truck |
lvis | avocado-pear | avocado | lvis_v3_avocado |
lvis | award | trophy-cup | lvis_v3_trophy-cup |
lvis | axe | ax | lvis_v3_ax |
lvis | baby's-bed | crib | lvis_v3_crib |
lvis | baby's-dummy | pacifier | lvis_v3_pacifier |
lvis | baby-bed | crib | lvis_v3_crib |
lvis | baby-carriage | baby-buggy | lvis_v3_baby-buggy |
lvis | baccy | cigarette | lvis_v3_cigarette |
lvis | back-pack | backpack | lvis_v3_backpack |
lvis | backboard | basketball-backboard | lvis_v3_basketball-backboard |
lvis | bag | backpack | lvis_v3_backpack |
lvis | bag | handbag | lvis_v3_handbag |
lvis | bag | suitcase | lvis_v3_suitcase |
lvis | bag | baseball-base | lvis_v3_baseball-base |
lvis | bag | beanbag | lvis_v3_beanbag |
lvis | bag | tote-bag | lvis_v3_tote-bag |
lvis | bag | clutch-bag | lvis_v3_clutch-bag |
lvis | bag | duffel-bag | lvis_v3_duffel-bag |
lvis | bag | grocery-bag | lvis_v3_grocery-bag |
lvis | bag | home-plate | lvis_v3_home-plate |
lvis | bag | ice-pack | lvis_v3_ice-pack |
lvis | bag | nosebag | lvis_v3_nosebag |
lvis | bag | pouch | lvis_v3_pouch |
lvis | bag | plastic-bag | lvis_v3_plastic-bag |
lvis | bag | saddlebag | lvis_v3_saddlebag |
lvis | bag | shopping-bag | lvis_v3_shopping-bag |
lvis | bag | shoulder-bag | lvis_v3_shoulder-bag |
lvis | bag | sleeping-bag | lvis_v3_sleeping-bag |
lvis | baggage | suitcase | lvis_v3_suitcase |
lvis | baggage | hatbox | lvis_v3_hatbox |
lvis | baggage | satchel | lvis_v3_satchel |
lvis | baggage | trunk | lvis_v3_trunk |
lvis | baguette | baguet | lvis_v3_baguet |
lvis | baked-goods | bagel | lvis_v3_bagel |
lvis | baked-goods | birthday-cake | lvis_v3_birthday-cake |
lvis | baked-goods | bread | lvis_v3_bread |
lvis | baked-goods | brownie | lvis_v3_brownie |
lvis | baked-goods | bun | lvis_v3_bun |
lvis | baked-goods | cake | lvis_v3_cake |
lvis | baked-goods | chocolate-cake | lvis_v3_chocolate-cake |
lvis | baked-goods | cookie | lvis_v3_cookie |
lvis | baked-goods | cornbread | lvis_v3_cornbread |
lvis | baked-goods | cracker | lvis_v3_cracker |
lvis | baked-goods | crape | lvis_v3_crape |
lvis | baked-goods | crescent-roll | lvis_v3_crescent-roll |
lvis | baked-goods | crouton | lvis_v3_crouton |
lvis | baked-goods | cupcake | lvis_v3_cupcake |
lvis | baked-goods | doughnut | lvis_v3_doughnut |
lvis | baked-goods | muffin | lvis_v3_muffin |
lvis | baked-goods | pancake | lvis_v3_pancake |
lvis | baked-goods | pastry | lvis_v3_pastry |
lvis | baked-goods | pie | lvis_v3_pie |
lvis | baked-goods | pita | lvis_v3_pita |
lvis | baked-goods | pretzel | lvis_v3_pretzel |
lvis | baked-goods | toast | lvis_v3_toast |
lvis | baked-goods | tortilla | lvis_v3_tortilla |
lvis | baked-goods | waffle | lvis_v3_waffle |
lvis | baked-goods | wedding-cake | lvis_v3_wedding-cake |
lvis | ball | baseball | lvis_v3_baseball |
lvis | ball | basketball | lvis_v3_basketball |
lvis | ball | beachball | lvis_v3_beachball |
lvis | ball | bowling-ball | lvis_v3_bowling-ball |
lvis | ball | football | lvis_v3_football |
lvis | ball | ping-pong-ball | lvis_v3_ping-pong-ball |
lvis | ball | soccer-ball | lvis_v3_soccer-ball |
lvis | ball | softball | lvis_v3_softball |
lvis | ball | tennis-ball | lvis_v3_tennis-ball |
lvis | ball | volleyball | lvis_v3_volleyball |
lvis | ballistic-capsule | space-shuttle | lvis_v3_space-shuttle |
lvis | balloon | hot-air-balloon | lvis_v3_hot-air-balloon |
lvis | balm | lip-balm | lvis_v3_lip-balm |
lvis | band | armband | lvis_v3_armband |
lvis | band | dog-collar | lvis_v3_dog-collar |
lvis | band | cincture | lvis_v3_cincture |
lvis | band | headband | lvis_v3_headband |
lvis | band | headstall | lvis_v3_headstall |
lvis | band | ring | lvis_v3_ring |
lvis | band | rubber-band | lvis_v3_rubber-band |
lvis | band | sweatband | lvis_v3_sweatband |
lvis | band | wedding-ring | lvis_v3_wedding-ring |
lvis | band | wristband | lvis_v3_wristband |
lvis | band | wristlet | lvis_v3_wristlet |
lvis | bandage | band-aid | lvis_v3_band-aid |
lvis | bandage | cast | lvis_v3_cast |
lvis | bandage | sling | lvis_v3_sling |
lvis | bandana | bandanna | lvis_v3_bandanna |
lvis | bandeau | brassiere | lvis_v3_brassiere |
lvis | bangle | anklet | lvis_v3_anklet |
lvis | bangle | bracelet | lvis_v3_bracelet |
lvis | bank | piggy-bank | lvis_v3_piggy-bank |
lvis | bank-bill | dollar | lvis_v3_dollar |
lvis | bank-note | dollar | lvis_v3_dollar |
lvis | banker's-bill | dollar | lvis_v3_dollar |
lvis | banknote | dollar | lvis_v3_dollar |
lvis | bar | deadbolt | lvis_v3_deadbolt |
lvis | bar | crossbar | lvis_v3_crossbar |
lvis | bar | crowbar | lvis_v3_crowbar |
lvis | bar | nutcracker | lvis_v3_nutcracker |
lvis | bar | pliers | lvis_v3_pliers |
lvis | bar | scissors | lvis_v3_scissors |
lvis | barge | houseboat | lvis_v3_houseboat |
lvis | barrel | keg | lvis_v3_keg |
lvis | base | baseball-base | lvis_v3_baseball-base |
lvis | base | home-plate | lvis_v3_home-plate |
lvis | baseball-equipment | baseball-base | lvis_v3_baseball-base |
lvis | baseball-equipment | baseball | lvis_v3_baseball |
lvis | baseball-equipment | baseball-bat | lvis_v3_baseball-bat |
lvis | baseball-equipment | baseball-glove | lvis_v3_baseball-glove |
lvis | baseball-equipment | home-plate | lvis_v3_home-plate |
lvis | baseball-equipment | mound | lvis_v3_mound |
lvis | baseball-mitt | baseball-glove | lvis_v3_baseball-glove |
lvis | basidiomycete | mushroom | lvis_v3_mushroom |
lvis | basidiomycetous-fungi | mushroom | lvis_v3_mushroom |
lvis | basin | birdbath | lvis_v3_birdbath |
lvis | basin | washbasin | lvis_v3_washbasin |
lvis | basket | clothes-hamper | lvis_v3_clothes-hamper |
lvis | basket | hamper | lvis_v3_hamper |
lvis | basketball-backboard | basketball-backboard | lvis_v3_basketball-backboard |
lvis | basketball-equipment | basketball | lvis_v3_basketball |
lvis | bass | bass-horn | lvis_v3_bass-horn |
lvis | bat | baseball-bat | lvis_v3_baseball-bat |
lvis | bath | bathtub | lvis_v3_bathtub |
lvis | bath-linen | bath-mat | lvis_v3_bath-mat |
lvis | bath-linen | bath-towel | lvis_v3_bath-towel |
lvis | bathing-costume | swimsuit | lvis_v3_swimsuit |
lvis | bathing-suit | swimsuit | lvis_v3_swimsuit |
lvis | bathing-tub | bathtub | lvis_v3_bathtub |
lvis | bathroom-tissue | toilet-tissue | lvis_v3_toilet-tissue |
lvis | batrachian | frog | lvis_v3_frog |
lvis | battercake | crape | lvis_v3_crape |
lvis | battercake | pancake | lvis_v3_pancake |
lvis | battercake | tortilla | lvis_v3_tortilla |
lvis | beach-ball | beachball | lvis_v3_beachball |
lvis | beach-chair | deck-chair | lvis_v3_deck-chair |
lvis | beachball | beachball | lvis_v3_beachball |
lvis | bean | green-bean | lvis_v3_green-bean |
lvis | bean-plant | green-bean | lvis_v3_green-bean |
lvis | beany | beanie | lvis_v3_beanie |
lvis | bear | grizzly | lvis_v3_grizzly |
lvis | bear | polar-bear | lvis_v3_polar-bear |
lvis | beast | bird | lvis_v3_bird |
lvis | beast | calf | lvis_v3_calf |
lvis | beast | cub | lvis_v3_cub |
lvis | beast | dalmatian | lvis_v3_dalmatian |
lvis | beast | dog | lvis_v3_dog |
lvis | beast | foal | lvis_v3_foal |
lvis | beast | kitten | lvis_v3_kitten |
lvis | beast | lamb | lvis_v3_lamb |
lvis | beast | pet | lvis_v3_pet |
lvis | beast | pug-dog | lvis_v3_pug-dog |
lvis | beast | puppy | lvis_v3_puppy |
lvis | beast | starfish | lvis_v3_starfish |
lvis | beater | eggbeater | lvis_v3_eggbeater |
lvis | beating-reed-instrument | clarinet | lvis_v3_clarinet |
lvis | beating-reed-instrument | saxophone | lvis_v3_saxophone |
lvis | beaver | dress-hat | lvis_v3_dress-hat |
lvis | bed | bunk-bed | lvis_v3_bunk-bed |
lvis | bed | hammock | lvis_v3_hammock |
lvis | bed-clothing | bedspread | lvis_v3_bedspread |
lvis | bed-clothing | blanket | lvis_v3_blanket |
lvis | bed-clothing | quilt | lvis_v3_quilt |
lvis | bed-cover | bedspread | lvis_v3_bedspread |
lvis | bed-covering | bedspread | lvis_v3_bedspread |
lvis | bedclothes | bedspread | lvis_v3_bedspread |
lvis | bedclothes | blanket | lvis_v3_blanket |
lvis | bedclothes | quilt | lvis_v3_quilt |
lvis | bedcover | bedspread | lvis_v3_bedspread |
lvis | bedding | bedspread | lvis_v3_bedspread |
lvis | bedding | blanket | lvis_v3_blanket |
lvis | bedding | quilt | lvis_v3_quilt |
lvis | bedroom-furniture | bed | lvis_v3_bed |
lvis | bedroom-furniture | bunk-bed | lvis_v3_bunk-bed |
lvis | bedroom-furniture | hammock | lvis_v3_hammock |
lvis | beef | cow | lvis_v3_cow |
lvis | beef-cattle | cow | lvis_v3_cow |
lvis | beefburger | hamburger | lvis_v3_hamburger |
lvis | beetle | ladybug | lvis_v3_ladybug |
lvis | beigel | bagel | lvis_v3_bagel |
lvis | being | dog | lvis_v3_dog |
lvis | being | mascot | lvis_v3_mascot |
lvis | being | person | lvis_v3_person |
lvis | being | pet | lvis_v3_pet |
lvis | bell | chime | lvis_v3_chime |
lvis | bell | cowbell | lvis_v3_cowbell |
lvis | bench | pew | lvis_v3_pew |
lvis | berry | blackberry | lvis_v3_blackberry |
lvis | berry | blueberry | lvis_v3_blueberry |
lvis | berry | persimmon | lvis_v3_persimmon |
lvis | berry | raspberry | lvis_v3_raspberry |
lvis | berry | strawberry | lvis_v3_strawberry |
lvis | beverage | alcohol | lvis_v3_alcohol |
lvis | beverage | cappuccino | lvis_v3_cappuccino |
lvis | beverage | chocolate-milk | lvis_v3_chocolate-milk |
lvis | beverage | cider | lvis_v3_cider |
lvis | beverage | cocoa | lvis_v3_cocoa |
lvis | beverage | fruit-juice | lvis_v3_fruit-juice |
lvis | beverage | lemonade | lvis_v3_lemonade |
lvis | beverage | liquor | lvis_v3_liquor |
lvis | beverage | milk | lvis_v3_milk |
lvis | beverage | orange-juice | lvis_v3_orange-juice |
lvis | beverage | pop | lvis_v3_pop |
lvis | beverage | root-beer | lvis_v3_root-beer |
lvis | beverage | smoothie | lvis_v3_smoothie |
lvis | beverage | tequila | lvis_v3_tequila |
lvis | beverage | vodka | lvis_v3_vodka |
lvis | big-cat | lion | lvis_v3_lion |
lvis | big-cat | tiger | lvis_v3_tiger |
lvis | bike | bicycle | lvis_v3_bicycle |
lvis | bike | motorcycle | lvis_v3_motorcycle |
lvis | bike | dirt-bike | lvis_v3_dirt-bike |
lvis | bill | visor | lvis_v3_visor |
lvis | bill | dollar | lvis_v3_dollar |
lvis | bill | poster | lvis_v3_poster |
lvis | billfold | wallet | lvis_v3_wallet |
lvis | billiard-table | pool-table | lvis_v3_pool-table |
lvis | bin | trash-can | lvis_v3_trash-can |
lvis | bird | chicken | lvis_v3_chicken |
lvis | bird | eagle | lvis_v3_eagle |
lvis | bird | falcon | lvis_v3_falcon |
lvis | bird | flamingo | lvis_v3_flamingo |
lvis | bird | heron | lvis_v3_heron |
lvis | bird | hummingbird | lvis_v3_hummingbird |
lvis | bird | ostrich | lvis_v3_ostrich |
lvis | bird | owl | lvis_v3_owl |
lvis | bird | parakeet | lvis_v3_parakeet |
lvis | bird | parrot | lvis_v3_parrot |
lvis | bird | pigeon | lvis_v3_pigeon |
lvis | bird | puffin | lvis_v3_puffin |
lvis | bird | seabird | lvis_v3_seabird |
lvis | bird | turkey | lvis_v3_turkey |
lvis | bird | vulture | lvis_v3_vulture |
lvis | bird-feeder | birdfeeder | lvis_v3_birdfeeder |
lvis | bird-of-jove | eagle | lvis_v3_eagle |
lvis | bird-of-minerva | owl | lvis_v3_owl |
lvis | bird-of-night | owl | lvis_v3_owl |
lvis | bird-of-prey | eagle | lvis_v3_eagle |
lvis | bird-of-prey | falcon | lvis_v3_falcon |
lvis | bird-of-prey | owl | lvis_v3_owl |
lvis | bird-of-prey | vulture | lvis_v3_vulture |
lvis | bird-scarer | scarecrow | lvis_v3_scarecrow |
lvis | birdfeeder | birdfeeder | lvis_v3_birdfeeder |
lvis | biscuit | brownie | lvis_v3_brownie |
lvis | biscuit | cookie | lvis_v3_cookie |
lvis | bit | crumb | lvis_v3_crumb |
lvis | bite | crumb | lvis_v3_crumb |
lvis | black-and-white | bible | lvis_v3_bible |
lvis | black-and-white | card | lvis_v3_card |
lvis | black-and-white | diary | lvis_v3_diary |
lvis | black-and-white | postcard | lvis_v3_postcard |
lvis | black-flag | pirate-flag | lvis_v3_pirate-flag |
lvis | black-tie | tux | lvis_v3_tux |
lvis | blackjack | pirate-flag | lvis_v3_pirate-flag |
lvis | blade | razorblade | lvis_v3_razorblade |
lvis | blade | sword | lvis_v3_sword |
lvis | blind | curtain | lvis_v3_curtain |
lvis | blind | shower-curtain | lvis_v3_shower-curtain |
lvis | blind | blinder | lvis_v3_blinder |
lvis | blinder | blinder | lvis_v3_blinder |
lvis | blinker | blinder | lvis_v3_blinder |
lvis | block | cork | lvis_v3_cork |
lvis | block | cube | lvis_v3_cube |
lvis | block | die | lvis_v3_die |
lvis | block | nut | lvis_v3_nut |
lvis | block | inkpad | lvis_v3_inkpad |
lvis | blockage | cork | lvis_v3_cork |
lvis | blow-drier | hair-dryer | lvis_v3_hair-dryer |
lvis | blow-dryer | hair-dryer | lvis_v3_hair-dryer |
lvis | blower | dolphin | lvis_v3_dolphin |
lvis | blower | hair-dryer | lvis_v3_hair-dryer |
lvis | blowfish | puffer | lvis_v3_puffer |
lvis | blowhole | vent | lvis_v3_vent |
lvis | blue-jean | jean | lvis_v3_jean |
lvis | board | gameboard | lvis_v3_gameboard |
lvis | board | bulletin-board | lvis_v3_bulletin-board |
lvis | board | checkerboard | lvis_v3_checkerboard |
lvis | board | chessboard | lvis_v3_chessboard |
lvis | board | chopping-board | lvis_v3_chopping-board |
lvis | board | dartboard | lvis_v3_dartboard |
lvis | board | dining-table | lvis_v3_dining-table |
lvis | board | diving-board | lvis_v3_diving-board |
lvis | board | ironing-board | lvis_v3_ironing-board |
lvis | board | palette | lvis_v3_palette |
lvis | board | pegboard | lvis_v3_pegboard |
lvis | board | scoreboard | lvis_v3_scoreboard |
lvis | board | skateboard | lvis_v3_skateboard |
lvis | board | snowboard | lvis_v3_snowboard |
lvis | board | surfboard | lvis_v3_surfboard |
lvis | boat | barge | lvis_v3_barge |
lvis | boat | canoe | lvis_v3_canoe |
lvis | boat | dinghy | lvis_v3_dinghy |
lvis | boat | ferry | lvis_v3_ferry |
lvis | boat | gondola | lvis_v3_gondola |
lvis | boat | gravy-boat | lvis_v3_gravy-boat |
lvis | boat | houseboat | lvis_v3_houseboat |
lvis | boat | kayak | lvis_v3_kayak |
lvis | boat | river-boat | lvis_v3_river-boat |
lvis | boat | water-scooter | lvis_v3_water-scooter |
lvis | boat-paddle | paddle | lvis_v3_paddle |
lvis | bobber | bob | lvis_v3_bob |
lvis | bobfloat | bob | lvis_v3_bob |
lvis | body-armor | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | body-armor | chain-mail | lvis_v3_chain-mail |
lvis | body-armour | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | body-armour | chain-mail | lvis_v3_chain-mail |
lvis | body-part | heart | lvis_v3_heart |
lvis | boeuf | beef | lvis_v3_beef |
lvis | boiler | kettle | lvis_v3_kettle |
lvis | boiler | teakettle | lvis_v3_teakettle |
lvis | bola | bolo-tie | lvis_v3_bolo-tie |
lvis | bola-tie | bolo-tie | lvis_v3_bolo-tie |
lvis | bolo | bolo-tie | lvis_v3_bolo-tie |
lvis | bolt | deadbolt | lvis_v3_deadbolt |
lvis | bond | handcuff | lvis_v3_handcuff |
lvis | bony-fish | seahorse | lvis_v3_seahorse |
lvis | boob-tube | television-set | lvis_v3_television-set |
lvis | book | bible | lvis_v3_bible |
lvis | book | booklet | lvis_v3_booklet |
lvis | book | hardback-book | lvis_v3_hardback-book |
lvis | book | notebook | lvis_v3_notebook |
lvis | book | paperback-book | lvis_v3_paperback-book |
lvis | book | phonebook | lvis_v3_phonebook |
lvis | book-of-facts | phonebook | lvis_v3_phonebook |
lvis | bookmarker | bookmark | lvis_v3_bookmark |
lvis | boom | boom-microphone | lvis_v3_boom-microphone |
lvis | boot | ski-boot | lvis_v3_ski-boot |
lvis | booth | newsstand | lvis_v3_newsstand |
lvis | booth | telephone-booth | lvis_v3_telephone-booth |
lvis | booze | liquor | lvis_v3_liquor |
lvis | booze | tequila | lvis_v3_tequila |
lvis | booze | vodka | lvis_v3_vodka |
lvis | bos-taurus | cow | lvis_v3_cow |
lvis | bottle | beer-bottle | lvis_v3_beer-bottle |
lvis | bottle | canteen | lvis_v3_canteen |
lvis | bottle | thermos-bottle | lvis_v3_thermos-bottle |
lvis | bottle | water-bottle | lvis_v3_water-bottle |
lvis | bottle | water-jug | lvis_v3_water-jug |
lvis | bottle | wine-bottle | lvis_v3_wine-bottle |
lvis | bottle-cork | cork | lvis_v3_cork |
lvis | bottle-opener | corkscrew | lvis_v3_corkscrew |
lvis | bottle-screw | corkscrew | lvis_v3_corkscrew |
lvis | bovid | cow | lvis_v3_cow |
lvis | bovid | black-sheep | lvis_v3_black-sheep |
lvis | bovid | gazelle | lvis_v3_gazelle |
lvis | bovid | goat | lvis_v3_goat |
lvis | bovid | ram | lvis_v3_ram |
lvis | bovid | sheep | lvis_v3_sheep |
lvis | bovine | cow | lvis_v3_cow |
lvis | bow-tie | bow-tie | lvis_v3_bow-tie |
lvis | bow-tie | bow-tie | lvis_v3_bow-tie |
lvis | bowed-stringed-instrument | violin | lvis_v3_violin |
lvis | bowl | pipe-bowl | lvis_v3_pipe-bowl |
lvis | bowl | bowling-ball | lvis_v3_bowling-ball |
lvis | bowl | fishbowl | lvis_v3_fishbowl |
lvis | bowl | soup-bowl | lvis_v3_soup-bowl |
lvis | bowler | bowler-hat | lvis_v3_bowler-hat |
lvis | bowtie | bow-tie | lvis_v3_bow-tie |
lvis | box | carton | lvis_v3_carton |
lvis | box | cash-register | lvis_v3_cash-register |
lvis | box | cigar-box | lvis_v3_cigar-box |
lvis | box | crate | lvis_v3_crate |
lvis | box | mailbox | lvis_v3_mailbox |
lvis | box | matchbox | lvis_v3_matchbox |
lvis | box | pencil-box | lvis_v3_pencil-box |
lvis | box | toolbox | lvis_v3_toolbox |
lvis | box | window-box | lvis_v3_window-box |
lvis | boxers | underdrawers | lvis_v3_underdrawers |
lvis | boxershorts | underdrawers | lvis_v3_underdrawers |
lvis | boxing-equipment | boxing-glove | lvis_v3_boxing-glove |
lvis | bra | brassiere | lvis_v3_brassiere |
lvis | brace | suspenders | lvis_v3_suspenders |
lvis | bracelet | anklet | lvis_v3_anklet |
lvis | brake-light | brake-light | lvis_v3_brake-light |
lvis | brand | sword | lvis_v3_sword |
lvis | brass | bass-horn | lvis_v3_bass-horn |
lvis | brass | brass-plaque | lvis_v3_brass-plaque |
lvis | brass | cornet | lvis_v3_cornet |
lvis | brass-instrument | bass-horn | lvis_v3_bass-horn |
lvis | brass-instrument | cornet | lvis_v3_cornet |
lvis | brassica-oleracea-italica | broccoli | lvis_v3_broccoli |
lvis | brassica-rapa | turnip | lvis_v3_turnip |
lvis | bread | bagel | lvis_v3_bagel |
lvis | bread | baguet | lvis_v3_baguet |
lvis | bread | bun | lvis_v3_bun |
lvis | bread | cornbread | lvis_v3_cornbread |
lvis | bread | cracker | lvis_v3_cracker |
lvis | bread | crescent-roll | lvis_v3_crescent-roll |
lvis | bread | crouton | lvis_v3_crouton |
lvis | bread | muffin | lvis_v3_muffin |
lvis | bread | pita | lvis_v3_pita |
lvis | bread | pretzel | lvis_v3_pretzel |
lvis | bread | toast | lvis_v3_toast |
lvis | breadbox | bread-bin | lvis_v3_bread-bin |
lvis | breadstuff | bagel | lvis_v3_bagel |
lvis | breadstuff | baguet | lvis_v3_baguet |
lvis | breadstuff | bread | lvis_v3_bread |
lvis | breadstuff | bun | lvis_v3_bun |
lvis | breadstuff | cornbread | lvis_v3_cornbread |
lvis | breadstuff | cracker | lvis_v3_cracker |
lvis | breadstuff | crescent-roll | lvis_v3_crescent-roll |
lvis | breadstuff | crouton | lvis_v3_crouton |
lvis | breadstuff | muffin | lvis_v3_muffin |
lvis | breadstuff | pita | lvis_v3_pita |
lvis | breadstuff | pretzel | lvis_v3_pretzel |
lvis | breadstuff | toast | lvis_v3_toast |
lvis | breakfast-food | grits | lvis_v3_grits |
lvis | breastpin | broach | lvis_v3_broach |
lvis | breechclout | breechcloth | lvis_v3_breechcloth |
lvis | bridecake | wedding-cake | lvis_v3_wedding-cake |
lvis | brim | visor | lvis_v3_visor |
lvis | broach | broach | lvis_v3_broach |
lvis | brochure | booklet | lvis_v3_booklet |
lvis | brooch | broach | lvis_v3_broach |
lvis | brown-bear | grizzly | lvis_v3_grizzly |
lvis | bruin | grizzly | lvis_v3_grizzly |
lvis | brush | hairbrush | lvis_v3_hairbrush |
lvis | brush | paintbrush | lvis_v3_paintbrush |
lvis | brush | scrubbing-brush | lvis_v3_scrubbing-brush |
lvis | brush | toothbrush | lvis_v3_toothbrush |
lvis | brute | bird | lvis_v3_bird |
lvis | brute | calf | lvis_v3_calf |
lvis | brute | cub | lvis_v3_cub |
lvis | brute | dalmatian | lvis_v3_dalmatian |
lvis | brute | dog | lvis_v3_dog |
lvis | brute | foal | lvis_v3_foal |
lvis | brute | kitten | lvis_v3_kitten |
lvis | brute | lamb | lvis_v3_lamb |
lvis | brute | pet | lvis_v3_pet |
lvis | brute | pug-dog | lvis_v3_pug-dog |
lvis | brute | puppy | lvis_v3_puppy |
lvis | brute | starfish | lvis_v3_starfish |
lvis | bubble | shaving-cream | lvis_v3_shaving-cream |
lvis | buck | dollar | lvis_v3_dollar |
lvis | buck | sawhorse | lvis_v3_sawhorse |
lvis | bucket | wine-bucket | lvis_v3_wine-bucket |
lvis | buckle | belt-buckle | lvis_v3_belt-buckle |
lvis | buckler | shield | lvis_v3_shield |
lvis | buggy | horse-buggy | lvis_v3_horse-buggy |
lvis | building | dollhouse | lvis_v3_dollhouse |
lvis | building | kennel | lvis_v3_kennel |
lvis | building-material | corkboard | lvis_v3_corkboard |
lvis | building-material | gravestone | lvis_v3_gravestone |
lvis | building-material | toothpick | lvis_v3_toothpick |
lvis | bulb | lightbulb | lvis_v3_lightbulb |
lvis | bulb | onion | lvis_v3_onion |
lvis | bullet | bullet-train | lvis_v3_bullet-train |
lvis | bun | bagel | lvis_v3_bagel |
lvis | bun | crescent-roll | lvis_v3_crescent-roll |
lvis | bunk | bunk-bed | lvis_v3_bunk-bed |
lvis | burger | hamburger | lvis_v3_hamburger |
lvis | burrito | quesadilla | lvis_v3_quesadilla |
lvis | bus | school-bus | lvis_v3_school-bus |
lvis | bush-bean | green-bean | lvis_v3_green-bean |
lvis | butt | cigarette | lvis_v3_cigarette |
lvis | cabinet | locker | lvis_v3_locker |
lvis | cabinet | dresser | lvis_v3_dresser |
lvis | caboose | cabin-car | lvis_v3_cabin-car |
lvis | cage | birdcage | lvis_v3_birdcage |
lvis | cake | birthday-cake | lvis_v3_birthday-cake |
lvis | cake | brownie | lvis_v3_brownie |
lvis | cake | chocolate-cake | lvis_v3_chocolate-cake |
lvis | cake | cookie | lvis_v3_cookie |
lvis | cake | crape | lvis_v3_crape |
lvis | cake | cupcake | lvis_v3_cupcake |
lvis | cake | doughnut | lvis_v3_doughnut |
lvis | cake | pancake | lvis_v3_pancake |
lvis | cake | patty | lvis_v3_patty |
lvis | cake | tortilla | lvis_v3_tortilla |
lvis | cake | waffle | lvis_v3_waffle |
lvis | cake | wedding-cake | lvis_v3_wedding-cake |
lvis | calamari | squid | lvis_v3_squid |
lvis | calamary | squid | lvis_v3_squid |
lvis | calculating-machine | calculator | lvis_v3_calculator |
lvis | calean | hookah | lvis_v3_hookah |
lvis | call-box | telephone-booth | lvis_v3_telephone-booth |
lvis | camelopard | giraffe | lvis_v3_giraffe |
lvis | camera | camcorder | lvis_v3_camcorder |
lvis | camera | television-camera | lvis_v3_television-camera |
lvis | camera | webcam | lvis_v3_webcam |
lvis | camera-lens | telephoto-lens | lvis_v3_telephoto-lens |
lvis | camping-bus | camper | lvis_v3_camper |
lvis | can | beer-can | lvis_v3_beer-can |
lvis | can | milk-can | lvis_v3_milk-can |
lvis | can | toilet | lvis_v3_toilet |
lvis | candle-holder | candle-holder | lvis_v3_candle-holder |
lvis | candlestick | candle-holder | lvis_v3_candle-holder |
lvis | candy | candy-bar | lvis_v3_candy-bar |
lvis | candy | candy-cane | lvis_v3_candy-cane |
lvis | candy | fudge | lvis_v3_fudge |
lvis | candy | jelly-bean | lvis_v3_jelly-bean |
lvis | candy | lollipop | lvis_v3_lollipop |
lvis | candy | mint-candy | lvis_v3_mint-candy |
lvis | candy | truffle | lvis_v3_truffle |
lvis | cane | walking-cane | lvis_v3_walking-cane |
lvis | cane | sugarcane | lvis_v3_sugarcane |
lvis | canid | bulldog | lvis_v3_bulldog |
lvis | canid | dalmatian | lvis_v3_dalmatian |
lvis | canid | dog | lvis_v3_dog |
lvis | canid | pug-dog | lvis_v3_pug-dog |
lvis | canid | puppy | lvis_v3_puppy |
lvis | canid | shepherd-dog | lvis_v3_shepherd-dog |
lvis | canid | wolf | lvis_v3_wolf |
lvis | canine | bulldog | lvis_v3_bulldog |
lvis | canine | dalmatian | lvis_v3_dalmatian |
lvis | canine | dog | lvis_v3_dog |
lvis | canine | pug-dog | lvis_v3_pug-dog |
lvis | canine | puppy | lvis_v3_puppy |
lvis | canine | shepherd-dog | lvis_v3_shepherd-dog |
lvis | canine | wolf | lvis_v3_wolf |
lvis | canis-familiaris | bulldog | lvis_v3_bulldog |
lvis | canis-familiaris | dalmatian | lvis_v3_dalmatian |
lvis | canis-familiaris | dog | lvis_v3_dog |
lvis | canis-familiaris | pug-dog | lvis_v3_pug-dog |
lvis | canis-familiaris | puppy | lvis_v3_puppy |
lvis | canis-familiaris | shepherd-dog | lvis_v3_shepherd-dog |
lvis | cannister | canister | lvis_v3_canister |
lvis | canoe | kayak | lvis_v3_kayak |
lvis | canopy | awning | lvis_v3_awning |
lvis | canopy | umbrella | lvis_v3_umbrella |
lvis | cantaloupe | cantaloup | lvis_v3_cantaloup |
lvis | canvas | sail | lvis_v3_sail |
lvis | canvas | tarp | lvis_v3_tarp |
lvis | canvass | sail | lvis_v3_sail |
lvis | canvass | tarp | lvis_v3_tarp |
lvis | cap | baseball-cap | lvis_v3_baseball-cap |
lvis | cap | beanie | lvis_v3_beanie |
lvis | cap | beret | lvis_v3_beret |
lvis | cap | bottle-cap | lvis_v3_bottle-cap |
lvis | cap | shower-cap | lvis_v3_shower-cap |
lvis | cap | skullcap | lvis_v3_skullcap |
lvis | cap | thimble | lvis_v3_thimble |
lvis | cappuccino-coffee | cappuccino | lvis_v3_cappuccino |
lvis | caprine-animal | goat | lvis_v3_goat |
lvis | car | ambulance | lvis_v3_ambulance |
lvis | car | cab | lvis_v3_cab |
lvis | car | cabin-car | lvis_v3_cabin-car |
lvis | car | railcar | lvis_v3_railcar |
lvis | car | elevator-car | lvis_v3_elevator-car |
lvis | car | convertible | lvis_v3_convertible |
lvis | car | police-cruiser | lvis_v3_police-cruiser |
lvis | car | freight-car | lvis_v3_freight-car |
lvis | car | jeep | lvis_v3_jeep |
lvis | car | limousine | lvis_v3_limousine |
lvis | car | minivan | lvis_v3_minivan |
lvis | car | passenger-car | lvis_v3_passenger-car |
lvis | car | race-car | lvis_v3_race-car |
lvis | car-mirror | rearview-mirror | lvis_v3_rearview-mirror |
lvis | carassius-auratus | goldfish | lvis_v3_goldfish |
lvis | card | birthday-card | lvis_v3_birthday-card |
lvis | card | business-card | lvis_v3_business-card |
lvis | card | identity-card | lvis_v3_identity-card |
lvis | card | keycard | lvis_v3_keycard |
lvis | card | postcard | lvis_v3_postcard |
lvis | card | poster | lvis_v3_poster |
lvis | cargo-vessel | cargo-ship | lvis_v3_cargo-ship |
lvis | carnivore | bear | lvis_v3_bear |
lvis | carnivore | cat | lvis_v3_cat |
lvis | carnivore | dalmatian | lvis_v3_dalmatian |
lvis | carnivore | dog | lvis_v3_dog |
lvis | carnivore | ferret | lvis_v3_ferret |
lvis | carnivore | giant-panda | lvis_v3_giant-panda |
lvis | carnivore | grizzly | lvis_v3_grizzly |
lvis | carnivore | polar-bear | lvis_v3_polar-bear |
lvis | carnivore | lion | lvis_v3_lion |
lvis | carnivore | pug-dog | lvis_v3_pug-dog |
lvis | carnivore | puppy | lvis_v3_puppy |
lvis | carnivore | tiger | lvis_v3_tiger |
lvis | carnivore | wolf | lvis_v3_wolf |
lvis | carpenter's-saw | handsaw | lvis_v3_handsaw |
lvis | carpet | runner | lvis_v3_runner |
lvis | carpet-slipper | slipper | lvis_v3_slipper |
lvis | carpeting | runner | lvis_v3_runner |
lvis | carriage | baby-buggy | lvis_v3_baby-buggy |
lvis | carriage | horse-buggy | lvis_v3_horse-buggy |
lvis | carriage | horse-carriage | lvis_v3_horse-carriage |
lvis | carriage | passenger-car | lvis_v3_passenger-car |
lvis | carriage | stagecoach | lvis_v3_stagecoach |
lvis | carriage-dog | dalmatian | lvis_v3_dalmatian |
lvis | carrier-bag | grocery-bag | lvis_v3_grocery-bag |
lvis | carrier-bag | plastic-bag | lvis_v3_plastic-bag |
lvis | carryall | tote-bag | lvis_v3_tote-bag |
lvis | cart | barrow | lvis_v3_barrow |
lvis | cart | handcart | lvis_v3_handcart |
lvis | cart | shopping-cart | lvis_v3_shopping-cart |
lvis | cartilaginous-fish | shark | lvis_v3_shark |
lvis | case | suitcase | lvis_v3_suitcase |
lvis | case | briefcase | lvis_v3_briefcase |
lvis | case | cigarette-case | lvis_v3_cigarette-case |
lvis | case | hatbox | lvis_v3_hatbox |
lvis | case | satchel | lvis_v3_satchel |
lvis | case | trunk | lvis_v3_trunk |
lvis | case | wallet | lvis_v3_wallet |
lvis | cashbox | cash-register | lvis_v3_cash-register |
lvis | cask | barrel | lvis_v3_barrel |
lvis | cask | keg | lvis_v3_keg |
lvis | cat | cougar | lvis_v3_cougar |
lvis | cat | lion | lvis_v3_lion |
lvis | cat | tiger | lvis_v3_tiger |
lvis | catamount | cougar | lvis_v3_cougar |
lvis | cataphract | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | cataphract | chain-mail | lvis_v3_chain-mail |
lvis | catarrhine | baboon | lvis_v3_baboon |
lvis | catch | latch | lvis_v3_latch |
lvis | cattle | cow | lvis_v3_cow |
lvis | causal-agency | medicine | lvis_v3_medicine |
lvis | causal-agency | person | lvis_v3_person |
lvis | causal-agent | medicine | lvis_v3_medicine |
lvis | causal-agent | person | lvis_v3_person |
lvis | cause | medicine | lvis_v3_medicine |
lvis | cause | person | lvis_v3_person |
lvis | cayenne-pepper | cayenne | lvis_v3_cayenne |
lvis | cell | cellular-telephone | lvis_v3_cellular-telephone |
lvis | cellphone | cellular-telephone | lvis_v3_cellular-telephone |
lvis | cellular-phone | cellular-telephone | lvis_v3_cellular-telephone |
lvis | cent | penny | lvis_v3_penny |
lvis | centime | penny | lvis_v3_penny |
lvis | cephalopod | octopus | lvis_v3_octopus |
lvis | cephalopod-mollusk | octopus | lvis_v3_octopus |
lvis | ceramic-ware | pottery | lvis_v3_pottery |
lvis | cereal | edible-corn | lvis_v3_edible-corn |
lvis | cereal | grits | lvis_v3_grits |
lvis | cervid | deer | lvis_v3_deer |
lvis | cervid | elk | lvis_v3_elk |
lvis | cetacean | dolphin | lvis_v3_dolphin |
lvis | cetacean-mammal | dolphin | lvis_v3_dolphin |
lvis | chain-armor | chain-mail | lvis_v3_chain-mail |
lvis | chain-armour | chain-mail | lvis_v3_chain-mail |
lvis | chair | armchair | lvis_v3_armchair |
lvis | chair | chaise-longue | lvis_v3_chaise-longue |
lvis | chair | deck-chair | lvis_v3_deck-chair |
lvis | chair | electric-chair | lvis_v3_electric-chair |
lvis | chair | folding-chair | lvis_v3_folding-chair |
lvis | chair | highchair | lvis_v3_highchair |
lvis | chair | recliner | lvis_v3_recliner |
lvis | chair | rocking-chair | lvis_v3_rocking-chair |
lvis | chair | wheelchair | lvis_v3_wheelchair |
lvis | chaise | chaise-longue | lvis_v3_chaise-longue |
lvis | chalkboard | blackboard | lvis_v3_blackboard |
lvis | champagne-flute | flute-glass | lvis_v3_flute-glass |
lvis | channel | slide | lvis_v3_slide |
lvis | chapeau | bonnet | lvis_v3_bonnet |
lvis | chapeau | bowler-hat | lvis_v3_bowler-hat |
lvis | chapeau | cowboy-hat | lvis_v3_cowboy-hat |
lvis | chapeau | dress-hat | lvis_v3_dress-hat |
lvis | chapeau | fedora | lvis_v3_fedora |
lvis | chapeau | hat | lvis_v3_hat |
lvis | chapeau | sombrero | lvis_v3_sombrero |
lvis | chapeau | sunhat | lvis_v3_sunhat |
lvis | chaplet | wreath | lvis_v3_wreath |
lvis | charabanc | bus | lvis_v3_bus |
lvis | charabanc | school-bus | lvis_v3_school-bus |
lvis | character-at-a-time-printer | typewriter | lvis_v3_typewriter |
lvis | character-printer | typewriter | lvis_v3_typewriter |
lvis | checker-board | checkerboard | lvis_v3_checkerboard |
lvis | checker-board | chessboard | lvis_v3_chessboard |
lvis | checkerboard | chessboard | lvis_v3_chessboard |
lvis | cheese | string-cheese | lvis_v3_string-cheese |
lvis | chelonian | turtle | lvis_v3_turtle |
lvis | chelonian-reptile | turtle | lvis_v3_turtle |
lvis | chemical | cleansing-agent | lvis_v3_cleansing-agent |
lvis | chemical-agent | detergent | lvis_v3_detergent |
lvis | chemical-compound | cleansing-agent | lvis_v3_cleansing-agent |
lvis | chemical-compound | shampoo | lvis_v3_shampoo |
lvis | chemical-compound | soap | lvis_v3_soap |
lvis | chemical-substance | cleansing-agent | lvis_v3_cleansing-agent |
lvis | chequebook | checkbook | lvis_v3_checkbook |
lvis | chess-board | chessboard | lvis_v3_chessboard |
lvis | chest | toolbox | lvis_v3_toolbox |
lvis | chewing-gum | bubble-gum | lvis_v3_bubble-gum |
lvis | chicha | hookah | lvis_v3_hookah |
lvis | chicken | cock | lvis_v3_cock |
lvis | chile | chili | lvis_v3_chili |
lvis | chili-pepper | chili | lvis_v3_chili |
lvis | chilli | chili | lvis_v3_chili |
lvis | chilly | chili | lvis_v3_chili |
lvis | china | chinaware | lvis_v3_chinaware |
lvis | chinese-gooseberry | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | chip | crisp | lvis_v3_crisp |
lvis | chip | poker-chip | lvis_v3_poker-chip |
lvis | chiropteran | bat | lvis_v3_bat |
lvis | chocolate | chocolate-bar | lvis_v3_chocolate-bar |
lvis | chocolate | cocoa | lvis_v3_cocoa |
lvis | chocolate-candy | chocolate-bar | lvis_v3_chocolate-bar |
lvis | chocolate-truffle | truffle | lvis_v3_truffle |
lvis | chondrichthian | shark | lvis_v3_shark |
lvis | chop | lamb-chop | lvis_v3_lamb-chop |
lvis | chopper | helicopter | lvis_v3_helicopter |
lvis | chordate | bird | lvis_v3_bird |
lvis | chordate | fish | lvis_v3_fish |
lvis | chordate | frog | lvis_v3_frog |
lvis | chordate | parrot | lvis_v3_parrot |
lvis | chou | eclair | lvis_v3_eclair |
lvis | christian-bible | bible | lvis_v3_bible |
lvis | church-bench | pew | lvis_v3_pew |
lvis | chute | slide | lvis_v3_slide |
lvis | chute | parachute | lvis_v3_parachute |
lvis | chute | parasail | lvis_v3_parasail |
lvis | cigaret | cigarette | lvis_v3_cigarette |
lvis | cincture | cincture | lvis_v3_cincture |
lvis | circle | frisbee | lvis_v3_frisbee |
lvis | citrous-fruit | lemon | lvis_v3_lemon |
lvis | citrous-fruit | lime | lvis_v3_lime |
lvis | citrous-fruit | mandarin-orange | lvis_v3_mandarin-orange |
lvis | citrous-fruit | orange | lvis_v3_orange |
lvis | citrus | clementine | lvis_v3_clementine |
lvis | citrus | lemon | lvis_v3_lemon |
lvis | citrus | lime | lvis_v3_lime |
lvis | citrus | mandarin-orange | lvis_v3_mandarin-orange |
lvis | citrus | orange | lvis_v3_orange |
lvis | citrus-fruit | lemon | lvis_v3_lemon |
lvis | citrus-fruit | lime | lvis_v3_lime |
lvis | citrus-fruit | mandarin-orange | lvis_v3_mandarin-orange |
lvis | citrus-fruit | orange | lvis_v3_orange |
lvis | citrus-reticulata | clementine | lvis_v3_clementine |
lvis | citrus-tree | clementine | lvis_v3_clementine |
lvis | clam | dollar | lvis_v3_dollar |
lvis | clayware | pottery | lvis_v3_pottery |
lvis | cleaner | cleansing-agent | lvis_v3_cleansing-agent |
lvis | cleaner | dishwasher-detergent | lvis_v3_dishwasher-detergent |
lvis | cleaner | shampoo | lvis_v3_shampoo |
lvis | cleaner | soap | lvis_v3_soap |
lvis | cleaner | toothpaste | lvis_v3_toothpaste |
lvis | cleaning-device | broom | lvis_v3_broom |
lvis | cleaning-device | mop | lvis_v3_mop |
lvis | cleaning-equipment | broom | lvis_v3_broom |
lvis | cleaning-equipment | mop | lvis_v3_mop |
lvis | cleaning-implement | broom | lvis_v3_broom |
lvis | cleaning-implement | mop | lvis_v3_mop |
lvis | cleanser | cleansing-agent | lvis_v3_cleansing-agent |
lvis | cleanser | dishwasher-detergent | lvis_v3_dishwasher-detergent |
lvis | cleanser | shampoo | lvis_v3_shampoo |
lvis | cleanser | soap | lvis_v3_soap |
lvis | cleanser | toothpaste | lvis_v3_toothpaste |
lvis | cleansing-agent | dishwasher-detergent | lvis_v3_dishwasher-detergent |
lvis | cleansing-agent | shampoo | lvis_v3_shampoo |
lvis | cleansing-agent | soap | lvis_v3_soap |
lvis | cleansing-agent | toothpaste | lvis_v3_toothpaste |
lvis | clementine-tree | clementine | lvis_v3_clementine |
lvis | clipper | clippers | lvis_v3_clippers |
lvis | cloak | cape | lvis_v3_cape |
lvis | cloak | poncho | lvis_v3_poncho |
lvis | cloak | shawl | lvis_v3_shawl |
lvis | clock | alarm-clock | lvis_v3_alarm-clock |
lvis | clock | wall-clock | lvis_v3_wall-clock |
lvis | closet | armoire | lvis_v3_armoire |
lvis | closet | cupboard | lvis_v3_cupboard |
lvis | closet | telephone-booth | lvis_v3_telephone-booth |
lvis | closet | wardrobe | lvis_v3_wardrobe |
lvis | closure | cork | lvis_v3_cork |
lvis | cloth | bandanna | lvis_v3_bandanna |
lvis | cloth | bath-towel | lvis_v3_bath-towel |
lvis | cloth | dishrag | lvis_v3_dishrag |
lvis | cloth | dishtowel | lvis_v3_dishtowel |
lvis | cloth | flannel | lvis_v3_flannel |
lvis | cloth | fleece | lvis_v3_fleece |
lvis | cloth | hairnet | lvis_v3_hairnet |
lvis | cloth | hand-towel | lvis_v3_hand-towel |
lvis | cloth | handkerchief | lvis_v3_handkerchief |
lvis | cloth | paper-towel | lvis_v3_paper-towel |
lvis | cloth | sail | lvis_v3_sail |
lvis | cloth | tapestry | lvis_v3_tapestry |
lvis | cloth | tarp | lvis_v3_tarp |
lvis | cloth | tartan | lvis_v3_tartan |
lvis | cloth | towel | lvis_v3_towel |
lvis | cloth-covering | bandage | lvis_v3_bandage |
lvis | cloth-covering | bedspread | lvis_v3_bedspread |
lvis | cloth-covering | blanket | lvis_v3_blanket |
lvis | cloth-covering | cast | lvis_v3_cast |
lvis | cloth-covering | eyepatch | lvis_v3_eyepatch |
lvis | cloth-covering | quilt | lvis_v3_quilt |
lvis | cloth-covering | sling | lvis_v3_sling |
lvis | clothes | jean | lvis_v3_jean |
lvis | clothes-basket | clothes-hamper | lvis_v3_clothes-hamper |
lvis | clothes-hanger | coat-hanger | lvis_v3_coat-hanger |
lvis | clothes-peg | clothespin | lvis_v3_clothespin |
lvis | clothes-pin | clothespin | lvis_v3_clothespin |
lvis | clothing | apron | lvis_v3_apron |
lvis | clothing | ballet-skirt | lvis_v3_ballet-skirt |
lvis | clothing | baseball-cap | lvis_v3_baseball-cap |
lvis | clothing | bathrobe | lvis_v3_bathrobe |
lvis | clothing | belt | lvis_v3_belt |
lvis | clothing | beret | lvis_v3_beret |
lvis | clothing | blouse | lvis_v3_blouse |
lvis | clothing | bonnet | lvis_v3_bonnet |
lvis | clothing | bowler-hat | lvis_v3_bowler-hat |
lvis | clothing | suspenders | lvis_v3_suspenders |
lvis | clothing | brassiere | lvis_v3_brassiere |
lvis | clothing | breechcloth | lvis_v3_breechcloth |
lvis | clothing | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | clothing | cap | lvis_v3_cap |
lvis | clothing | cardigan | lvis_v3_cardigan |
lvis | clothing | chap | lvis_v3_chap |
lvis | clothing | cloak | lvis_v3_cloak |
lvis | clothing | coat | lvis_v3_coat |
lvis | clothing | costume | lvis_v3_costume |
lvis | clothing | coverall | lvis_v3_coverall |
lvis | clothing | cowboy-hat | lvis_v3_cowboy-hat |
lvis | clothing | crown | lvis_v3_crown |
lvis | clothing | diaper | lvis_v3_diaper |
lvis | clothing | tux | lvis_v3_tux |
lvis | clothing | dress | lvis_v3_dress |
lvis | clothing | dress-hat | lvis_v3_dress-hat |
lvis | clothing | dress-suit | lvis_v3_dress-suit |
lvis | clothing | fedora | lvis_v3_fedora |
lvis | clothing | football-helmet | lvis_v3_football-helmet |
lvis | clothing | glove | lvis_v3_glove |
lvis | clothing | halter-top | lvis_v3_halter-top |
lvis | clothing | hat | lvis_v3_hat |
lvis | clothing | veil | lvis_v3_veil |
lvis | clothing | helmet | lvis_v3_helmet |
lvis | clothing | jean | lvis_v3_jean |
lvis | clothing | jersey | lvis_v3_jersey |
lvis | clothing | jumpsuit | lvis_v3_jumpsuit |
lvis | clothing | kilt | lvis_v3_kilt |
lvis | clothing | kimono | lvis_v3_kimono |
lvis | clothing | knee-pad | lvis_v3_knee-pad |
lvis | clothing | legging | lvis_v3_legging |
lvis | clothing | mitten | lvis_v3_mitten |
lvis | clothing | necktie | lvis_v3_necktie |
lvis | clothing | nightshirt | lvis_v3_nightshirt |
lvis | clothing | overalls | lvis_v3_overalls |
lvis | clothing | pajamas | lvis_v3_pajamas |
lvis | clothing | polo-shirt | lvis_v3_polo-shirt |
lvis | clothing | robe | lvis_v3_robe |
lvis | clothing | scarf | lvis_v3_scarf |
lvis | clothing | shirt | lvis_v3_shirt |
lvis | clothing | short-pants | lvis_v3_short-pants |
lvis | clothing | shower-cap | lvis_v3_shower-cap |
lvis | clothing | skirt | lvis_v3_skirt |
lvis | clothing | skullcap | lvis_v3_skullcap |
lvis | clothing | sock | lvis_v3_sock |
lvis | clothing | sombrero | lvis_v3_sombrero |
lvis | clothing | sportswear | lvis_v3_sportswear |
lvis | clothing | suit | lvis_v3_suit |
lvis | clothing | sunhat | lvis_v3_sunhat |
lvis | clothing | sweat-pants | lvis_v3_sweat-pants |
lvis | clothing | sweater | lvis_v3_sweater |
lvis | clothing | swimsuit | lvis_v3_swimsuit |
lvis | clothing | tank-top | lvis_v3_tank-top |
lvis | clothing | tiara | lvis_v3_tiara |
lvis | clothing | tights | lvis_v3_tights |
lvis | clothing | trousers | lvis_v3_trousers |
lvis | clothing | turban | lvis_v3_turban |
lvis | clothing | turtleneck | lvis_v3_turtleneck |
lvis | clothing | underwear | lvis_v3_underwear |
lvis | clothing | vest | lvis_v3_vest |
lvis | clothing | wet-suit | lvis_v3_wet-suit |
lvis | clothing | wig | lvis_v3_wig |
lvis | clove-pink | carnation | lvis_v3_carnation |
lvis | club | baseball-bat | lvis_v3_baseball-bat |
lvis | club | golf-club | lvis_v3_golf-club |
lvis | clutch | clutch-bag | lvis_v3_clutch-bag |
lvis | coach | bus | lvis_v3_bus |
lvis | coach | passenger-car | lvis_v3_passenger-car |
lvis | coach | school-bus | lvis_v3_school-bus |
lvis | coach | stagecoach | lvis_v3_stagecoach |
lvis | coach-and-four | stagecoach | lvis_v3_stagecoach |
lvis | coach-dog | dalmatian | lvis_v3_dalmatian |
lvis | coastal-diving-bird | gull | lvis_v3_gull |
lvis | coat | blazer | lvis_v3_blazer |
lvis | coat | jacket | lvis_v3_jacket |
lvis | coat | lab-coat | lvis_v3_lab-coat |
lvis | coat | parka | lvis_v3_parka |
lvis | coat | raincoat | lvis_v3_raincoat |
lvis | coat | ski-parka | lvis_v3_ski-parka |
lvis | coat | trench-coat | lvis_v3_trench-coat |
lvis | coat-of-mail | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | coat-of-mail | chain-mail | lvis_v3_chain-mail |
lvis | coat-rack | coatrack | lvis_v3_coatrack |
lvis | cocktail | martini | lvis_v3_martini |
lvis | cocktail-table | coffee-table | lvis_v3_coffee-table |
lvis | cocoanut | coconut | lvis_v3_coconut |
lvis | coddled-egg | boiled-egg | lvis_v3_boiled-egg |
lvis | coffee | cappuccino | lvis_v3_cappuccino |
lvis | coffee-cappuccino | cappuccino | lvis_v3_cappuccino |
lvis | coffin-nail | cigarette | lvis_v3_cigarette |
lvis | coin | penny | lvis_v3_penny |
lvis | coin-bank | piggy-bank | lvis_v3_piggy-bank |
lvis | coin-machine | vending-machine | lvis_v3_vending-machine |
lvis | coinage | coin | lvis_v3_coin |
lvis | coinage | penny | lvis_v3_penny |
lvis | collapsible-shelter | cabana | lvis_v3_cabana |
lvis | collar | choker | lvis_v3_choker |
lvis | collar | dog-collar | lvis_v3_dog-collar |
lvis | color | coloring-material | lvis_v3_coloring-material |
lvis | colour | coloring-material | lvis_v3_coloring-material |
lvis | colouring-material | coloring-material | lvis_v3_coloring-material |
lvis | columbiform-bird | dove | lvis_v3_dove |
lvis | columbiform-bird | pigeon | lvis_v3_pigeon |
lvis | comfort | quilt | lvis_v3_quilt |
lvis | comforter | pacifier | lvis_v3_pacifier |
lvis | comforter | quilt | lvis_v3_quilt |
lvis | commode | toilet | lvis_v3_toilet |
lvis | commodity | nightshirt | lvis_v3_nightshirt |
lvis | common-bean | green-bean | lvis_v3_green-bean |
lvis | common-bean-plant | green-bean | lvis_v3_green-bean |
lvis | communication | award | lvis_v3_award |
lvis | communication | card | lvis_v3_card |
lvis | communication | checkbook | lvis_v3_checkbook |
lvis | communication | diary | lvis_v3_diary |
lvis | communication | poster | lvis_v3_poster |
lvis | communication | receipt | lvis_v3_receipt |
lvis | communication | brake-light | lvis_v3_brake-light |
lvis | communication | street-sign | lvis_v3_street-sign |
lvis | communication | windsock | lvis_v3_windsock |
lvis | compartment | locker | lvis_v3_locker |
lvis | compartment | elevator-car | lvis_v3_elevator-car |
lvis | component | coloring-material | lvis_v3_coloring-material |
lvis | component-part | coloring-material | lvis_v3_coloring-material |
lvis | compound | cleansing-agent | lvis_v3_cleansing-agent |
lvis | compound | shampoo | lvis_v3_shampoo |
lvis | compound | soap | lvis_v3_soap |
lvis | compound-lever | clippers | lvis_v3_clippers |
lvis | compound-lever | nutcracker | lvis_v3_nutcracker |
lvis | compound-lever | pliers | lvis_v3_pliers |
lvis | compound-lever | scissors | lvis_v3_scissors |
lvis | compound-lever | shears | lvis_v3_shears |
lvis | computer-mouse | mouse | lvis_v3_mouse |
lvis | computer-peripheral | computer-keyboard | lvis_v3_computer-keyboard |
lvis | computer-peripheral | joystick | lvis_v3_joystick |
lvis | concoction | batter | lvis_v3_batter |
lvis | condiment | hot-sauce | lvis_v3_hot-sauce |
lvis | condiment | hummus | lvis_v3_hummus |
lvis | condiment | peanut-butter | lvis_v3_peanut-butter |
lvis | condiment | pickle | lvis_v3_pickle |
lvis | condiment | salsa | lvis_v3_salsa |
lvis | condiment | tabasco-sauce | lvis_v3_tabasco-sauce |
lvis | condiment | vinegar | lvis_v3_vinegar |
lvis | conductor | lightning-rod | lvis_v3_lightning-rod |
lvis | conduit | coil | lvis_v3_coil |
lvis | conduit | fire-hose | lvis_v3_fire-hose |
lvis | conduit | garden-hose | lvis_v3_garden-hose |
lvis | conduit | hookah | lvis_v3_hookah |
lvis | conduit | hose | lvis_v3_hose |
lvis | conduit | tobacco-pipe | lvis_v3_tobacco-pipe |
lvis | conduit | pipe | lvis_v3_pipe |
lvis | conduit | straw | lvis_v3_straw |
lvis | cone | pinecone | lvis_v3_pinecone |
lvis | coney | rabbit | lvis_v3_rabbit |
lvis | confect | candy-bar | lvis_v3_candy-bar |
lvis | confect | candy-cane | lvis_v3_candy-cane |
lvis | confect | fudge | lvis_v3_fudge |
lvis | confect | jelly-bean | lvis_v3_jelly-bean |
lvis | confect | lollipop | lvis_v3_lollipop |
lvis | confect | mint-candy | lvis_v3_mint-candy |
lvis | confect | truffle | lvis_v3_truffle |
lvis | confection | bubble-gum | lvis_v3_bubble-gum |
lvis | confection | candy-bar | lvis_v3_candy-bar |
lvis | confection | candy-cane | lvis_v3_candy-cane |
lvis | confection | fudge | lvis_v3_fudge |
lvis | confection | jam | lvis_v3_jam |
lvis | confection | jelly-bean | lvis_v3_jelly-bean |
lvis | confection | lollipop | lvis_v3_lollipop |
lvis | confection | mint-candy | lvis_v3_mint-candy |
lvis | confection | truffle | lvis_v3_truffle |
lvis | confiture | jam | lvis_v3_jam |
lvis | conjunction | hinge | lvis_v3_hinge |
lvis | connecter | hinge | lvis_v3_hinge |
lvis | connection | hinge | lvis_v3_hinge |
lvis | connective | hinge | lvis_v3_hinge |
lvis | connector | hinge | lvis_v3_hinge |
lvis | connexion | hinge | lvis_v3_hinge |
lvis | conserve | jam | lvis_v3_jam |
lvis | conserves | jam | lvis_v3_jam |
lvis | constituent | coloring-material | lvis_v3_coloring-material |
lvis | constraint | barrette | lvis_v3_barrette |
lvis | constraint | belt-buckle | lvis_v3_belt-buckle |
lvis | constraint | bolt | lvis_v3_bolt |
lvis | constraint | button | lvis_v3_button |
lvis | constraint | clasp | lvis_v3_clasp |
lvis | constraint | cleat | lvis_v3_cleat |
lvis | constraint | clip | lvis_v3_clip |
lvis | constraint | clothespin | lvis_v3_clothespin |
lvis | constraint | combination-lock | lvis_v3_combination-lock |
lvis | constraint | gag | lvis_v3_gag |
lvis | constraint | hairpin | lvis_v3_hairpin |
lvis | constraint | handcuff | lvis_v3_handcuff |
lvis | constraint | latch | lvis_v3_latch |
lvis | constraint | padlock | lvis_v3_padlock |
lvis | constraint | pin | lvis_v3_pin |
lvis | constraint | safety-pin | lvis_v3_safety-pin |
lvis | constraint | skewer | lvis_v3_skewer |
lvis | constraint | thumbtack | lvis_v3_thumbtack |
lvis | construction | visor | lvis_v3_visor |
lvis | construction | billboard | lvis_v3_billboard |
lvis | construction | brass-plaque | lvis_v3_brass-plaque |
lvis | construction | cabana | lvis_v3_cabana |
lvis | construction | clock-tower | lvis_v3_clock-tower |
lvis | construction | cornice | lvis_v3_cornice |
lvis | construction | cupboard | lvis_v3_cupboard |
lvis | construction | dollhouse | lvis_v3_dollhouse |
lvis | construction | drawer | lvis_v3_drawer |
lvis | construction | gravestone | lvis_v3_gravestone |
lvis | construction | grill | lvis_v3_grill |
lvis | construction | kennel | lvis_v3_kennel |
lvis | construction | playpen | lvis_v3_playpen |
lvis | construction | sawhorse | lvis_v3_sawhorse |
lvis | construction | scoreboard | lvis_v3_scoreboard |
lvis | construction | signboard | lvis_v3_signboard |
lvis | construction | silo | lvis_v3_silo |
lvis | consumer-durables | curling-iron | lvis_v3_curling-iron |
lvis | consumer-durables | hair-dryer | lvis_v3_hair-dryer |
lvis | consumer-durables | iron | lvis_v3_iron |
lvis | consumer-durables | sewing-machine | lvis_v3_sewing-machine |
lvis | consumer-durables | vacuum-cleaner | lvis_v3_vacuum-cleaner |
lvis | consumer-goods | apron | lvis_v3_apron |
lvis | consumer-goods | belt | lvis_v3_belt |
lvis | consumer-goods | suspenders | lvis_v3_suspenders |
lvis | consumer-goods | brassiere | lvis_v3_brassiere |
lvis | consumer-goods | breechcloth | lvis_v3_breechcloth |
lvis | consumer-goods | cap | lvis_v3_cap |
lvis | consumer-goods | costume | lvis_v3_costume |
lvis | consumer-goods | coverall | lvis_v3_coverall |
lvis | consumer-goods | diaper | lvis_v3_diaper |
lvis | consumer-goods | dress | lvis_v3_dress |
lvis | consumer-goods | dress-hat | lvis_v3_dress-hat |
lvis | consumer-goods | glove | lvis_v3_glove |
lvis | consumer-goods | hat | lvis_v3_hat |
lvis | consumer-goods | veil | lvis_v3_veil |
lvis | consumer-goods | helmet | lvis_v3_helmet |
lvis | consumer-goods | jumpsuit | lvis_v3_jumpsuit |
lvis | consumer-goods | knee-pad | lvis_v3_knee-pad |
lvis | consumer-goods | legging | lvis_v3_legging |
lvis | consumer-goods | nightshirt | lvis_v3_nightshirt |
lvis | consumer-goods | overalls | lvis_v3_overalls |
lvis | consumer-goods | pajamas | lvis_v3_pajamas |
lvis | consumer-goods | robe | lvis_v3_robe |
lvis | consumer-goods | scarf | lvis_v3_scarf |
lvis | consumer-goods | shirt | lvis_v3_shirt |
lvis | consumer-goods | skirt | lvis_v3_skirt |
lvis | consumer-goods | sportswear | lvis_v3_sportswear |
lvis | consumer-goods | suit | lvis_v3_suit |
lvis | consumer-goods | sweater | lvis_v3_sweater |
lvis | consumer-goods | swimsuit | lvis_v3_swimsuit |
lvis | consumer-goods | trousers | lvis_v3_trousers |
lvis | consumer-goods | turban | lvis_v3_turban |
lvis | consumer-goods | vest | lvis_v3_vest |
lvis | consumer-goods | wet-suit | lvis_v3_wet-suit |
lvis | container | aerosol-can | lvis_v3_aerosol-can |
lvis | container | aquarium | lvis_v3_aquarium |
lvis | container | trash-can | lvis_v3_trash-can |
lvis | container | ashtray | lvis_v3_ashtray |
lvis | container | atomizer | lvis_v3_atomizer |
lvis | container | baby-buggy | lvis_v3_baby-buggy |
lvis | container | backpack | lvis_v3_backpack |
lvis | container | handbag | lvis_v3_handbag |
lvis | container | suitcase | lvis_v3_suitcase |
lvis | container | barrel | lvis_v3_barrel |
lvis | container | barrow | lvis_v3_barrow |
lvis | container | basket | lvis_v3_basket |
lvis | container | bathtub | lvis_v3_bathtub |
lvis | container | beanbag | lvis_v3_beanbag |
lvis | container | bedpan | lvis_v3_bedpan |
lvis | container | beer-bottle | lvis_v3_beer-bottle |
lvis | container | beer-can | lvis_v3_beer-can |
lvis | container | bicycle | lvis_v3_bicycle |
lvis | container | birdbath | lvis_v3_birdbath |
lvis | container | bottle | lvis_v3_bottle |
lvis | container | bowl | lvis_v3_bowl |
lvis | container | pipe-bowl | lvis_v3_pipe-bowl |
lvis | container | box | lvis_v3_box |
lvis | container | bread-bin | lvis_v3_bread-bin |
lvis | container | briefcase | lvis_v3_briefcase |
lvis | container | bucket | lvis_v3_bucket |
lvis | container | cabin-car | lvis_v3_cabin-car |
lvis | container | can | lvis_v3_can |
lvis | container | canister | lvis_v3_canister |
lvis | container | railcar | lvis_v3_railcar |
lvis | container | horse-carriage | lvis_v3_horse-carriage |
lvis | container | tote-bag | lvis_v3_tote-bag |
lvis | container | cart | lvis_v3_cart |
lvis | container | carton | lvis_v3_carton |
lvis | container | cassette | lvis_v3_cassette |
lvis | container | chalice | lvis_v3_chalice |
lvis | container | cigar-box | lvis_v3_cigar-box |
lvis | container | cigarette-case | lvis_v3_cigarette-case |
lvis | container | cistern | lvis_v3_cistern |
lvis | container | clothes-hamper | lvis_v3_clothes-hamper |
lvis | container | clutch-bag | lvis_v3_clutch-bag |
lvis | container | coffeepot | lvis_v3_coffeepot |
lvis | container | crate | lvis_v3_crate |
lvis | container | cream-pitcher | lvis_v3_cream-pitcher |
lvis | container | crock-pot | lvis_v3_crock-pot |
lvis | container | cup | lvis_v3_cup |
lvis | container | cylinder | lvis_v3_cylinder |
lvis | container | dish | lvis_v3_dish |
lvis | container | dispenser | lvis_v3_dispenser |
lvis | container | dixie-cup | lvis_v3_dixie-cup |
lvis | container | drawer | lvis_v3_drawer |
lvis | container | duffel-bag | lvis_v3_duffel-bag |
lvis | container | dumpster | lvis_v3_dumpster |
lvis | container | dustpan | lvis_v3_dustpan |
lvis | container | envelope | lvis_v3_envelope |
lvis | container | fishbowl | lvis_v3_fishbowl |
lvis | container | flute-glass | lvis_v3_flute-glass |
lvis | container | forklift | lvis_v3_forklift |
lvis | container | freight-car | lvis_v3_freight-car |
lvis | container | garbage | lvis_v3_garbage |
lvis | container | glass | lvis_v3_glass |
lvis | container | gravy-boat | lvis_v3_gravy-boat |
lvis | container | grocery-bag | lvis_v3_grocery-bag |
lvis | container | hamper | lvis_v3_hamper |
lvis | container | handcart | lvis_v3_handcart |
lvis | container | hatbox | lvis_v3_hatbox |
lvis | container | ice-pack | lvis_v3_ice-pack |
lvis | container | inhaler | lvis_v3_inhaler |
lvis | container | jar | lvis_v3_jar |
lvis | container | keg | lvis_v3_keg |
lvis | container | kettle | lvis_v3_kettle |
lvis | container | ladle | lvis_v3_ladle |
lvis | container | mailbox | lvis_v3_mailbox |
lvis | container | manger | lvis_v3_manger |
lvis | container | matchbox | lvis_v3_matchbox |
lvis | container | measuring-cup | lvis_v3_measuring-cup |
lvis | container | milk-can | lvis_v3_milk-can |
lvis | container | motor-scooter | lvis_v3_motor-scooter |
lvis | container | motor-vehicle | lvis_v3_motor-vehicle |
lvis | container | mug | lvis_v3_mug |
lvis | container | nosebag | lvis_v3_nosebag |
lvis | container | packet | lvis_v3_packet |
lvis | container | pan | lvis_v3_pan |
lvis | container | passenger-car | lvis_v3_passenger-car |
lvis | container | pencil-box | lvis_v3_pencil-box |
lvis | container | piggy-bank | lvis_v3_piggy-bank |
lvis | container | pitcher | lvis_v3_pitcher |
lvis | container | pot | lvis_v3_pot |
lvis | container | flowerpot | lvis_v3_flowerpot |
lvis | container | pouch | lvis_v3_pouch |
lvis | container | plastic-bag | lvis_v3_plastic-bag |
lvis | container | saddlebag | lvis_v3_saddlebag |
lvis | container | saltshaker | lvis_v3_saltshaker |
lvis | container | satchel | lvis_v3_satchel |
lvis | container | shaker | lvis_v3_shaker |
lvis | container | shopping-bag | lvis_v3_shopping-bag |
lvis | container | shopping-cart | lvis_v3_shopping-cart |
lvis | container | shot-glass | lvis_v3_shot-glass |
lvis | container | shoulder-bag | lvis_v3_shoulder-bag |
lvis | container | skateboard | lvis_v3_skateboard |
lvis | container | sleeping-bag | lvis_v3_sleeping-bag |
lvis | container | soup-bowl | lvis_v3_soup-bowl |
lvis | container | soupspoon | lvis_v3_soupspoon |
lvis | container | spoon | lvis_v3_spoon |
lvis | container | sugar-bowl | lvis_v3_sugar-bowl |
lvis | container | tank | lvis_v3_tank |
lvis | container | teacup | lvis_v3_teacup |
lvis | container | teapot | lvis_v3_teapot |
lvis | container | thimble | lvis_v3_thimble |
lvis | container | toolbox | lvis_v3_toolbox |
lvis | container | tractor | lvis_v3_tractor |
lvis | container | tray | lvis_v3_tray |
lvis | container | tricycle | lvis_v3_tricycle |
lvis | container | trunk | lvis_v3_trunk |
lvis | container | vat | lvis_v3_vat |
lvis | container | unicycle | lvis_v3_unicycle |
lvis | container | vase | lvis_v3_vase |
lvis | container | wagon | lvis_v3_wagon |
lvis | container | wallet | lvis_v3_wallet |
lvis | container | water-bottle | lvis_v3_water-bottle |
lvis | container | water-heater | lvis_v3_water-heater |
lvis | container | watering-can | lvis_v3_watering-can |
lvis | container | window-box | lvis_v3_window-box |
lvis | container | wine-bottle | lvis_v3_wine-bottle |
lvis | container | wine-bucket | lvis_v3_wine-bucket |
lvis | container | wineglass | lvis_v3_wineglass |
lvis | container | wooden-spoon | lvis_v3_wooden-spoon |
lvis | content | receipt | lvis_v3_receipt |
lvis | control | faucet | lvis_v3_faucet |
lvis | control | joystick | lvis_v3_joystick |
lvis | control | steering-wheel | lvis_v3_steering-wheel |
lvis | control | thermostat | lvis_v3_thermostat |
lvis | control | water-faucet | lvis_v3_water-faucet |
lvis | controller | control | lvis_v3_control |
lvis | controller | faucet | lvis_v3_faucet |
lvis | controller | joystick | lvis_v3_joystick |
lvis | controller | steering-wheel | lvis_v3_steering-wheel |
lvis | controller | thermostat | lvis_v3_thermostat |
lvis | controller | water-faucet | lvis_v3_water-faucet |
lvis | convertible | sofa-bed | lvis_v3_sofa-bed |
lvis | conveyance | baby-buggy | lvis_v3_baby-buggy |
lvis | conveyance | bicycle | lvis_v3_bicycle |
lvis | conveyance | bus | lvis_v3_bus |
lvis | conveyance | railcar | lvis_v3_railcar |
lvis | conveyance | handcart | lvis_v3_handcart |
lvis | conveyance | motor-scooter | lvis_v3_motor-scooter |
lvis | conveyance | school-bus | lvis_v3_school-bus |
lvis | conveyance | skateboard | lvis_v3_skateboard |
lvis | conveyance | sled | lvis_v3_sled |
lvis | conveyance | army-tank | lvis_v3_army-tank |
lvis | conveyance | train | lvis_v3_train |
lvis | conveyance | tricycle | lvis_v3_tricycle |
lvis | conveyance | unicycle | lvis_v3_unicycle |
lvis | conveyance | wagon | lvis_v3_wagon |
lvis | cony | rabbit | lvis_v3_rabbit |
lvis | cookie | brownie | lvis_v3_brownie |
lvis | cooking-pan | frying-pan | lvis_v3_frying-pan |
lvis | cooking-pan | pan | lvis_v3_pan |
lvis | cooking-pan | saucepan | lvis_v3_saucepan |
lvis | cooking-pan | wok | lvis_v3_wok |
lvis | cooking-stove | stove | lvis_v3_stove |
lvis | cooking-utensil | coffeepot | lvis_v3_coffeepot |
lvis | cooking-utensil | cooker | lvis_v3_cooker |
lvis | cooking-utensil | frying-pan | lvis_v3_frying-pan |
lvis | cooking-utensil | griddle | lvis_v3_griddle |
lvis | cooking-utensil | kettle | lvis_v3_kettle |
lvis | cooking-utensil | pan | lvis_v3_pan |
lvis | cooking-utensil | pot | lvis_v3_pot |
lvis | cooking-utensil | saucepan | lvis_v3_saucepan |
lvis | cooking-utensil | teakettle | lvis_v3_teakettle |
lvis | cooking-utensil | teapot | lvis_v3_teapot |
lvis | cooking-utensil | wok | lvis_v3_wok |
lvis | cookware | coffeepot | lvis_v3_coffeepot |
lvis | cookware | cooker | lvis_v3_cooker |
lvis | cookware | cooking-utensil | lvis_v3_cooking-utensil |
lvis | cookware | frying-pan | lvis_v3_frying-pan |
lvis | cookware | griddle | lvis_v3_griddle |
lvis | cookware | kettle | lvis_v3_kettle |
lvis | cookware | pan | lvis_v3_pan |
lvis | cookware | pot | lvis_v3_pot |
lvis | cookware | saucepan | lvis_v3_saucepan |
lvis | cookware | teakettle | lvis_v3_teakettle |
lvis | cookware | teapot | lvis_v3_teapot |
lvis | cookware | wok | lvis_v3_wok |
lvis | cooky | brownie | lvis_v3_brownie |
lvis | cooky | cookie | lvis_v3_cookie |
lvis | cooling | air-conditioner | lvis_v3_air-conditioner |
lvis | cooling-system | air-conditioner | lvis_v3_air-conditioner |
lvis | coon-bear | giant-panda | lvis_v3_giant-panda |
lvis | coop | birdcage | lvis_v3_birdcage |
lvis | cord | dental-floss | lvis_v3_dental-floss |
lvis | cord | lanyard | lvis_v3_lanyard |
lvis | cord | thread | lvis_v3_thread |
lvis | cork | bob | lvis_v3_bob |
lvis | cork-jacket | life-jacket | lvis_v3_life-jacket |
lvis | corn | edible-corn | lvis_v3_edible-corn |
lvis | coronal | wreath | lvis_v3_wreath |
lvis | corrective | wooden-leg | lvis_v3_wooden-leg |
lvis | correspondence | birthday-card | lvis_v3_birthday-card |
lvis | correspondence | card | lvis_v3_card |
lvis | correspondence | postcard | lvis_v3_postcard |
lvis | corsage | bouquet | lvis_v3_bouquet |
lvis | corvine-bird | crow | lvis_v3_crow |
lvis | cot | crib | lvis_v3_crib |
lvis | couch | sofa-bed | lvis_v3_sofa-bed |
lvis | couch | loveseat | lvis_v3_loveseat |
lvis | couch | sofa | lvis_v3_sofa |
lvis | counter | poker-chip | lvis_v3_poker-chip |
lvis | counterpane | bedspread | lvis_v3_bedspread |
lvis | courgette | zucchini | lvis_v3_zucchini |
lvis | course | chocolate-mousse | lvis_v3_chocolate-mousse |
lvis | course | icecream | lvis_v3_icecream |
lvis | course | popsicle | lvis_v3_popsicle |
lvis | course | sherbert | lvis_v3_sherbert |
lvis | cover | blanket | lvis_v3_blanket |
lvis | cover | bottle-cap | lvis_v3_bottle-cap |
lvis | cover | seashell | lvis_v3_seashell |
lvis | cover | cover | lvis_v3_cover |
lvis | covering | apron | lvis_v3_apron |
lvis | covering | arctic | lvis_v3_arctic |
lvis | covering | armor | lvis_v3_armor |
lvis | covering | bandage | lvis_v3_bandage |
lvis | covering | bedspread | lvis_v3_bedspread |
lvis | covering | belt | lvis_v3_belt |
lvis | covering | binder | lvis_v3_binder |
lvis | covering | birdhouse | lvis_v3_birdhouse |
lvis | covering | blanket | lvis_v3_blanket |
lvis | covering | boot | lvis_v3_boot |
lvis | covering | suspenders | lvis_v3_suspenders |
lvis | covering | brassiere | lvis_v3_brassiere |
lvis | covering | breechcloth | lvis_v3_breechcloth |
lvis | covering | cap | lvis_v3_cap |
lvis | covering | bottle-cap | lvis_v3_bottle-cap |
lvis | covering | coaster | lvis_v3_coaster |
lvis | covering | costume | lvis_v3_costume |
lvis | covering | coverall | lvis_v3_coverall |
lvis | covering | curtain | lvis_v3_curtain |
lvis | covering | diaper | lvis_v3_diaper |
lvis | covering | doormat | lvis_v3_doormat |
lvis | covering | dress | lvis_v3_dress |
lvis | covering | dress-hat | lvis_v3_dress-hat |
lvis | covering | eyepatch | lvis_v3_eyepatch |
lvis | covering | flap | lvis_v3_flap |
lvis | covering | flipper | lvis_v3_flipper |
lvis | covering | gasmask | lvis_v3_gasmask |
lvis | covering | glove | lvis_v3_glove |
lvis | covering | hat | lvis_v3_hat |
lvis | covering | veil | lvis_v3_veil |
lvis | covering | helmet | lvis_v3_helmet |
lvis | covering | fume-hood | lvis_v3_fume-hood |
lvis | covering | jumpsuit | lvis_v3_jumpsuit |
lvis | covering | kennel | lvis_v3_kennel |
lvis | covering | knee-pad | lvis_v3_knee-pad |
lvis | covering | lampshade | lvis_v3_lampshade |
lvis | covering | legging | lvis_v3_legging |
lvis | covering | mask | lvis_v3_mask |
lvis | covering | nightshirt | lvis_v3_nightshirt |
lvis | covering | overalls | lvis_v3_overalls |
lvis | covering | pajamas | lvis_v3_pajamas |
lvis | covering | parasol | lvis_v3_parasol |
lvis | covering | quilt | lvis_v3_quilt |
lvis | covering | robe | lvis_v3_robe |
lvis | covering | runner | lvis_v3_runner |
lvis | covering | sandal | lvis_v3_sandal |
lvis | covering | scarf | lvis_v3_scarf |
lvis | covering | seashell | lvis_v3_seashell |
lvis | covering | shield | lvis_v3_shield |
lvis | covering | shirt | lvis_v3_shirt |
lvis | covering | shoe | lvis_v3_shoe |
lvis | covering | ski-boot | lvis_v3_ski-boot |
lvis | covering | skirt | lvis_v3_skirt |
lvis | covering | slipper | lvis_v3_slipper |
lvis | covering | sportswear | lvis_v3_sportswear |
lvis | covering | suit | lvis_v3_suit |
lvis | covering | sweater | lvis_v3_sweater |
lvis | covering | swimsuit | lvis_v3_swimsuit |
lvis | covering | thimble | lvis_v3_thimble |
lvis | covering | cover | lvis_v3_cover |
lvis | covering | trousers | lvis_v3_trousers |
lvis | covering | turban | lvis_v3_turban |
lvis | covering | vest | lvis_v3_vest |
lvis | covering | wet-suit | lvis_v3_wet-suit |
lvis | covering | blinder | lvis_v3_blinder |
lvis | cows | cow | lvis_v3_cow |
lvis | crab | crabmeat | lvis_v3_crabmeat |
lvis | crabmeat | crabmeat | lvis_v3_crabmeat |
lvis | cracker | pretzel | lvis_v3_pretzel |
lvis | craft | airplane | lvis_v3_airplane |
lvis | craft | balloon | lvis_v3_balloon |
lvis | craft | barge | lvis_v3_barge |
lvis | craft | boat | lvis_v3_boat |
lvis | craft | cargo-ship | lvis_v3_cargo-ship |
lvis | craft | drone | lvis_v3_drone |
lvis | craft | ferry | lvis_v3_ferry |
lvis | craft | gondola | lvis_v3_gondola |
lvis | craft | helicopter | lvis_v3_helicopter |
lvis | craft | passenger-ship | lvis_v3_passenger-ship |
lvis | craft | river-boat | lvis_v3_river-boat |
lvis | craft | space-shuttle | lvis_v3_space-shuttle |
lvis | craft | yacht | lvis_v3_yacht |
lvis | craniate | bat | lvis_v3_bat |
lvis | craniate | bird | lvis_v3_bird |
lvis | craniate | bull | lvis_v3_bull |
lvis | craniate | eagle | lvis_v3_eagle |
lvis | craniate | fish | lvis_v3_fish |
lvis | craniate | frog | lvis_v3_frog |
lvis | craniate | hummingbird | lvis_v3_hummingbird |
lvis | craniate | ostrich | lvis_v3_ostrich |
lvis | craniate | owl | lvis_v3_owl |
lvis | craniate | parakeet | lvis_v3_parakeet |
lvis | craniate | parrot | lvis_v3_parrot |
lvis | craniate | rodent | lvis_v3_rodent |
lvis | craniate | seabird | lvis_v3_seabird |
lvis | craniate | snake | lvis_v3_snake |
lvis | craniate | vulture | lvis_v3_vulture |
lvis | crapper | toilet | lvis_v3_toilet |
lvis | crawfish | crawfish | lvis_v3_crawfish |
lvis | crayfish | crawfish | lvis_v3_crawfish |
lvis | cream | sour-cream | lvis_v3_sour-cream |
lvis | cream-puff | eclair | lvis_v3_eclair |
lvis | creamer | cream-pitcher | lvis_v3_cream-pitcher |
lvis | creation | globe | lvis_v3_globe |
lvis | creation | hardback-book | lvis_v3_hardback-book |
lvis | creation | magazine | lvis_v3_magazine |
lvis | creation | map | lvis_v3_map |
lvis | creation | notebook | lvis_v3_notebook |
lvis | creation | painting | lvis_v3_painting |
lvis | creation | paperback-book | lvis_v3_paperback-book |
lvis | creation | road-map | lvis_v3_road-map |
lvis | creation | scarecrow | lvis_v3_scarecrow |
lvis | creation | sculpture | lvis_v3_sculpture |
lvis | creature | bird | lvis_v3_bird |
lvis | creature | calf | lvis_v3_calf |
lvis | creature | cub | lvis_v3_cub |
lvis | creature | dalmatian | lvis_v3_dalmatian |
lvis | creature | dog | lvis_v3_dog |
lvis | creature | foal | lvis_v3_foal |
lvis | creature | kitten | lvis_v3_kitten |
lvis | creature | lamb | lvis_v3_lamb |
lvis | creature | pet | lvis_v3_pet |
lvis | creature | pug-dog | lvis_v3_pug-dog |
lvis | creature | puppy | lvis_v3_puppy |
lvis | creature | starfish | lvis_v3_starfish |
lvis | crepe | crape | lvis_v3_crape |
lvis | crimper | hair-curler | lvis_v3_hair-curler |
lvis | crisp | crisp | lvis_v3_crisp |
lvis | criterion | money | lvis_v3_money |
lvis | crock | crock-pot | lvis_v3_crock-pot |
lvis | crockery | bowl | lvis_v3_bowl |
lvis | crockery | chalice | lvis_v3_chalice |
lvis | crockery | chinaware | lvis_v3_chinaware |
lvis | crockery | cup | lvis_v3_cup |
lvis | crockery | dish | lvis_v3_dish |
lvis | crockery | dixie-cup | lvis_v3_dixie-cup |
lvis | crockery | gravy-boat | lvis_v3_gravy-boat |
lvis | crockery | soup-bowl | lvis_v3_soup-bowl |
lvis | crockery | sugar-bowl | lvis_v3_sugar-bowl |
lvis | crockery | teacup | lvis_v3_teacup |
lvis | crocodilian | alligator | lvis_v3_alligator |
lvis | crocodilian-reptile | alligator | lvis_v3_alligator |
lvis | croissant | crescent-roll | lvis_v3_crescent-roll |
lvis | cross | crucifix | lvis_v3_crucifix |
lvis | crown-jewels | crown | lvis_v3_crown |
lvis | crucifer | broccoli | lvis_v3_broccoli |
lvis | crucifer | turnip | lvis_v3_turnip |
lvis | cruciferous-plant | broccoli | lvis_v3_broccoli |
lvis | cruciferous-plant | turnip | lvis_v3_turnip |
lvis | cruciferous-vegetable | brussels-sprouts | lvis_v3_brussels-sprouts |
lvis | cruciferous-vegetable | cauliflower | lvis_v3_cauliflower |
lvis | cruise-liner | cruise-ship | lvis_v3_cruise-ship |
lvis | cruiser | police-cruiser | lvis_v3_police-cruiser |
lvis | crustacean | crab | lvis_v3_crab |
lvis | crustacean | crawfish | lvis_v3_crawfish |
lvis | crystal | gemstone | lvis_v3_gemstone |
lvis | cube | die | lvis_v3_die |
lvis | cubicle | telephone-booth | lvis_v3_telephone-booth |
lvis | cuff | handcuff | lvis_v3_handcuff |
lvis | cuke | cucumber | lvis_v3_cucumber |
lvis | cullender | colander | lvis_v3_colander |
lvis | cultivated-celery | celery | lvis_v3_celery |
lvis | cup | chalice | lvis_v3_chalice |
lvis | cup | trophy-cup | lvis_v3_trophy-cup |
lvis | cup | dixie-cup | lvis_v3_dixie-cup |
lvis | cup | teacup | lvis_v3_teacup |
lvis | curative | lip-balm | lvis_v3_lip-balm |
lvis | curd | bean-curd | lvis_v3_bean-curd |
lvis | cure | lip-balm | lvis_v3_lip-balm |
lvis | curler | hair-curler | lvis_v3_hair-curler |
lvis | currency | coin | lvis_v3_coin |
lvis | currency | dollar | lvis_v3_dollar |
lvis | currency | money | lvis_v3_money |
lvis | currency | penny | lvis_v3_penny |
lvis | curtain | shower-curtain | lvis_v3_shower-curtain |
lvis | cushion | pillow | lvis_v3_pillow |
lvis | cushioning | cushion | lvis_v3_cushion |
lvis | cushioning | futon | lvis_v3_futon |
lvis | cushioning | mattress | lvis_v3_mattress |
lvis | cushioning | mousepad | lvis_v3_mousepad |
lvis | cushioning | pad | lvis_v3_pad |
lvis | cushioning | pillow | lvis_v3_pillow |
lvis | cushioning | place-mat | lvis_v3_place-mat |
lvis | cushioning | potholder | lvis_v3_potholder |
lvis | cut | ham | lvis_v3_ham |
lvis | cut | lamb-chop | lvis_v3_lamb-chop |
lvis | cut | rib | lvis_v3_rib |
lvis | cut | steak | lvis_v3_steak |
lvis | cut-of-meat | ham | lvis_v3_ham |
lvis | cut-of-meat | lamb-chop | lvis_v3_lamb-chop |
lvis | cut-of-meat | rib | lvis_v3_rib |
lvis | cut-of-meat | steak | lvis_v3_steak |
lvis | cut-of-pork | ham | lvis_v3_ham |
lvis | cutlery | ax | lvis_v3_ax |
lvis | cutlery | fork | lvis_v3_fork |
lvis | cutlery | knife | lvis_v3_knife |
lvis | cutlery | pocketknife | lvis_v3_pocketknife |
lvis | cutlery | scissors | lvis_v3_scissors |
lvis | cutlery | shaver | lvis_v3_shaver |
lvis | cutlery | shears | lvis_v3_shears |
lvis | cutlery | soupspoon | lvis_v3_soupspoon |
lvis | cutlery | spoon | lvis_v3_spoon |
lvis | cutlery | steak-knife | lvis_v3_steak-knife |
lvis | cutlery | wooden-spoon | lvis_v3_wooden-spoon |
lvis | cutter | ax | lvis_v3_ax |
lvis | cutter | knife | lvis_v3_knife |
lvis | cutter | pocketknife | lvis_v3_pocketknife |
lvis | cutter | scissors | lvis_v3_scissors |
lvis | cutter | shaver | lvis_v3_shaver |
lvis | cutter | shears | lvis_v3_shears |
lvis | cutting-board | chopping-board | lvis_v3_chopping-board |
lvis | cutting-implement | ax | lvis_v3_ax |
lvis | cutting-implement | knife | lvis_v3_knife |
lvis | cutting-implement | razorblade | lvis_v3_razorblade |
lvis | cutting-implement | scissors | lvis_v3_scissors |
lvis | cutting-tool | ax | lvis_v3_ax |
lvis | cutting-tool | knife | lvis_v3_knife |
lvis | cutting-tool | pocketknife | lvis_v3_pocketknife |
lvis | cutting-tool | scissors | lvis_v3_scissors |
lvis | cutting-tool | shaver | lvis_v3_shaver |
lvis | cutting-tool | shears | lvis_v3_shears |
lvis | cycle | bicycle | lvis_v3_bicycle |
lvis | cyder | cider | lvis_v3_cider |
lvis | cyprinid | goldfish | lvis_v3_goldfish |
lvis | cyprinid-fish | goldfish | lvis_v3_goldfish |
lvis | cypriniform-fish | goldfish | lvis_v3_goldfish |
lvis | dainty | bubble-gum | lvis_v3_bubble-gum |
lvis | dainty | candy-bar | lvis_v3_candy-bar |
lvis | dainty | candy-cane | lvis_v3_candy-cane |
lvis | dainty | fudge | lvis_v3_fudge |
lvis | dainty | gelatin | lvis_v3_gelatin |
lvis | dainty | jelly-bean | lvis_v3_jelly-bean |
lvis | dainty | lollipop | lvis_v3_lollipop |
lvis | dainty | mint-candy | lvis_v3_mint-candy |
lvis | dainty | truffle | lvis_v3_truffle |
lvis | dairy-product | butter | lvis_v3_butter |
lvis | dairy-product | chocolate-milk | lvis_v3_chocolate-milk |
lvis | dairy-product | milk | lvis_v3_milk |
lvis | dairy-product | sour-cream | lvis_v3_sour-cream |
lvis | dairy-product | string-cheese | lvis_v3_string-cheese |
lvis | dairy-product | yogurt | lvis_v3_yogurt |
lvis | dark-glasses | sunglasses | lvis_v3_sunglasses |
lvis | darning-needle | dragonfly | lvis_v3_dragonfly |
lvis | dart-board | dartboard | lvis_v3_dartboard |
lvis | data-input-device | computer-keyboard | lvis_v3_computer-keyboard |
lvis | data-input-device | joystick | lvis_v3_joystick |
lvis | database | calendar | lvis_v3_calendar |
lvis | daybed | chaise-longue | lvis_v3_chaise-longue |
lvis | deadbolt | deadbolt | lvis_v3_deadbolt |
lvis | death-chair | electric-chair | lvis_v3_electric-chair |
lvis | decapod | crab | lvis_v3_crab |
lvis | decapod | crawfish | lvis_v3_crawfish |
lvis | decapod-crustacean | crab | lvis_v3_crab |
lvis | decapod-crustacean | crawfish | lvis_v3_crawfish |
lvis | decoration | bead | lvis_v3_bead |
lvis | decoration | bouquet | lvis_v3_bouquet |
lvis | decoration | bow | lvis_v3_bow |
lvis | decoration | bracelet | lvis_v3_bracelet |
lvis | decoration | christmas-tree | lvis_v3_christmas-tree |
lvis | decoration | cufflink | lvis_v3_cufflink |
lvis | decoration | earring | lvis_v3_earring |
lvis | decoration | flag | lvis_v3_flag |
lvis | decoration | flower-arrangement | lvis_v3_flower-arrangement |
lvis | decoration | gargoyle | lvis_v3_gargoyle |
lvis | decoration | jewel | lvis_v3_jewel |
lvis | decoration | jewelry | lvis_v3_jewelry |
lvis | decoration | necklace | lvis_v3_necklace |
lvis | decoration | plume | lvis_v3_plume |
lvis | decoration | ring | lvis_v3_ring |
lvis | decoration | tassel | lvis_v3_tassel |
lvis | decoration | tinsel | lvis_v3_tinsel |
lvis | decoration | whipped-cream | lvis_v3_whipped-cream |
lvis | decoration | wind-chime | lvis_v3_wind-chime |
lvis | decoration | wreath | lvis_v3_wreath |
lvis | decoy | bait | lvis_v3_bait |
lvis | deedbox | cash-register | lvis_v3_cash-register |
lvis | deer | elk | lvis_v3_elk |
lvis | delicacy | bubble-gum | lvis_v3_bubble-gum |
lvis | delicacy | candy-bar | lvis_v3_candy-bar |
lvis | delicacy | candy-cane | lvis_v3_candy-cane |
lvis | delicacy | fudge | lvis_v3_fudge |
lvis | delicacy | gelatin | lvis_v3_gelatin |
lvis | delicacy | jelly-bean | lvis_v3_jelly-bean |
lvis | delicacy | lollipop | lvis_v3_lollipop |
lvis | delicacy | mint-candy | lvis_v3_mint-candy |
lvis | delicacy | truffle | lvis_v3_truffle |
lvis | denim | jean | lvis_v3_jean |
lvis | dentifrice | toothpaste | lvis_v3_toothpaste |
lvis | deposit | postbox | lvis_v3_postbox |
lvis | depositary | postbox | lvis_v3_postbox |
lvis | depository | postbox | lvis_v3_postbox |
lvis | derby | bowler-hat | lvis_v3_bowler-hat |
lvis | derby-hat | bowler-hat | lvis_v3_bowler-hat |
lvis | design | banner | lvis_v3_banner |
lvis | design | pirate-flag | lvis_v3_pirate-flag |
lvis | design | crucifix | lvis_v3_crucifix |
lvis | design | flag | lvis_v3_flag |
lvis | dessert | chocolate-mousse | lvis_v3_chocolate-mousse |
lvis | dessert | icecream | lvis_v3_icecream |
lvis | dessert | popsicle | lvis_v3_popsicle |
lvis | dessert | sherbert | lvis_v3_sherbert |
lvis | detergent | dishwasher-detergent | lvis_v3_dishwasher-detergent |
lvis | device | air-conditioner | lvis_v3_air-conditioner |
lvis | device | antenna | lvis_v3_antenna |
lvis | device | bait | lvis_v3_bait |
lvis | device | banjo | lvis_v3_banjo |
lvis | device | bass-horn | lvis_v3_bass-horn |
lvis | device | battery | lvis_v3_battery |
lvis | device | beeper | lvis_v3_beeper |
lvis | device | bell | lvis_v3_bell |
lvis | device | binoculars | lvis_v3_binoculars |
lvis | device | birdfeeder | lvis_v3_birdfeeder |
lvis | device | blinker | lvis_v3_blinker |
lvis | device | bow | lvis_v3_bow |
lvis | device | button | lvis_v3_button |
lvis | device | calculator | lvis_v3_calculator |
lvis | device | camera-lens | lvis_v3_camera-lens |
lvis | device | candle | lvis_v3_candle |
lvis | device | candle-holder | lvis_v3_candle-holder |
lvis | device | chime | lvis_v3_chime |
lvis | device | clasp | lvis_v3_clasp |
lvis | device | cleat | lvis_v3_cleat |
lvis | device | clip | lvis_v3_clip |
lvis | device | clothespin | lvis_v3_clothespin |
lvis | device | coat-hanger | lvis_v3_coat-hanger |
lvis | device | colander | lvis_v3_colander |
lvis | device | pacifier | lvis_v3_pacifier |
lvis | device | compass | lvis_v3_compass |
lvis | device | computer-keyboard | lvis_v3_computer-keyboard |
lvis | device | control | lvis_v3_control |
lvis | device | cowbell | lvis_v3_cowbell |
lvis | device | hair-curler | lvis_v3_hair-curler |
lvis | device | cymbal | lvis_v3_cymbal |
lvis | device | drum | lvis_v3_drum |
lvis | device | electric-chair | lvis_v3_electric-chair |
lvis | device | fan | lvis_v3_fan |
lvis | device | ferris-wheel | lvis_v3_ferris-wheel |
lvis | device | fire-alarm | lvis_v3_fire-alarm |
lvis | device | fire-extinguisher | lvis_v3_fire-extinguisher |
lvis | device | flash | lvis_v3_flash |
lvis | device | gag | lvis_v3_gag |
lvis | device | guitar | lvis_v3_guitar |
lvis | device | gun | lvis_v3_gun |
lvis | device | hair-dryer | lvis_v3_hair-dryer |
lvis | device | hand-glass | lvis_v3_hand-glass |
lvis | device | handcuff | lvis_v3_handcuff |
lvis | device | headlight | lvis_v3_headlight |
lvis | device | heater | lvis_v3_heater |
lvis | device | joystick | lvis_v3_joystick |
lvis | device | key | lvis_v3_key |
lvis | device | knocker | lvis_v3_knocker |
lvis | device | lantern | lvis_v3_lantern |
lvis | device | lightning-rod | lvis_v3_lightning-rod |
lvis | device | magnet | lvis_v3_magnet |
lvis | device | measuring-stick | lvis_v3_measuring-stick |
lvis | device | mirror | lvis_v3_mirror |
lvis | device | monitor | lvis_v3_monitor |
lvis | device | motor | lvis_v3_motor |
lvis | device | mouse | lvis_v3_mouse |
lvis | device | musical-instrument | lvis_v3_musical-instrument |
lvis | device | oil-lamp | lvis_v3_oil-lamp |
lvis | device | paintbrush | lvis_v3_paintbrush |
lvis | device | peeler | lvis_v3_peeler |
lvis | device | wooden-leg | lvis_v3_wooden-leg |
lvis | device | piano | lvis_v3_piano |
lvis | device | pin | lvis_v3_pin |
lvis | device | power-shovel | lvis_v3_power-shovel |
lvis | device | printer | lvis_v3_printer |
lvis | device | projectile | lvis_v3_projectile |
lvis | device | projector | lvis_v3_projector |
lvis | device | propeller | lvis_v3_propeller |
lvis | device | radar | lvis_v3_radar |
lvis | device | radiator | lvis_v3_radiator |
lvis | device | record-player | lvis_v3_record-player |
lvis | device | reflector | lvis_v3_reflector |
lvis | device | remote-control | lvis_v3_remote-control |
lvis | device | router | lvis_v3_router |
lvis | device | rubber-band | lvis_v3_rubber-band |
lvis | device | saddle | lvis_v3_saddle |
lvis | device | scale | lvis_v3_scale |
lvis | device | sewing-machine | lvis_v3_sewing-machine |
lvis | device | shredder | lvis_v3_shredder |
lvis | device | ski | lvis_v3_ski |
lvis | device | solar-array | lvis_v3_solar-array |
lvis | device | spear | lvis_v3_spear |
lvis | device | spectacles | lvis_v3_spectacles |
lvis | device | spice-rack | lvis_v3_spice-rack |
lvis | device | spotlight | lvis_v3_spotlight |
lvis | device | stapler | lvis_v3_stapler |
lvis | device | stirrup | lvis_v3_stirrup |
lvis | device | strainer | lvis_v3_strainer |
lvis | device | streetlight | lvis_v3_streetlight |
lvis | device | sword | lvis_v3_sword |
lvis | device | syringe | lvis_v3_syringe |
lvis | device | tachometer | lvis_v3_tachometer |
lvis | device | taillight | lvis_v3_taillight |
lvis | device | tape-measure | lvis_v3_tape-measure |
lvis | device | thermometer | lvis_v3_thermometer |
lvis | device | tongs | lvis_v3_tongs |
lvis | device | toy | lvis_v3_toy |
lvis | device | triangle | lvis_v3_triangle |
lvis | device | tripod | lvis_v3_tripod |
lvis | device | vending-machine | lvis_v3_vending-machine |
lvis | device | water-cooler | lvis_v3_water-cooler |
lvis | device | water-heater | lvis_v3_water-heater |
lvis | device | water-ski | lvis_v3_water-ski |
lvis | device | weathervane | lvis_v3_weathervane |
lvis | device | whistle | lvis_v3_whistle |
lvis | device | windshield-wiper | lvis_v3_windshield-wiper |
lvis | devil's-darning-needle | dragonfly | lvis_v3_dragonfly |
lvis | devilfish | octopus | lvis_v3_octopus |
lvis | diadem | crown | lvis_v3_crown |
lvis | dianthus-caryophyllus | carnation | lvis_v3_carnation |
lvis | diapsid | alligator | lvis_v3_alligator |
lvis | diapsid | lizard | lvis_v3_lizard |
lvis | diapsid | snake | lvis_v3_snake |
lvis | diapsid-reptile | alligator | lvis_v3_alligator |
lvis | diapsid-reptile | lizard | lvis_v3_lizard |
lvis | diapsid-reptile | snake | lvis_v3_snake |
lvis | dice | die | lvis_v3_die |
lvis | dictyopterous-insect | cockroach | lvis_v3_cockroach |
lvis | digger | power-shovel | lvis_v3_power-shovel |
lvis | digital-camera | webcam | lvis_v3_webcam |
lvis | digital-computer | laptop-computer | lvis_v3_laptop-computer |
lvis | dinner-jacket | tux | lvis_v3_tux |
lvis | directional-antenna | dish-antenna | lvis_v3_dish-antenna |
lvis | directory | phonebook | lvis_v3_phonebook |
lvis | dirigible | blimp | lvis_v3_blimp |
lvis | dirt-bike | dirt-bike | lvis_v3_dirt-bike |
lvis | disc | frisbee | lvis_v3_frisbee |
lvis | disc | phonograph-record | lvis_v3_phonograph-record |
lvis | discharge-pipe | fireplug | lvis_v3_fireplug |
lvis | dish | applesauce | lvis_v3_applesauce |
lvis | dish | boiled-egg | lvis_v3_boiled-egg |
lvis | dish | bowl | lvis_v3_bowl |
lvis | dish | burrito | lvis_v3_burrito |
lvis | dish | casserole | lvis_v3_casserole |
lvis | dish | crisp | lvis_v3_crisp |
lvis | dish | coleslaw | lvis_v3_coleslaw |
lvis | dish | dish-antenna | lvis_v3_dish-antenna |
lvis | dish | egg-roll | lvis_v3_egg-roll |
lvis | dish | french-toast | lvis_v3_french-toast |
lvis | dish | gravy-boat | lvis_v3_gravy-boat |
lvis | dish | hamburger | lvis_v3_hamburger |
lvis | dish | lasagna | lvis_v3_lasagna |
lvis | dish | meatball | lvis_v3_meatball |
lvis | dish | omelet | lvis_v3_omelet |
lvis | dish | patty | lvis_v3_patty |
lvis | dish | pizza | lvis_v3_pizza |
lvis | dish | pudding | lvis_v3_pudding |
lvis | dish | quesadilla | lvis_v3_quesadilla |
lvis | dish | salad | lvis_v3_salad |
lvis | dish | sandwich | lvis_v3_sandwich |
lvis | dish | soup | lvis_v3_soup |
lvis | dish | soup-bowl | lvis_v3_soup-bowl |
lvis | dish | stew | lvis_v3_stew |
lvis | dish | sugar-bowl | lvis_v3_sugar-bowl |
lvis | dish | sushi | lvis_v3_sushi |
lvis | dish | taco | lvis_v3_taco |
lvis | dish-aerial | dish-antenna | lvis_v3_dish-antenna |
lvis | dish-antenna | dish-antenna | lvis_v3_dish-antenna |
lvis | dish-towel | dishtowel | lvis_v3_dishtowel |
lvis | dish-washer | dishwasher | lvis_v3_dishwasher |
lvis | dishcloth | dishrag | lvis_v3_dishrag |
lvis | dishware | bowl | lvis_v3_bowl |
lvis | dishware | chalice | lvis_v3_chalice |
lvis | dishware | chinaware | lvis_v3_chinaware |
lvis | dishware | cup | lvis_v3_cup |
lvis | dishware | dish | lvis_v3_dish |
lvis | dishware | dixie-cup | lvis_v3_dixie-cup |
lvis | dishware | gravy-boat | lvis_v3_gravy-boat |
lvis | dishware | soup-bowl | lvis_v3_soup-bowl |
lvis | dishware | sugar-bowl | lvis_v3_sugar-bowl |
lvis | dishware | teacup | lvis_v3_teacup |
lvis | dishwashing-detergent | dishwasher-detergent | lvis_v3_dishwasher-detergent |
lvis | dishwashing-liquid | dishwasher-detergent | lvis_v3_dishwasher-detergent |
lvis | dishwashing-machine | dishwasher | lvis_v3_dishwasher |
lvis | disk | frisbee | lvis_v3_frisbee |
lvis | disk | phonograph-record | lvis_v3_phonograph-record |
lvis | dispenser | aerosol-can | lvis_v3_aerosol-can |
lvis | dispenser | atomizer | lvis_v3_atomizer |
lvis | dispenser | inhaler | lvis_v3_inhaler |
lvis | display | monitor | lvis_v3_monitor |
lvis | document | checkbook | lvis_v3_checkbook |
lvis | document | passport | lvis_v3_passport |
lvis | dog | bulldog | lvis_v3_bulldog |
lvis | dog | dalmatian | lvis_v3_dalmatian |
lvis | dog | pug-dog | lvis_v3_pug-dog |
lvis | dog | puppy | lvis_v3_puppy |
lvis | dog | shepherd-dog | lvis_v3_shepherd-dog |
lvis | dog-collar | choker | lvis_v3_choker |
lvis | dog-house | kennel | lvis_v3_kennel |
lvis | doghouse | kennel | lvis_v3_kennel |
lvis | doll | rag-doll | lvis_v3_rag-doll |
lvis | doll's-house | dollhouse | lvis_v3_dollhouse |
lvis | dollar-bill | dollar | lvis_v3_dollar |
lvis | dolly | doll | lvis_v3_doll |
lvis | dolly | rag-doll | lvis_v3_rag-doll |
lvis | domestic-animal | bulldog | lvis_v3_bulldog |
lvis | domestic-animal | dalmatian | lvis_v3_dalmatian |
lvis | domestic-animal | dog | lvis_v3_dog |
lvis | domestic-animal | pug-dog | lvis_v3_pug-dog |
lvis | domestic-animal | puppy | lvis_v3_puppy |
lvis | domestic-animal | shepherd-dog | lvis_v3_shepherd-dog |
lvis | domestic-dog | bulldog | lvis_v3_bulldog |
lvis | domestic-dog | dalmatian | lvis_v3_dalmatian |
lvis | domestic-dog | dog | lvis_v3_dog |
lvis | domestic-dog | pug-dog | lvis_v3_pug-dog |
lvis | domestic-dog | puppy | lvis_v3_puppy |
lvis | domestic-dog | shepherd-dog | lvis_v3_shepherd-dog |
lvis | domestic-fowl | chicken | lvis_v3_chicken |
lvis | domestic-fowl | cock | lvis_v3_cock |
lvis | domesticated-animal | bulldog | lvis_v3_bulldog |
lvis | domesticated-animal | dalmatian | lvis_v3_dalmatian |
lvis | domesticated-animal | dog | lvis_v3_dog |
lvis | domesticated-animal | pug-dog | lvis_v3_pug-dog |
lvis | domesticated-animal | puppy | lvis_v3_puppy |
lvis | domesticated-animal | shepherd-dog | lvis_v3_shepherd-dog |
lvis | domicile | dollhouse | lvis_v3_dollhouse |
lvis | donkey | domestic-ass | lvis_v3_domestic-ass |
lvis | donut | doughnut | lvis_v3_doughnut |
lvis | doorhandle | doorknob | lvis_v3_doorknob |
lvis | doorknocker | knocker | lvis_v3_knocker |
lvis | dory | dinghy | lvis_v3_dinghy |
lvis | double-decker | bus | lvis_v3_bus |
lvis | double-decker | school-bus | lvis_v3_school-bus |
lvis | dozer | bulldozer | lvis_v3_bulldozer |
lvis | drape | curtain | lvis_v3_curtain |
lvis | drape | shower-curtain | lvis_v3_shower-curtain |
lvis | drapery | curtain | lvis_v3_curtain |
lvis | drapery | shower-curtain | lvis_v3_shower-curtain |
lvis | drawers | underdrawers | lvis_v3_underdrawers |
lvis | drawing-pin | thumbtack | lvis_v3_thumbtack |
lvis | drawstring-bag | duffel-bag | lvis_v3_duffel-bag |
lvis | dress | bridal-gown | lvis_v3_bridal-gown |
lvis | dress | costume | lvis_v3_costume |
lvis | dress | tux | lvis_v3_tux |
lvis | dress | dress-suit | lvis_v3_dress-suit |
lvis | dress | jean | lvis_v3_jean |
lvis | dress | sportswear | lvis_v3_sportswear |
lvis | dress | wig | lvis_v3_wig |
lvis | dress-hanger | coat-hanger | lvis_v3_coat-hanger |
lvis | dressing | band-aid | lvis_v3_band-aid |
lvis | dressing | bandage | lvis_v3_bandage |
lvis | dressing | cast | lvis_v3_cast |
lvis | dressing | sling | lvis_v3_sling |
lvis | dried-fruit | prune | lvis_v3_prune |
lvis | drier | hair-dryer | lvis_v3_hair-dryer |
lvis | drink | alcohol | lvis_v3_alcohol |
lvis | drink | cappuccino | lvis_v3_cappuccino |
lvis | drink | chocolate-milk | lvis_v3_chocolate-milk |
lvis | drink | cider | lvis_v3_cider |
lvis | drink | cocoa | lvis_v3_cocoa |
lvis | drink | fruit-juice | lvis_v3_fruit-juice |
lvis | drink | lemonade | lvis_v3_lemonade |
lvis | drink | liquor | lvis_v3_liquor |
lvis | drink | milk | lvis_v3_milk |
lvis | drink | milkshake | lvis_v3_milkshake |
lvis | drink | orange-juice | lvis_v3_orange-juice |
lvis | drink | pop | lvis_v3_pop |
lvis | drink | root-beer | lvis_v3_root-beer |
lvis | drink | smoothie | lvis_v3_smoothie |
lvis | drink | tequila | lvis_v3_tequila |
lvis | drink | vodka | lvis_v3_vodka |
lvis | drinkable | alcohol | lvis_v3_alcohol |
lvis | drinkable | cappuccino | lvis_v3_cappuccino |
lvis | drinkable | chocolate-milk | lvis_v3_chocolate-milk |
lvis | drinkable | cider | lvis_v3_cider |
lvis | drinkable | cocoa | lvis_v3_cocoa |
lvis | drinkable | fruit-juice | lvis_v3_fruit-juice |
lvis | drinkable | lemonade | lvis_v3_lemonade |
lvis | drinkable | liquor | lvis_v3_liquor |
lvis | drinkable | milk | lvis_v3_milk |
lvis | drinkable | orange-juice | lvis_v3_orange-juice |
lvis | drinkable | pop | lvis_v3_pop |
lvis | drinkable | root-beer | lvis_v3_root-beer |
lvis | drinkable | smoothie | lvis_v3_smoothie |
lvis | drinkable | tequila | lvis_v3_tequila |
lvis | drinkable | vodka | lvis_v3_vodka |
lvis | drinking-chocolate | cocoa | lvis_v3_cocoa |
lvis | drinking-glass | flute-glass | lvis_v3_flute-glass |
lvis | drinking-glass | glass | lvis_v3_glass |
lvis | drinking-glass | shot-glass | lvis_v3_shot-glass |
lvis | drinking-glass | wineglass | lvis_v3_wineglass |
lvis | drinking-straw | straw | lvis_v3_straw |
lvis | drinking-vessel | mug | lvis_v3_mug |
lvis | drogue | windsock | lvis_v3_windsock |
lvis | drop | postbox | lvis_v3_postbox |
lvis | drug | alcohol | lvis_v3_alcohol |
lvis | drug | liquor | lvis_v3_liquor |
lvis | drug | medicine | lvis_v3_medicine |
lvis | drug-of-abuse | alcohol | lvis_v3_alcohol |
lvis | drug-of-abuse | cigarette | lvis_v3_cigarette |
lvis | drug-of-abuse | liquor | lvis_v3_liquor |
lvis | drug-of-abuse | tequila | lvis_v3_tequila |
lvis | drug-of-abuse | vodka | lvis_v3_vodka |
lvis | drum | tambourine | lvis_v3_tambourine |
lvis | drupe | almond | lvis_v3_almond |
lvis | drupe | blackberry | lvis_v3_blackberry |
lvis | drupe | cherry | lvis_v3_cherry |
lvis | drupe | peach | lvis_v3_peach |
lvis | drupe | raspberry | lvis_v3_raspberry |
lvis | drupelet | blackberry | lvis_v3_blackberry |
lvis | drupelet | raspberry | lvis_v3_raspberry |
lvis | dryer | hair-dryer | lvis_v3_hair-dryer |
lvis | duck | duckling | lvis_v3_duckling |
lvis | duck | mallard | lvis_v3_mallard |
lvis | duffel | duffel-bag | lvis_v3_duffel-bag |
lvis | duffle | duffel-bag | lvis_v3_duffel-bag |
lvis | duffle-bag | duffel-bag | lvis_v3_duffel-bag |
lvis | dumpster | dumpster | lvis_v3_dumpster |
lvis | durable-goods | curling-iron | lvis_v3_curling-iron |
lvis | durable-goods | hair-dryer | lvis_v3_hair-dryer |
lvis | durable-goods | iron | lvis_v3_iron |
lvis | durable-goods | sewing-machine | lvis_v3_sewing-machine |
lvis | durable-goods | vacuum-cleaner | lvis_v3_vacuum-cleaner |
lvis | durables | curling-iron | lvis_v3_curling-iron |
lvis | durables | hair-dryer | lvis_v3_hair-dryer |
lvis | durables | iron | lvis_v3_iron |
lvis | durables | sewing-machine | lvis_v3_sewing-machine |
lvis | durables | vacuum-cleaner | lvis_v3_vacuum-cleaner |
lvis | dustbin | trash-can | lvis_v3_trash-can |
lvis | dustcart | garbage-truck | lvis_v3_garbage-truck |
lvis | dwelling | dollhouse | lvis_v3_dollhouse |
lvis | dwelling-house | dollhouse | lvis_v3_dollhouse |
lvis | earphone | earplug | lvis_v3_earplug |
lvis | earphone | headset | lvis_v3_headset |
lvis | earpiece | earphone | lvis_v3_earphone |
lvis | earpiece | earplug | lvis_v3_earplug |
lvis | earpiece | headset | lvis_v3_headset |
lvis | earthenware-jar | crock-pot | lvis_v3_crock-pot |
lvis | eating-utensil | fork | lvis_v3_fork |
lvis | eating-utensil | soupspoon | lvis_v3_soupspoon |
lvis | eating-utensil | spoon | lvis_v3_spoon |
lvis | eating-utensil | steak-knife | lvis_v3_steak-knife |
lvis | eating-utensil | wooden-spoon | lvis_v3_wooden-spoon |
lvis | echinoderm | starfish | lvis_v3_starfish |
lvis | edge-tool | ax | lvis_v3_ax |
lvis | edge-tool | clippers | lvis_v3_clippers |
lvis | edge-tool | knife | lvis_v3_knife |
lvis | edge-tool | pocketknife | lvis_v3_pocketknife |
lvis | edge-tool | scissors | lvis_v3_scissors |
lvis | edge-tool | shaver | lvis_v3_shaver |
lvis | edge-tool | shears | lvis_v3_shears |
lvis | edge-tool | steak-knife | lvis_v3_steak-knife |
lvis | edible-corn | edible-corn | lvis_v3_edible-corn |
lvis | edible-fat | olive-oil | lvis_v3_olive-oil |
lvis | edible-fruit | apple | lvis_v3_apple |
lvis | edible-fruit | apricot | lvis_v3_apricot |
lvis | edible-fruit | avocado | lvis_v3_avocado |
lvis | edible-fruit | banana | lvis_v3_banana |
lvis | edible-fruit | blackberry | lvis_v3_blackberry |
lvis | edible-fruit | blueberry | lvis_v3_blueberry |
lvis | edible-fruit | cantaloup | lvis_v3_cantaloup |
lvis | edible-fruit | cherry | lvis_v3_cherry |
lvis | edible-fruit | date | lvis_v3_date |
lvis | edible-fruit | fig | lvis_v3_fig |
lvis | edible-fruit | grape | lvis_v3_grape |
lvis | edible-fruit | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | edible-fruit | lemon | lvis_v3_lemon |
lvis | edible-fruit | lime | lvis_v3_lime |
lvis | edible-fruit | mandarin-orange | lvis_v3_mandarin-orange |
lvis | edible-fruit | melon | lvis_v3_melon |
lvis | edible-fruit | orange | lvis_v3_orange |
lvis | edible-fruit | papaya | lvis_v3_papaya |
lvis | edible-fruit | peach | lvis_v3_peach |
lvis | edible-fruit | pear | lvis_v3_pear |
lvis | edible-fruit | persimmon | lvis_v3_persimmon |
lvis | edible-fruit | pineapple | lvis_v3_pineapple |
lvis | edible-fruit | prune | lvis_v3_prune |
lvis | edible-fruit | raspberry | lvis_v3_raspberry |
lvis | edible-fruit | strawberry | lvis_v3_strawberry |
lvis | edible-fruit | watermelon | lvis_v3_watermelon |
lvis | edible-nut | almond | lvis_v3_almond |
lvis | edible-nut | coconut | lvis_v3_coconut |
lvis | edifice | dollhouse | lvis_v3_dollhouse |
lvis | edifice | kennel | lvis_v3_kennel |
lvis | effigy | scarecrow | lvis_v3_scarecrow |
lvis | eggbeater | helicopter | lvis_v3_helicopter |
lvis | eggs | egg | lvis_v3_egg |
lvis | eggwhisk | eggbeater | lvis_v3_eggbeater |
lvis | elasmobranch | shark | lvis_v3_shark |
lvis | elastic | rubber-band | lvis_v3_rubber-band |
lvis | elastic-band | rubber-band | lvis_v3_rubber-band |
lvis | elastic-device | rubber-band | lvis_v3_rubber-band |
lvis | electric-battery | battery | lvis_v3_battery |
lvis | electric-lamp | flashlight | lvis_v3_flashlight |
lvis | electric-lamp | lightbulb | lvis_v3_lightbulb |
lvis | electric-light | lightbulb | lvis_v3_lightbulb |
lvis | electric-light-bulb | lightbulb | lvis_v3_lightbulb |
lvis | electric-outlet | wall-socket | lvis_v3_wall-socket |
lvis | electric-razor | shaver | lvis_v3_shaver |
lvis | electric-receptacle | wall-socket | lvis_v3_wall-socket |
lvis | electric-refrigerator | refrigerator | lvis_v3_refrigerator |
lvis | electric-shaver | shaver | lvis_v3_shaver |
lvis | electrical-device | antenna | lvis_v3_antenna |
lvis | electrical-device | battery | lvis_v3_battery |
lvis | electrical-device | dish-antenna | lvis_v3_dish-antenna |
lvis | electrical-device | earphone | lvis_v3_earphone |
lvis | electrical-device | speaker | lvis_v3_speaker |
lvis | electrical-device | microphone | lvis_v3_microphone |
lvis | electrical-device | solar-array | lvis_v3_solar-array |
lvis | electrical-outlet | wall-socket | lvis_v3_wall-socket |
lvis | electro-acoustic-transducer | bullhorn | lvis_v3_bullhorn |
lvis | electro-acoustic-transducer | earphone | lvis_v3_earphone |
lvis | electro-acoustic-transducer | earplug | lvis_v3_earplug |
lvis | electro-acoustic-transducer | headset | lvis_v3_headset |
lvis | electro-acoustic-transducer | speaker | lvis_v3_speaker |
lvis | electro-acoustic-transducer | microphone | lvis_v3_microphone |
lvis | electro-acoustic-transducer | subwoofer | lvis_v3_subwoofer |
lvis | electronic-device | beeper | lvis_v3_beeper |
lvis | electronic-device | monitor | lvis_v3_monitor |
lvis | electronic-device | mouse | lvis_v3_mouse |
lvis | electronic-equipment | amplifier | lvis_v3_amplifier |
lvis | electronic-equipment | camcorder | lvis_v3_camcorder |
lvis | electronic-equipment | cd-player | lvis_v3_cd-player |
lvis | electronic-equipment | cellular-telephone | lvis_v3_cellular-telephone |
lvis | electronic-equipment | computer-keyboard | lvis_v3_computer-keyboard |
lvis | electronic-equipment | joystick | lvis_v3_joystick |
lvis | electronic-equipment | radio-receiver | lvis_v3_radio-receiver |
lvis | electronic-equipment | stereo | lvis_v3_stereo |
lvis | electronic-equipment | telephone | lvis_v3_telephone |
lvis | electronic-equipment | television-camera | lvis_v3_television-camera |
lvis | electronic-equipment | television-set | lvis_v3_television-set |
lvis | elephant | mammoth | lvis_v3_mammoth |
lvis | elevator-car | elevator-car | lvis_v3_elevator-car |
lvis | emblem | banner | lvis_v3_banner |
lvis | emblem | pirate-flag | lvis_v3_pirate-flag |
lvis | emblem | crucifix | lvis_v3_crucifix |
lvis | emblem | flag | lvis_v3_flag |
lvis | enclosure | aquarium | lvis_v3_aquarium |
lvis | enclosure | birdcage | lvis_v3_birdcage |
lvis | enclosure | fireplace | lvis_v3_fireplace |
lvis | enclosure | fishbowl | lvis_v3_fishbowl |
lvis | enclosure | playpen | lvis_v3_playpen |
lvis | engine | generator | lvis_v3_generator |
lvis | english-bulldog | bulldog | lvis_v3_bulldog |
lvis | entity | freshener | lvis_v3_freshener |
lvis | entity | person | lvis_v3_person |
lvis | equid | domestic-ass | lvis_v3_domestic-ass |
lvis | equid | horse | lvis_v3_horse |
lvis | equid | pony | lvis_v3_pony |
lvis | equid | zebra | lvis_v3_zebra |
lvis | equine | domestic-ass | lvis_v3_domestic-ass |
lvis | equine | horse | lvis_v3_horse |
lvis | equine | pony | lvis_v3_pony |
lvis | equine | zebra | lvis_v3_zebra |
lvis | equipage | horse-buggy | lvis_v3_horse-buggy |
lvis | equipage | horse-carriage | lvis_v3_horse-carriage |
lvis | equipage | stagecoach | lvis_v3_stagecoach |
lvis | equipment | amplifier | lvis_v3_amplifier |
lvis | equipment | basketball-backboard | lvis_v3_basketball-backboard |
lvis | equipment | barbell | lvis_v3_barbell |
lvis | equipment | baseball-base | lvis_v3_baseball-base |
lvis | equipment | baseball | lvis_v3_baseball |
lvis | equipment | baseball-bat | lvis_v3_baseball-bat |
lvis | equipment | baseball-glove | lvis_v3_baseball-glove |
lvis | equipment | basketball | lvis_v3_basketball |
lvis | equipment | bowling-ball | lvis_v3_bowling-ball |
lvis | equipment | boxing-glove | lvis_v3_boxing-glove |
lvis | equipment | camera | lvis_v3_camera |
lvis | equipment | cd-player | lvis_v3_cd-player |
lvis | equipment | poker-chip | lvis_v3_poker-chip |
lvis | equipment | dumbbell | lvis_v3_dumbbell |
lvis | equipment | first-aid-kit | lvis_v3_first-aid-kit |
lvis | equipment | flash | lvis_v3_flash |
lvis | equipment | football | lvis_v3_football |
lvis | equipment | golf-club | lvis_v3_golf-club |
lvis | equipment | golfcart | lvis_v3_golfcart |
lvis | equipment | hockey-stick | lvis_v3_hockey-stick |
lvis | equipment | ice-skate | lvis_v3_ice-skate |
lvis | equipment | life-buoy | lvis_v3_life-buoy |
lvis | equipment | life-jacket | lvis_v3_life-jacket |
lvis | equipment | mat | lvis_v3_mat |
lvis | equipment | mound | lvis_v3_mound |
lvis | equipment | parachute | lvis_v3_parachute |
lvis | equipment | parasail | lvis_v3_parasail |
lvis | equipment | pendulum | lvis_v3_pendulum |
lvis | equipment | ping-pong-ball | lvis_v3_ping-pong-ball |
lvis | equipment | pool-table | lvis_v3_pool-table |
lvis | equipment | roller-skate | lvis_v3_roller-skate |
lvis | equipment | saddle-blanket | lvis_v3_saddle-blanket |
lvis | equipment | soccer-ball | lvis_v3_soccer-ball |
lvis | equipment | softball | lvis_v3_softball |
lvis | equipment | space-shuttle | lvis_v3_space-shuttle |
lvis | equipment | telephone | lvis_v3_telephone |
lvis | equipment | television-camera | lvis_v3_television-camera |
lvis | equipment | tennis-ball | lvis_v3_tennis-ball |
lvis | equipment | trampoline | lvis_v3_trampoline |
lvis | equipment | volleyball | lvis_v3_volleyball |
lvis | equipment | yoke | lvis_v3_yoke |
lvis | equus-asinus | domestic-ass | lvis_v3_domestic-ass |
lvis | equus-caballus | horse | lvis_v3_horse |
lvis | equus-caballus | pony | lvis_v3_pony |
lvis | essence | perfume | lvis_v3_perfume |
lvis | european-elk | elk | lvis_v3_elk |
lvis | eutherian | bat | lvis_v3_bat |
lvis | eutherian | bear | lvis_v3_bear |
lvis | eutherian | bull | lvis_v3_bull |
lvis | eutherian | camel | lvis_v3_camel |
lvis | eutherian | cat | lvis_v3_cat |
lvis | eutherian | dog | lvis_v3_dog |
lvis | eutherian | elephant | lvis_v3_elephant |
lvis | eutherian | giant-panda | lvis_v3_giant-panda |
lvis | eutherian | hamster | lvis_v3_hamster |
lvis | eutherian | hippopotamus | lvis_v3_hippopotamus |
lvis | eutherian | polar-bear | lvis_v3_polar-bear |
lvis | eutherian | mammoth | lvis_v3_mammoth |
lvis | eutherian | manatee | lvis_v3_manatee |
lvis | eutherian | monkey | lvis_v3_monkey |
lvis | eutherian | rabbit | lvis_v3_rabbit |
lvis | eutherian | rat | lvis_v3_rat |
lvis | eutherian | rhinoceros | lvis_v3_rhinoceros |
lvis | eutherian | rodent | lvis_v3_rodent |
lvis | eutherian | squirrel | lvis_v3_squirrel |
lvis | eutherian | walrus | lvis_v3_walrus |
lvis | eutherian | wolf | lvis_v3_wolf |
lvis | eutherian-mammal | bat | lvis_v3_bat |
lvis | eutherian-mammal | bear | lvis_v3_bear |
lvis | eutherian-mammal | bull | lvis_v3_bull |
lvis | eutherian-mammal | camel | lvis_v3_camel |
lvis | eutherian-mammal | cat | lvis_v3_cat |
lvis | eutherian-mammal | dog | lvis_v3_dog |
lvis | eutherian-mammal | elephant | lvis_v3_elephant |
lvis | eutherian-mammal | giant-panda | lvis_v3_giant-panda |
lvis | eutherian-mammal | hamster | lvis_v3_hamster |
lvis | eutherian-mammal | hippopotamus | lvis_v3_hippopotamus |
lvis | eutherian-mammal | polar-bear | lvis_v3_polar-bear |
lvis | eutherian-mammal | mammoth | lvis_v3_mammoth |
lvis | eutherian-mammal | manatee | lvis_v3_manatee |
lvis | eutherian-mammal | monkey | lvis_v3_monkey |
lvis | eutherian-mammal | rabbit | lvis_v3_rabbit |
lvis | eutherian-mammal | rat | lvis_v3_rat |
lvis | eutherian-mammal | rhinoceros | lvis_v3_rhinoceros |
lvis | eutherian-mammal | rodent | lvis_v3_rodent |
lvis | eutherian-mammal | squirrel | lvis_v3_squirrel |
lvis | eutherian-mammal | walrus | lvis_v3_walrus |
lvis | eutherian-mammal | wolf | lvis_v3_wolf |
lvis | even-toed-ungulate | camel | lvis_v3_camel |
lvis | even-toed-ungulate | deer | lvis_v3_deer |
lvis | even-toed-ungulate | elk | lvis_v3_elk |
lvis | even-toed-ungulate | giraffe | lvis_v3_giraffe |
lvis | even-toed-ungulate | goat | lvis_v3_goat |
lvis | even-toed-ungulate | hippopotamus | lvis_v3_hippopotamus |
lvis | even-toed-ungulate | hog | lvis_v3_hog |
lvis | even-toed-ungulate | sheep | lvis_v3_sheep |
lvis | evening-clothes | tux | lvis_v3_tux |
lvis | evening-clothes | dress-suit | lvis_v3_dress-suit |
lvis | evening-dress | tux | lvis_v3_tux |
lvis | evening-dress | dress-suit | lvis_v3_dress-suit |
lvis | eveningwear | tux | lvis_v3_tux |
lvis | eveningwear | dress-suit | lvis_v3_dress-suit |
lvis | evidence | identity-card | lvis_v3_identity-card |
lvis | ewer | cream-pitcher | lvis_v3_cream-pitcher |
lvis | ewer | pitcher | lvis_v3_pitcher |
lvis | excavator | power-shovel | lvis_v3_power-shovel |
lvis | exerciser | trampoline | lvis_v3_trampoline |
lvis | exercising-weight | barbell | lvis_v3_barbell |
lvis | exercising-weight | dumbbell | lvis_v3_dumbbell |
lvis | exhaust-hood | fume-hood | lvis_v3_fume-hood |
lvis | explosive | sparkler | lvis_v3_sparkler |
lvis | extinguisher | fire-extinguisher | lvis_v3_fire-extinguisher |
lvis | eye-dropper | dropper | lvis_v3_dropper |
lvis | eyeglasses | goggles | lvis_v3_goggles |
lvis | eyeglasses | spectacles | lvis_v3_spectacles |
lvis | eyeglasses | sunglasses | lvis_v3_sunglasses |
lvis | eyeshade | visor | lvis_v3_visor |
lvis | fabric | bandanna | lvis_v3_bandanna |
lvis | fabric | bath-towel | lvis_v3_bath-towel |
lvis | fabric | dishrag | lvis_v3_dishrag |
lvis | fabric | dishtowel | lvis_v3_dishtowel |
lvis | fabric | flannel | lvis_v3_flannel |
lvis | fabric | fleece | lvis_v3_fleece |
lvis | fabric | hairnet | lvis_v3_hairnet |
lvis | fabric | hand-towel | lvis_v3_hand-towel |
lvis | fabric | handkerchief | lvis_v3_handkerchief |
lvis | fabric | paper-towel | lvis_v3_paper-towel |
lvis | fabric | sail | lvis_v3_sail |
lvis | fabric | tapestry | lvis_v3_tapestry |
lvis | fabric | tarp | lvis_v3_tarp |
lvis | fabric | tartan | lvis_v3_tartan |
lvis | fabric | towel | lvis_v3_towel |
lvis | face-towel | hand-towel | lvis_v3_hand-towel |
lvis | fag | cigarette | lvis_v3_cigarette |
lvis | false-fruit | apple | lvis_v3_apple |
lvis | false-fruit | pear | lvis_v3_pear |
lvis | false-hair | wig | lvis_v3_wig |
lvis | fastener | barrette | lvis_v3_barrette |
lvis | fastener | belt-buckle | lvis_v3_belt-buckle |
lvis | fastener | bobby-pin | lvis_v3_bobby-pin |
lvis | fastener | bolt | lvis_v3_bolt |
lvis | fastener | button | lvis_v3_button |
lvis | fastener | clasp | lvis_v3_clasp |
lvis | fastener | cleat | lvis_v3_cleat |
lvis | fastener | clip | lvis_v3_clip |
lvis | fastener | clothespin | lvis_v3_clothespin |
lvis | fastener | combination-lock | lvis_v3_combination-lock |
lvis | fastener | hairpin | lvis_v3_hairpin |
lvis | fastener | latch | lvis_v3_latch |
lvis | fastener | padlock | lvis_v3_padlock |
lvis | fastener | pin | lvis_v3_pin |
lvis | fastener | safety-pin | lvis_v3_safety-pin |
lvis | fastener | skewer | lvis_v3_skewer |
lvis | fastener | thumbtack | lvis_v3_thumbtack |
lvis | fastening | barrette | lvis_v3_barrette |
lvis | fastening | belt-buckle | lvis_v3_belt-buckle |
lvis | fastening | bobby-pin | lvis_v3_bobby-pin |
lvis | fastening | bolt | lvis_v3_bolt |
lvis | fastening | button | lvis_v3_button |
lvis | fastening | clasp | lvis_v3_clasp |
lvis | fastening | cleat | lvis_v3_cleat |
lvis | fastening | clip | lvis_v3_clip |
lvis | fastening | clothespin | lvis_v3_clothespin |
lvis | fastening | combination-lock | lvis_v3_combination-lock |
lvis | fastening | hairpin | lvis_v3_hairpin |
lvis | fastening | latch | lvis_v3_latch |
lvis | fastening | padlock | lvis_v3_padlock |
lvis | fastening | pin | lvis_v3_pin |
lvis | fastening | safety-pin | lvis_v3_safety-pin |
lvis | fastening | skewer | lvis_v3_skewer |
lvis | fastening | thumbtack | lvis_v3_thumbtack |
lvis | fat | olive-oil | lvis_v3_olive-oil |
lvis | faucet | water-faucet | lvis_v3_water-faucet |
lvis | fauna | bird | lvis_v3_bird |
lvis | fauna | calf | lvis_v3_calf |
lvis | fauna | cub | lvis_v3_cub |
lvis | fauna | dalmatian | lvis_v3_dalmatian |
lvis | fauna | dog | lvis_v3_dog |
lvis | fauna | foal | lvis_v3_foal |
lvis | fauna | kitten | lvis_v3_kitten |
lvis | fauna | lamb | lvis_v3_lamb |
lvis | fauna | pet | lvis_v3_pet |
lvis | fauna | pug-dog | lvis_v3_pug-dog |
lvis | fauna | puppy | lvis_v3_puppy |
lvis | fauna | starfish | lvis_v3_starfish |
lvis | federal-reserve-note | dollar | lvis_v3_dollar |
lvis | feedbag | nosebag | lvis_v3_nosebag |
lvis | feeder | birdfeeder | lvis_v3_birdfeeder |
lvis | feeding-chair | highchair | lvis_v3_highchair |
lvis | felid | cat | lvis_v3_cat |
lvis | felid | cougar | lvis_v3_cougar |
lvis | felid | lion | lvis_v3_lion |
lvis | felid | tiger | lvis_v3_tiger |
lvis | feline | cat | lvis_v3_cat |
lvis | feline | cougar | lvis_v3_cougar |
lvis | feline | lion | lvis_v3_lion |
lvis | feline | tiger | lvis_v3_tiger |
lvis | felis-concolor | cougar | lvis_v3_cougar |
lvis | felt-hat | fedora | lvis_v3_fedora |
lvis | ferryboat | ferry | lvis_v3_ferry |
lvis | fiddle | violin | lvis_v3_violin |
lvis | field-glasses | binoculars | lvis_v3_binoculars |
lvis | fighter | fighter-jet | lvis_v3_fighter-jet |
lvis | fighter-aircraft | fighter-jet | lvis_v3_fighter-jet |
lvis | figure | banner | lvis_v3_banner |
lvis | figure | pirate-flag | lvis_v3_pirate-flag |
lvis | figure | crucifix | lvis_v3_crucifix |
lvis | figure | figurine | lvis_v3_figurine |
lvis | figure | flag | lvis_v3_flag |
lvis | figure | puppet | lvis_v3_puppet |
lvis | figure | sculpture | lvis_v3_sculpture |
lvis | figure | snowman | lvis_v3_snowman |
lvis | figure | statue | lvis_v3_statue |
lvis | file | file-cabinet | lvis_v3_file-cabinet |
lvis | file | nailfile | lvis_v3_nailfile |
lvis | file-cabinet | file-cabinet | lvis_v3_file-cabinet |
lvis | filing-cabinet | file-cabinet | lvis_v3_file-cabinet |
lvis | filter | colander | lvis_v3_colander |
lvis | filter | strainer | lvis_v3_strainer |
lvis | fin | flipper | lvis_v3_flipper |
lvis | fine-art | painting | lvis_v3_painting |
lvis | fine-art | sculpture | lvis_v3_sculpture |
lvis | fine-art | statue | lvis_v3_statue |
lvis | fire-hook | poker | lvis_v3_poker |
lvis | fire-hydrant | fireplug | lvis_v3_fireplug |
lvis | fire-iron | poker | lvis_v3_poker |
lvis | fire-truck | fire-engine | lvis_v3_fire-engine |
lvis | firearm | machine-gun | lvis_v3_machine-gun |
lvis | firearm | pistol | lvis_v3_pistol |
lvis | firearm | rifle | lvis_v3_rifle |
lvis | firework | sparkler | lvis_v3_sparkler |
lvis | first-class | card | lvis_v3_card |
lvis | first-class | postcard | lvis_v3_postcard |
lvis | first-class-mail | card | lvis_v3_card |
lvis | first-class-mail | postcard | lvis_v3_postcard |
lvis | fish | eel | lvis_v3_eel |
lvis | fish | salmon | lvis_v3_salmon |
lvis | fish | salmon | lvis_v3_salmon |
lvis | fish | shark | lvis_v3_shark |
lvis | fish-bowl | fishbowl | lvis_v3_fishbowl |
lvis | fish-tank | aquarium | lvis_v3_aquarium |
lvis | fish-tank | fishbowl | lvis_v3_fishbowl |
lvis | fishing-pole | fishing-rod | lvis_v3_fishing-rod |
lvis | fitch | ferret | lvis_v3_ferret |
lvis | fitting | wall-socket | lvis_v3_wall-socket |
lvis | fixing | barrette | lvis_v3_barrette |
lvis | fixing | belt-buckle | lvis_v3_belt-buckle |
lvis | fixing | bobby-pin | lvis_v3_bobby-pin |
lvis | fixing | bolt | lvis_v3_bolt |
lvis | fixing | button | lvis_v3_button |
lvis | fixing | clasp | lvis_v3_clasp |
lvis | fixing | cleat | lvis_v3_cleat |
lvis | fixing | clip | lvis_v3_clip |
lvis | fixing | clothespin | lvis_v3_clothespin |
lvis | fixing | combination-lock | lvis_v3_combination-lock |
lvis | fixing | hairpin | lvis_v3_hairpin |
lvis | fixing | latch | lvis_v3_latch |
lvis | fixing | padlock | lvis_v3_padlock |
lvis | fixing | pin | lvis_v3_pin |
lvis | fixing | safety-pin | lvis_v3_safety-pin |
lvis | fixing | skewer | lvis_v3_skewer |
lvis | fixing | thumbtack | lvis_v3_thumbtack |
lvis | fixings | cayenne | lvis_v3_cayenne |
lvis | fixings | condiment | lvis_v3_condiment |
lvis | fixings | egg-yolk | lvis_v3_egg-yolk |
lvis | fixings | garlic | lvis_v3_garlic |
lvis | fixings | ginger | lvis_v3_ginger |
lvis | fixings | honey | lvis_v3_honey |
lvis | fixings | pepper | lvis_v3_pepper |
lvis | fixings | salsa | lvis_v3_salsa |
lvis | fixings | vinegar | lvis_v3_vinegar |
lvis | fixture | chandelier | lvis_v3_chandelier |
lvis | fixture | kitchen-sink | lvis_v3_kitchen-sink |
lvis | fixture | shower-head | lvis_v3_shower-head |
lvis | fixture | sink | lvis_v3_sink |
lvis | fixture | toilet | lvis_v3_toilet |
lvis | fixture | urinal | lvis_v3_urinal |
lvis | fixture | washbasin | lvis_v3_washbasin |
lvis | fixture | water-faucet | lvis_v3_water-faucet |
lvis | flag | banner | lvis_v3_banner |
lvis | flag | pirate-flag | lvis_v3_pirate-flag |
lvis | flag | pennant | lvis_v3_pennant |
lvis | flagstaff | flagpole | lvis_v3_flagpole |
lvis | flannel-cake | crape | lvis_v3_crape |
lvis | flannel-cake | crape | lvis_v3_crape |
lvis | flannel-cake | pancake | lvis_v3_pancake |
lvis | flannel-cake | pancake | lvis_v3_pancake |
lvis | flannel-cake | tortilla | lvis_v3_tortilla |
lvis | flannel-cake | tortilla | lvis_v3_tortilla |
lvis | flapcake | crape | lvis_v3_crape |
lvis | flapcake | pancake | lvis_v3_pancake |
lvis | flapcake | tortilla | lvis_v3_tortilla |
lvis | flapjack | crape | lvis_v3_crape |
lvis | flapjack | pancake | lvis_v3_pancake |
lvis | flapjack | tortilla | lvis_v3_tortilla |
lvis | flash-bulb | flash | lvis_v3_flash |
lvis | flash-lamp | flash | lvis_v3_flash |
lvis | flashbulb | flash | lvis_v3_flash |
lvis | flasher | blinker | lvis_v3_blinker |
lvis | flashgun | flash | lvis_v3_flash |
lvis | flask | canteen | lvis_v3_canteen |
lvis | flask | thermos-bottle | lvis_v3_thermos-bottle |
lvis | flat-solid | blackboard | lvis_v3_blackboard |
lvis | flat-solid | bulletin-board | lvis_v3_bulletin-board |
lvis | flat-solid | chopping-board | lvis_v3_chopping-board |
lvis | flat-solid | diving-board | lvis_v3_diving-board |
lvis | flat-solid | frisbee | lvis_v3_frisbee |
lvis | flat-solid | headboard | lvis_v3_headboard |
lvis | flat-solid | ironing-board | lvis_v3_ironing-board |
lvis | flat-solid | license-plate | lvis_v3_license-plate |
lvis | flat-solid | palette | lvis_v3_palette |
lvis | flat-solid | scoreboard | lvis_v3_scoreboard |
lvis | flat-solid | skateboard | lvis_v3_skateboard |
lvis | flat-solid | snowboard | lvis_v3_snowboard |
lvis | flat-solid | surfboard | lvis_v3_surfboard |
lvis | flat-solid | tinfoil | lvis_v3_tinfoil |
lvis | flatboat | barge | lvis_v3_barge |
lvis | flatboat | houseboat | lvis_v3_houseboat |
lvis | flatbread | pita | lvis_v3_pita |
lvis | flatware | paper-plate | lvis_v3_paper-plate |
lvis | flatware | plate | lvis_v3_plate |
lvis | flatware | platter | lvis_v3_platter |
lvis | flatware | salad-plate | lvis_v3_salad-plate |
lvis | flatware | saucer | lvis_v3_saucer |
lvis | flavorer | cayenne | lvis_v3_cayenne |
lvis | flavorer | condiment | lvis_v3_condiment |
lvis | flavorer | garlic | lvis_v3_garlic |
lvis | flavorer | ginger | lvis_v3_ginger |
lvis | flavorer | honey | lvis_v3_honey |
lvis | flavorer | hot-sauce | lvis_v3_hot-sauce |
lvis | flavorer | hummus | lvis_v3_hummus |
lvis | flavorer | peanut-butter | lvis_v3_peanut-butter |
lvis | flavorer | pepper | lvis_v3_pepper |
lvis | flavorer | pickle | lvis_v3_pickle |
lvis | flavorer | salsa | lvis_v3_salsa |
lvis | flavorer | tea-bag | lvis_v3_tea-bag |
lvis | flavorer | vinegar | lvis_v3_vinegar |
lvis | flavoring | cayenne | lvis_v3_cayenne |
lvis | flavoring | condiment | lvis_v3_condiment |
lvis | flavoring | garlic | lvis_v3_garlic |
lvis | flavoring | ginger | lvis_v3_ginger |
lvis | flavoring | honey | lvis_v3_honey |
lvis | flavoring | hot-sauce | lvis_v3_hot-sauce |
lvis | flavoring | hummus | lvis_v3_hummus |
lvis | flavoring | peanut-butter | lvis_v3_peanut-butter |
lvis | flavoring | pepper | lvis_v3_pepper |
lvis | flavoring | pickle | lvis_v3_pickle |
lvis | flavoring | salsa | lvis_v3_salsa |
lvis | flavoring | tea-bag | lvis_v3_tea-bag |
lvis | flavoring | vinegar | lvis_v3_vinegar |
lvis | flavourer | cayenne | lvis_v3_cayenne |
lvis | flavourer | condiment | lvis_v3_condiment |
lvis | flavourer | garlic | lvis_v3_garlic |
lvis | flavourer | ginger | lvis_v3_ginger |
lvis | flavourer | honey | lvis_v3_honey |
lvis | flavourer | hot-sauce | lvis_v3_hot-sauce |
lvis | flavourer | hummus | lvis_v3_hummus |
lvis | flavourer | peanut-butter | lvis_v3_peanut-butter |
lvis | flavourer | pepper | lvis_v3_pepper |
lvis | flavourer | pickle | lvis_v3_pickle |
lvis | flavourer | salsa | lvis_v3_salsa |
lvis | flavourer | tea-bag | lvis_v3_tea-bag |
lvis | flavourer | vinegar | lvis_v3_vinegar |
lvis | flavouring | cayenne | lvis_v3_cayenne |
lvis | flavouring | condiment | lvis_v3_condiment |
lvis | flavouring | garlic | lvis_v3_garlic |
lvis | flavouring | ginger | lvis_v3_ginger |
lvis | flavouring | honey | lvis_v3_honey |
lvis | flavouring | hot-sauce | lvis_v3_hot-sauce |
lvis | flavouring | hummus | lvis_v3_hummus |
lvis | flavouring | peanut-butter | lvis_v3_peanut-butter |
lvis | flavouring | pepper | lvis_v3_pepper |
lvis | flavouring | pickle | lvis_v3_pickle |
lvis | flavouring | salsa | lvis_v3_salsa |
lvis | flavouring | tea-bag | lvis_v3_tea-bag |
lvis | flavouring | vinegar | lvis_v3_vinegar |
lvis | flexible-joint | hinge | lvis_v3_hinge |
lvis | flightless-bird | ostrich | lvis_v3_ostrich |
lvis | float | bob | lvis_v3_bob |
lvis | float | life-buoy | lvis_v3_life-buoy |
lvis | float | life-jacket | lvis_v3_life-jacket |
lvis | float | raft | lvis_v3_raft |
lvis | floor-cover | doormat | lvis_v3_doormat |
lvis | floor-cover | runner | lvis_v3_runner |
lvis | floor-covering | doormat | lvis_v3_doormat |
lvis | floor-covering | runner | lvis_v3_runner |
lvis | flora | celery | lvis_v3_celery |
lvis | flora | lettuce | lvis_v3_lettuce |
lvis | floral-arrangement | bouquet | lvis_v3_bouquet |
lvis | floral-arrangement | flower-arrangement | lvis_v3_flower-arrangement |
lvis | floral-arrangement | wreath | lvis_v3_wreath |
lvis | floss | dental-floss | lvis_v3_dental-floss |
lvis | flotation-device | life-buoy | lvis_v3_life-buoy |
lvis | flotation-device | life-jacket | lvis_v3_life-jacket |
lvis | flower | carnation | lvis_v3_carnation |
lvis | flower | sunflower | lvis_v3_sunflower |
lvis | flower-arrangement | bouquet | lvis_v3_bouquet |
lvis | flower-arrangement | wreath | lvis_v3_wreath |
lvis | flowering-plant | carnation | lvis_v3_carnation |
lvis | flowering-plant | sunflower | lvis_v3_sunflower |
lvis | flowerpot | flowerpot | lvis_v3_flowerpot |
lvis | fluid | alcohol | lvis_v3_alcohol |
lvis | fluid | cider | lvis_v3_cider |
lvis | fluid | cocoa | lvis_v3_cocoa |
lvis | fluid | fruit-juice | lvis_v3_fruit-juice |
lvis | fluid | milk | lvis_v3_milk |
lvis | fluid | smoothie | lvis_v3_smoothie |
lvis | flute | flute-glass | lvis_v3_flute-glass |
lvis | flute-glass | flute-glass | lvis_v3_flute-glass |
lvis | foam | shaving-cream | lvis_v3_shaving-cream |
lvis | foil | tinfoil | lvis_v3_tinfoil |
lvis | folder | booklet | lvis_v3_booklet |
lvis | folding-chair | deck-chair | lvis_v3_deck-chair |
lvis | folding-money | dollar | lvis_v3_dollar |
lvis | food | alcohol | lvis_v3_alcohol |
lvis | food | apple | lvis_v3_apple |
lvis | food | applesauce | lvis_v3_applesauce |
lvis | food | apricot | lvis_v3_apricot |
lvis | food | artichoke | lvis_v3_artichoke |
lvis | food | asparagus | lvis_v3_asparagus |
lvis | food | avocado | lvis_v3_avocado |
lvis | food | banana | lvis_v3_banana |
lvis | food | batter | lvis_v3_batter |
lvis | food | bean-curd | lvis_v3_bean-curd |
lvis | food | beef | lvis_v3_beef |
lvis | food | birthday-cake | lvis_v3_birthday-cake |
lvis | food | boiled-egg | lvis_v3_boiled-egg |
lvis | food | bread | lvis_v3_bread |
lvis | food | bread | lvis_v3_bread |
lvis | food | bun | lvis_v3_bun |
lvis | food | burrito | lvis_v3_burrito |
lvis | food | butter | lvis_v3_butter |
lvis | food | butter | lvis_v3_butter |
lvis | food | cake | lvis_v3_cake |
lvis | food | cappuccino | lvis_v3_cappuccino |
lvis | food | casserole | lvis_v3_casserole |
lvis | food | cherry | lvis_v3_cherry |
lvis | food | chocolate-bar | lvis_v3_chocolate-bar |
lvis | food | chocolate-cake | lvis_v3_chocolate-cake |
lvis | food | chocolate-milk | lvis_v3_chocolate-milk |
lvis | food | cider | lvis_v3_cider |
lvis | food | cocoa | lvis_v3_cocoa |
lvis | food | cookie | lvis_v3_cookie |
lvis | food | edible-corn | lvis_v3_edible-corn |
lvis | food | cornmeal | lvis_v3_cornmeal |
lvis | food | crabmeat | lvis_v3_crabmeat |
lvis | food | cracker | lvis_v3_cracker |
lvis | food | crouton | lvis_v3_crouton |
lvis | food | cucumber | lvis_v3_cucumber |
lvis | food | cupcake | lvis_v3_cupcake |
lvis | food | date | lvis_v3_date |
lvis | food | eel | lvis_v3_eel |
lvis | food | egg | lvis_v3_egg |
lvis | food | egg-roll | lvis_v3_egg-roll |
lvis | food | egg-yolk | lvis_v3_egg-yolk |
lvis | food | escargot | lvis_v3_escargot |
lvis | food | fig | lvis_v3_fig |
lvis | food | fish | lvis_v3_fish |
lvis | food | french-toast | lvis_v3_french-toast |
lvis | food | fruit-juice | lvis_v3_fruit-juice |
lvis | food | gelatin | lvis_v3_gelatin |
lvis | food | grape | lvis_v3_grape |
lvis | food | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | food | lemonade | lvis_v3_lemonade |
lvis | food | liquor | lvis_v3_liquor |
lvis | food | meatball | lvis_v3_meatball |
lvis | food | melon | lvis_v3_melon |
lvis | food | milk | lvis_v3_milk |
lvis | food | octopus | lvis_v3_octopus |
lvis | food | omelet | lvis_v3_omelet |
lvis | food | orange-juice | lvis_v3_orange-juice |
lvis | food | pancake | lvis_v3_pancake |
lvis | food | papaya | lvis_v3_papaya |
lvis | food | pastry | lvis_v3_pastry |
lvis | food | patty | lvis_v3_patty |
lvis | food | peach | lvis_v3_peach |
lvis | food | pear | lvis_v3_pear |
lvis | food | pie | lvis_v3_pie |
lvis | food | pineapple | lvis_v3_pineapple |
lvis | food | pizza | lvis_v3_pizza |
lvis | food | pop | lvis_v3_pop |
lvis | food | potato | lvis_v3_potato |
lvis | food | prawn | lvis_v3_prawn |
lvis | food | pudding | lvis_v3_pudding |
lvis | food | pumpkin | lvis_v3_pumpkin |
lvis | food | rib | lvis_v3_rib |
lvis | food | root-beer | lvis_v3_root-beer |
lvis | food | salad | lvis_v3_salad |
lvis | food | salami | lvis_v3_salami |
lvis | food | salmon | lvis_v3_salmon |
lvis | food | sausage | lvis_v3_sausage |
lvis | food | smoothie | lvis_v3_smoothie |
lvis | food | soup | lvis_v3_soup |
lvis | food | soya-milk | lvis_v3_soya-milk |
lvis | food | squid | lvis_v3_squid |
lvis | food | steak | lvis_v3_steak |
lvis | food | stew | lvis_v3_stew |
lvis | food | string-cheese | lvis_v3_string-cheese |
lvis | food | sushi | lvis_v3_sushi |
lvis | food | taco | lvis_v3_taco |
lvis | food | toast | lvis_v3_toast |
lvis | food | waffle | lvis_v3_waffle |
lvis | food | wedding-cake | lvis_v3_wedding-cake |
lvis | food | yogurt | lvis_v3_yogurt |
lvis | food | yogurt | lvis_v3_yogurt |
lvis | food-fish | salmon | lvis_v3_salmon |
lvis | food-grain | edible-corn | lvis_v3_edible-corn |
lvis | food-product | batter | lvis_v3_batter |
lvis | food-product | bean-curd | lvis_v3_bean-curd |
lvis | food-product | bread | lvis_v3_bread |
lvis | food-product | bun | lvis_v3_bun |
lvis | food-product | butter | lvis_v3_butter |
lvis | food-product | cayenne | lvis_v3_cayenne |
lvis | food-product | chocolate-milk | lvis_v3_chocolate-milk |
lvis | food-product | condiment | lvis_v3_condiment |
lvis | food-product | edible-corn | lvis_v3_edible-corn |
lvis | food-product | cornmeal | lvis_v3_cornmeal |
lvis | food-product | cracker | lvis_v3_cracker |
lvis | food-product | crouton | lvis_v3_crouton |
lvis | food-product | egg | lvis_v3_egg |
lvis | food-product | egg-yolk | lvis_v3_egg-yolk |
lvis | food-product | garlic | lvis_v3_garlic |
lvis | food-product | ginger | lvis_v3_ginger |
lvis | food-product | mashed-potato | lvis_v3_mashed-potato |
lvis | food-product | milk | lvis_v3_milk |
lvis | food-product | pepper | lvis_v3_pepper |
lvis | food-product | potato | lvis_v3_potato |
lvis | food-product | sour-cream | lvis_v3_sour-cream |
lvis | food-product | soya-milk | lvis_v3_soya-milk |
lvis | food-product | string-cheese | lvis_v3_string-cheese |
lvis | food-product | toast | lvis_v3_toast |
lvis | food-product | yogurt | lvis_v3_yogurt |
lvis | foodstuff | batter | lvis_v3_batter |
lvis | foodstuff | bean-curd | lvis_v3_bean-curd |
lvis | foodstuff | bread | lvis_v3_bread |
lvis | foodstuff | bun | lvis_v3_bun |
lvis | foodstuff | butter | lvis_v3_butter |
lvis | foodstuff | cayenne | lvis_v3_cayenne |
lvis | foodstuff | chocolate-milk | lvis_v3_chocolate-milk |
lvis | foodstuff | condiment | lvis_v3_condiment |
lvis | foodstuff | edible-corn | lvis_v3_edible-corn |
lvis | foodstuff | cornmeal | lvis_v3_cornmeal |
lvis | foodstuff | cracker | lvis_v3_cracker |
lvis | foodstuff | crouton | lvis_v3_crouton |
lvis | foodstuff | egg | lvis_v3_egg |
lvis | foodstuff | egg-yolk | lvis_v3_egg-yolk |
lvis | foodstuff | garlic | lvis_v3_garlic |
lvis | foodstuff | ginger | lvis_v3_ginger |
lvis | foodstuff | mashed-potato | lvis_v3_mashed-potato |
lvis | foodstuff | milk | lvis_v3_milk |
lvis | foodstuff | pepper | lvis_v3_pepper |
lvis | foodstuff | potato | lvis_v3_potato |
lvis | foodstuff | sour-cream | lvis_v3_sour-cream |
lvis | foodstuff | soya-milk | lvis_v3_soya-milk |
lvis | foodstuff | string-cheese | lvis_v3_string-cheese |
lvis | foodstuff | toast | lvis_v3_toast |
lvis | foodstuff | yogurt | lvis_v3_yogurt |
lvis | footgear | arctic | lvis_v3_arctic |
lvis | footgear | boot | lvis_v3_boot |
lvis | footgear | flip-flop | lvis_v3_flip-flop |
lvis | footgear | flipper | lvis_v3_flipper |
lvis | footgear | sandal | lvis_v3_sandal |
lvis | footgear | shoe | lvis_v3_shoe |
lvis | footgear | ski-boot | lvis_v3_ski-boot |
lvis | footgear | slipper | lvis_v3_slipper |
lvis | footrest | footstool | lvis_v3_footstool |
lvis | footwear | arctic | lvis_v3_arctic |
lvis | footwear | boot | lvis_v3_boot |
lvis | footwear | flip-flop | lvis_v3_flip-flop |
lvis | footwear | flipper | lvis_v3_flipper |
lvis | footwear | pantyhose | lvis_v3_pantyhose |
lvis | footwear | sandal | lvis_v3_sandal |
lvis | footwear | shoe | lvis_v3_shoe |
lvis | footwear | ski-boot | lvis_v3_ski-boot |
lvis | footwear | slipper | lvis_v3_slipper |
lvis | footwear | sock | lvis_v3_sock |
lvis | footwear | tights | lvis_v3_tights |
lvis | form | sculpture | lvis_v3_sculpture |
lvis | formalwear | tux | lvis_v3_tux |
lvis | formalwear | dress-suit | lvis_v3_dress-suit |
lvis | formulation | cleansing-agent | lvis_v3_cleansing-agent |
lvis | formulation | dishwasher-detergent | lvis_v3_dishwasher-detergent |
lvis | formulation | shampoo | lvis_v3_shampoo |
lvis | formulation | soap | lvis_v3_soap |
lvis | formulation | toothpaste | lvis_v3_toothpaste |
lvis | forte-piano | piano | lvis_v3_piano |
lvis | foulmart | ferret | lvis_v3_ferret |
lvis | foumart | ferret | lvis_v3_ferret |
lvis | foundation | corset | lvis_v3_corset |
lvis | foundation-garment | corset | lvis_v3_corset |
lvis | four-in-hand | stagecoach | lvis_v3_stagecoach |
lvis | fowl | chicken | lvis_v3_chicken |
lvis | fowl | cock | lvis_v3_cock |
lvis | fowl | turkey | lvis_v3_turkey |
lvis | framework | coatrack | lvis_v3_coatrack |
lvis | framework | cornice | lvis_v3_cornice |
lvis | framework | grill | lvis_v3_grill |
lvis | framework | sawhorse | lvis_v3_sawhorse |
lvis | framework | towel-rack | lvis_v3_towel-rack |
lvis | free-reed-instrument | harmonium | lvis_v3_harmonium |
lvis | free-weight | barbell | lvis_v3_barbell |
lvis | free-weight | dumbbell | lvis_v3_dumbbell |
lvis | french-bread | baguet | lvis_v3_baguet |
lvis | french-pancake | crape | lvis_v3_crape |
lvis | fridge | refrigerator | lvis_v3_refrigerator |
lvis | friedcake | doughnut | lvis_v3_doughnut |
lvis | frisbee | frisbee | lvis_v3_frisbee |
lvis | frock | bridal-gown | lvis_v3_bridal-gown |
lvis | frock | dress | lvis_v3_dress |
lvis | froth | shaving-cream | lvis_v3_shaving-cream |
lvis | frozen-dessert | icecream | lvis_v3_icecream |
lvis | frozen-dessert | popsicle | lvis_v3_popsicle |
lvis | frozen-dessert | sherbert | lvis_v3_sherbert |
lvis | fruit | almond | lvis_v3_almond |
lvis | fruit | apple | lvis_v3_apple |
lvis | fruit | apricot | lvis_v3_apricot |
lvis | fruit | avocado | lvis_v3_avocado |
lvis | fruit | banana | lvis_v3_banana |
lvis | fruit | blackberry | lvis_v3_blackberry |
lvis | fruit | blueberry | lvis_v3_blueberry |
lvis | fruit | cherry | lvis_v3_cherry |
lvis | fruit | chickpea | lvis_v3_chickpea |
lvis | fruit | date | lvis_v3_date |
lvis | fruit | fig | lvis_v3_fig |
lvis | fruit | gourd | lvis_v3_gourd |
lvis | fruit | grape | lvis_v3_grape |
lvis | fruit | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | fruit | legume | lvis_v3_legume |
lvis | fruit | lemon | lvis_v3_lemon |
lvis | fruit | lime | lvis_v3_lime |
lvis | fruit | mandarin-orange | lvis_v3_mandarin-orange |
lvis | fruit | melon | lvis_v3_melon |
lvis | fruit | orange | lvis_v3_orange |
lvis | fruit | papaya | lvis_v3_papaya |
lvis | fruit | peach | lvis_v3_peach |
lvis | fruit | pear | lvis_v3_pear |
lvis | fruit | persimmon | lvis_v3_persimmon |
lvis | fruit | pineapple | lvis_v3_pineapple |
lvis | fruit | prune | lvis_v3_prune |
lvis | fruit | raspberry | lvis_v3_raspberry |
lvis | fruit | strawberry | lvis_v3_strawberry |
lvis | fruit | watermelon | lvis_v3_watermelon |
lvis | fruit-crush | fruit-juice | lvis_v3_fruit-juice |
lvis | fruit-crush | orange-juice | lvis_v3_orange-juice |
lvis | fruit-drink | lemonade | lvis_v3_lemonade |
lvis | fruit-juice | orange-juice | lvis_v3_orange-juice |
lvis | fruit-tree | clementine | lvis_v3_clementine |
lvis | frypan | frying-pan | lvis_v3_frying-pan |
lvis | fuel | igniter | lvis_v3_igniter |
lvis | full-dress | dress-suit | lvis_v3_dress-suit |
lvis | fungus | mushroom | lvis_v3_mushroom |
lvis | furnishing | armoire | lvis_v3_armoire |
lvis | furnishing | bed | lvis_v3_bed |
lvis | furnishing | bench | lvis_v3_bench |
lvis | furnishing | bookcase | lvis_v3_bookcase |
lvis | furnishing | cabinet | lvis_v3_cabinet |
lvis | furnishing | chair | lvis_v3_chair |
lvis | furnishing | coffee-table | lvis_v3_coffee-table |
lvis | furnishing | crib | lvis_v3_crib |
lvis | furnishing | curtain | lvis_v3_curtain |
lvis | furnishing | desk | lvis_v3_desk |
lvis | furnishing | dining-table | lvis_v3_dining-table |
lvis | furnishing | dresser | lvis_v3_dresser |
lvis | furnishing | file-cabinet | lvis_v3_file-cabinet |
lvis | furnishing | kitchen-table | lvis_v3_kitchen-table |
lvis | furnishing | lamp | lvis_v3_lamp |
lvis | furnishing | ottoman | lvis_v3_ottoman |
lvis | furnishing | pool-table | lvis_v3_pool-table |
lvis | furnishing | runner | lvis_v3_runner |
lvis | furnishing | shower-curtain | lvis_v3_shower-curtain |
lvis | furnishing | sofa | lvis_v3_sofa |
lvis | furnishing | stool | lvis_v3_stool |
lvis | furnishing | table-tennis-table | lvis_v3_table-tennis-table |
lvis | furnishing | table | lvis_v3_table |
lvis | furnishing | table-lamp | lvis_v3_table-lamp |
lvis | furnishing | wardrobe | lvis_v3_wardrobe |
lvis | furniture | armchair | lvis_v3_armchair |
lvis | furniture | armoire | lvis_v3_armoire |
lvis | furniture | bed | lvis_v3_bed |
lvis | furniture | bench | lvis_v3_bench |
lvis | furniture | bookcase | lvis_v3_bookcase |
lvis | furniture | bunk-bed | lvis_v3_bunk-bed |
lvis | furniture | cabinet | lvis_v3_cabinet |
lvis | furniture | chair | lvis_v3_chair |
lvis | furniture | chaise-longue | lvis_v3_chaise-longue |
lvis | furniture | coffee-table | lvis_v3_coffee-table |
lvis | furniture | sofa-bed | lvis_v3_sofa-bed |
lvis | furniture | crib | lvis_v3_crib |
lvis | furniture | desk | lvis_v3_desk |
lvis | furniture | dining-table | lvis_v3_dining-table |
lvis | furniture | dresser | lvis_v3_dresser |
lvis | furniture | file-cabinet | lvis_v3_file-cabinet |
lvis | furniture | folding-chair | lvis_v3_folding-chair |
lvis | furniture | footstool | lvis_v3_footstool |
lvis | furniture | hammock | lvis_v3_hammock |
lvis | furniture | highchair | lvis_v3_highchair |
lvis | furniture | kitchen-table | lvis_v3_kitchen-table |
lvis | furniture | lamp | lvis_v3_lamp |
lvis | furniture | loveseat | lvis_v3_loveseat |
lvis | furniture | music-stool | lvis_v3_music-stool |
lvis | furniture | ottoman | lvis_v3_ottoman |
lvis | furniture | pew | lvis_v3_pew |
lvis | furniture | pool-table | lvis_v3_pool-table |
lvis | furniture | rocking-chair | lvis_v3_rocking-chair |
lvis | furniture | sofa | lvis_v3_sofa |
lvis | furniture | step-stool | lvis_v3_step-stool |
lvis | furniture | stool | lvis_v3_stool |
lvis | furniture | table-tennis-table | lvis_v3_table-tennis-table |
lvis | furniture | table | lvis_v3_table |
lvis | furniture | table-lamp | lvis_v3_table-lamp |
lvis | furniture | wardrobe | lvis_v3_wardrobe |
lvis | furniture | wheelchair | lvis_v3_wheelchair |
lvis | gallinacean | chicken | lvis_v3_chicken |
lvis | gallinacean | cock | lvis_v3_cock |
lvis | gallinacean | dove | lvis_v3_dove |
lvis | gallinacean | pigeon | lvis_v3_pigeon |
lvis | gallinaceous-bird | chicken | lvis_v3_chicken |
lvis | gallinaceous-bird | cock | lvis_v3_cock |
lvis | gallinaceous-bird | dove | lvis_v3_dove |
lvis | gallinaceous-bird | pigeon | lvis_v3_pigeon |
lvis | gallus | suspenders | lvis_v3_suspenders |
lvis | gallus-gallus | chicken | lvis_v3_chicken |
lvis | gallus-gallus | cock | lvis_v3_cock |
lvis | galosh | arctic | lvis_v3_arctic |
lvis | galvanic-battery | car-battery | lvis_v3_car-battery |
lvis | game-equipment | basketball-backboard | lvis_v3_basketball-backboard |
lvis | game-equipment | baseball | lvis_v3_baseball |
lvis | game-equipment | basketball | lvis_v3_basketball |
lvis | game-equipment | bowling-ball | lvis_v3_bowling-ball |
lvis | game-equipment | poker-chip | lvis_v3_poker-chip |
lvis | game-equipment | football | lvis_v3_football |
lvis | game-equipment | ping-pong-ball | lvis_v3_ping-pong-ball |
lvis | game-equipment | pool-table | lvis_v3_pool-table |
lvis | game-equipment | soccer-ball | lvis_v3_soccer-ball |
lvis | game-equipment | softball | lvis_v3_softball |
lvis | game-equipment | tennis-ball | lvis_v3_tennis-ball |
lvis | game-equipment | volleyball | lvis_v3_volleyball |
lvis | gameboard | gameboard | lvis_v3_gameboard |
lvis | gameboard | checkerboard | lvis_v3_checkerboard |
lvis | gameboard | chessboard | lvis_v3_chessboard |
lvis | gameboard | dartboard | lvis_v3_dartboard |
lvis | gameboard | pegboard | lvis_v3_pegboard |
lvis | gammon | ham | lvis_v3_ham |
lvis | garb | costume | lvis_v3_costume |
lvis | garb | tux | lvis_v3_tux |
lvis | garb | dress-suit | lvis_v3_dress-suit |
lvis | garb | sportswear | lvis_v3_sportswear |
lvis | garb | wig | lvis_v3_wig |
lvis | garbage-can | trash-can | lvis_v3_trash-can |
lvis | garbanzo | chickpea | lvis_v3_chickpea |
lvis | garden-cart | barrow | lvis_v3_barrow |
lvis | garden-pink | carnation | lvis_v3_carnation |
lvis | garden-tool | lawn-mower | lvis_v3_lawn-mower |
lvis | garden-truck | apple | lvis_v3_apple |
lvis | garden-truck | apricot | lvis_v3_apricot |
lvis | garden-truck | artichoke | lvis_v3_artichoke |
lvis | garden-truck | asparagus | lvis_v3_asparagus |
lvis | garden-truck | avocado | lvis_v3_avocado |
lvis | garden-truck | banana | lvis_v3_banana |
lvis | garden-truck | blackberry | lvis_v3_blackberry |
lvis | garden-truck | blueberry | lvis_v3_blueberry |
lvis | garden-truck | brussels-sprouts | lvis_v3_brussels-sprouts |
lvis | garden-truck | cauliflower | lvis_v3_cauliflower |
lvis | garden-truck | cherry | lvis_v3_cherry |
lvis | garden-truck | cucumber | lvis_v3_cucumber |
lvis | garden-truck | date | lvis_v3_date |
lvis | garden-truck | eggplant | lvis_v3_eggplant |
lvis | garden-truck | fig | lvis_v3_fig |
lvis | garden-truck | grape | lvis_v3_grape |
lvis | garden-truck | green-onion | lvis_v3_green-onion |
lvis | garden-truck | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | garden-truck | lemon | lvis_v3_lemon |
lvis | garden-truck | lime | lvis_v3_lime |
lvis | garden-truck | mandarin-orange | lvis_v3_mandarin-orange |
lvis | garden-truck | melon | lvis_v3_melon |
lvis | garden-truck | orange | lvis_v3_orange |
lvis | garden-truck | papaya | lvis_v3_papaya |
lvis | garden-truck | pea | lvis_v3_pea |
lvis | garden-truck | peach | lvis_v3_peach |
lvis | garden-truck | pear | lvis_v3_pear |
lvis | garden-truck | persimmon | lvis_v3_persimmon |
lvis | garden-truck | pineapple | lvis_v3_pineapple |
lvis | garden-truck | potato | lvis_v3_potato |
lvis | garden-truck | prune | lvis_v3_prune |
lvis | garden-truck | pumpkin | lvis_v3_pumpkin |
lvis | garden-truck | raspberry | lvis_v3_raspberry |
lvis | garden-truck | strawberry | lvis_v3_strawberry |
lvis | garden-truck | sweet-potato | lvis_v3_sweet-potato |
lvis | garden-truck | tomato | lvis_v3_tomato |
lvis | garden-truck | watermelon | lvis_v3_watermelon |
lvis | garland | wreath | lvis_v3_wreath |
lvis | garment | ballet-skirt | lvis_v3_ballet-skirt |
lvis | garment | bathrobe | lvis_v3_bathrobe |
lvis | garment | bolo-tie | lvis_v3_bolo-tie |
lvis | garment | bow-tie | lvis_v3_bow-tie |
lvis | garment | brassiere | lvis_v3_brassiere |
lvis | garment | breechcloth | lvis_v3_breechcloth |
lvis | garment | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | garment | cape | lvis_v3_cape |
lvis | garment | cardigan | lvis_v3_cardigan |
lvis | garment | chap | lvis_v3_chap |
lvis | garment | cloak | lvis_v3_cloak |
lvis | garment | coat | lvis_v3_coat |
lvis | garment | corset | lvis_v3_corset |
lvis | garment | diaper | lvis_v3_diaper |
lvis | garment | underdrawers | lvis_v3_underdrawers |
lvis | garment | veil | lvis_v3_veil |
lvis | garment | headscarf | lvis_v3_headscarf |
lvis | garment | jacket | lvis_v3_jacket |
lvis | garment | jean | lvis_v3_jean |
lvis | garment | jersey | lvis_v3_jersey |
lvis | garment | jumpsuit | lvis_v3_jumpsuit |
lvis | garment | kilt | lvis_v3_kilt |
lvis | garment | kimono | lvis_v3_kimono |
lvis | garment | lab-coat | lvis_v3_lab-coat |
lvis | garment | legging | lvis_v3_legging |
lvis | garment | neckerchief | lvis_v3_neckerchief |
lvis | garment | necktie | lvis_v3_necktie |
lvis | garment | polo-shirt | lvis_v3_polo-shirt |
lvis | garment | poncho | lvis_v3_poncho |
lvis | garment | raincoat | lvis_v3_raincoat |
lvis | garment | robe | lvis_v3_robe |
lvis | garment | scarf | lvis_v3_scarf |
lvis | garment | shawl | lvis_v3_shawl |
lvis | garment | shirt | lvis_v3_shirt |
lvis | garment | short-pants | lvis_v3_short-pants |
lvis | garment | skirt | lvis_v3_skirt |
lvis | garment | suit | lvis_v3_suit |
lvis | garment | sweat-pants | lvis_v3_sweat-pants |
lvis | garment | sweater | lvis_v3_sweater |
lvis | garment | sweatshirt | lvis_v3_sweatshirt |
lvis | garment | swimsuit | lvis_v3_swimsuit |
lvis | garment | tank-top | lvis_v3_tank-top |
lvis | garment | trousers | lvis_v3_trousers |
lvis | garment | turtleneck | lvis_v3_turtleneck |
lvis | garment | underwear | lvis_v3_underwear |
lvis | garment | vest | lvis_v3_vest |
lvis | garment | wet-suit | lvis_v3_wet-suit |
lvis | garnish | whipped-cream | lvis_v3_whipped-cream |
lvis | gas-helmet | gasmask | lvis_v3_gasmask |
lvis | gator | alligator | lvis_v3_alligator |
lvis | gear | crown | lvis_v3_crown |
lvis | gear | first-aid-kit | lvis_v3_first-aid-kit |
lvis | gear | saddle-blanket | lvis_v3_saddle-blanket |
lvis | gear | yoke | lvis_v3_yoke |
lvis | gem | gemstone | lvis_v3_gemstone |
lvis | gem | jewel | lvis_v3_jewel |
lvis | gem | muffin | lvis_v3_muffin |
lvis | gemstone | gemstone | lvis_v3_gemstone |
lvis | gillyflower | carnation | lvis_v3_carnation |
lvis | gingerroot | ginger | lvis_v3_ginger |
lvis | giraffa-camelopardalis | giraffe | lvis_v3_giraffe |
lvis | girdle | corset | lvis_v3_corset |
lvis | girdle | cincture | lvis_v3_cincture |
lvis | glass | flute-glass | lvis_v3_flute-glass |
lvis | glass | shot-glass | lvis_v3_shot-glass |
lvis | glass | wineglass | lvis_v3_wineglass |
lvis | glasses | goggles | lvis_v3_goggles |
lvis | glasses | spectacles | lvis_v3_spectacles |
lvis | glasses | sunglasses | lvis_v3_sunglasses |
lvis | globe-artichoke | artichoke | lvis_v3_artichoke |
lvis | globefish | puffer | lvis_v3_puffer |
lvis | glove | baseball-glove | lvis_v3_baseball-glove |
lvis | glove | boxing-glove | lvis_v3_boxing-glove |
lvis | glove | mitten | lvis_v3_mitten |
lvis | gnawer | hamster | lvis_v3_hamster |
lvis | gnawer | rat | lvis_v3_rat |
lvis | gnawer | rodent | lvis_v3_rodent |
lvis | gnawer | squirrel | lvis_v3_squirrel |
lvis | gnawing-mammal | rabbit | lvis_v3_rabbit |
lvis | go-cart | baby-buggy | lvis_v3_baby-buggy |
lvis | go-cart | barrow | lvis_v3_barrow |
lvis | go-cart | handcart | lvis_v3_handcart |
lvis | go-cart | shopping-cart | lvis_v3_shopping-cart |
lvis | goblet | chalice | lvis_v3_chalice |
lvis | goggle-box | television-set | lvis_v3_television-set |
lvis | goldfish-bowl | fishbowl | lvis_v3_fishbowl |
lvis | golf-cap | baseball-cap | lvis_v3_baseball-cap |
lvis | golf-cart | golfcart | lvis_v3_golfcart |
lvis | golf-club | golf-club | lvis_v3_golf-club |
lvis | golf-equipment | golf-club | lvis_v3_golf-club |
lvis | golf-equipment | golfcart | lvis_v3_golfcart |
lvis | golosh | arctic | lvis_v3_arctic |
lvis | gong | chime | lvis_v3_chime |
lvis | good | nightshirt | lvis_v3_nightshirt |
lvis | good-book | bible | lvis_v3_bible |
lvis | goody | bubble-gum | lvis_v3_bubble-gum |
lvis | goody | candy-bar | lvis_v3_candy-bar |
lvis | goody | candy-cane | lvis_v3_candy-cane |
lvis | goody | fudge | lvis_v3_fudge |
lvis | goody | gelatin | lvis_v3_gelatin |
lvis | goody | jelly-bean | lvis_v3_jelly-bean |
lvis | goody | lollipop | lvis_v3_lollipop |
lvis | goody | mint-candy | lvis_v3_mint-candy |
lvis | goody | truffle | lvis_v3_truffle |
lvis | gorilla-gorilla | gorilla | lvis_v3_gorilla |
lvis | government-note | dollar | lvis_v3_dollar |
lvis | gown | bridal-gown | lvis_v3_bridal-gown |
lvis | grain | edible-corn | lvis_v3_edible-corn |
lvis | graminaceous-plant | bamboo | lvis_v3_bamboo |
lvis | gramineous-plant | bamboo | lvis_v3_bamboo |
lvis | graphic-art | painting | lvis_v3_painting |
lvis | gravy-holder | gravy-boat | lvis_v3_gravy-boat |
lvis | great-ape | gorilla | lvis_v3_gorilla |
lvis | green-goods | apple | lvis_v3_apple |
lvis | green-goods | apricot | lvis_v3_apricot |
lvis | green-goods | artichoke | lvis_v3_artichoke |
lvis | green-goods | asparagus | lvis_v3_asparagus |
lvis | green-goods | avocado | lvis_v3_avocado |
lvis | green-goods | banana | lvis_v3_banana |
lvis | green-goods | blackberry | lvis_v3_blackberry |
lvis | green-goods | blueberry | lvis_v3_blueberry |
lvis | green-goods | brussels-sprouts | lvis_v3_brussels-sprouts |
lvis | green-goods | cauliflower | lvis_v3_cauliflower |
lvis | green-goods | cherry | lvis_v3_cherry |
lvis | green-goods | cucumber | lvis_v3_cucumber |
lvis | green-goods | date | lvis_v3_date |
lvis | green-goods | eggplant | lvis_v3_eggplant |
lvis | green-goods | fig | lvis_v3_fig |
lvis | green-goods | grape | lvis_v3_grape |
lvis | green-goods | green-onion | lvis_v3_green-onion |
lvis | green-goods | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | green-goods | lemon | lvis_v3_lemon |
lvis | green-goods | lime | lvis_v3_lime |
lvis | green-goods | mandarin-orange | lvis_v3_mandarin-orange |
lvis | green-goods | melon | lvis_v3_melon |
lvis | green-goods | orange | lvis_v3_orange |
lvis | green-goods | papaya | lvis_v3_papaya |
lvis | green-goods | pea | lvis_v3_pea |
lvis | green-goods | peach | lvis_v3_peach |
lvis | green-goods | pear | lvis_v3_pear |
lvis | green-goods | persimmon | lvis_v3_persimmon |
lvis | green-goods | pineapple | lvis_v3_pineapple |
lvis | green-goods | potato | lvis_v3_potato |
lvis | green-goods | prune | lvis_v3_prune |
lvis | green-goods | pumpkin | lvis_v3_pumpkin |
lvis | green-goods | raspberry | lvis_v3_raspberry |
lvis | green-goods | strawberry | lvis_v3_strawberry |
lvis | green-goods | sweet-potato | lvis_v3_sweet-potato |
lvis | green-goods | tomato | lvis_v3_tomato |
lvis | green-goods | watermelon | lvis_v3_watermelon |
lvis | green-groceries | apple | lvis_v3_apple |
lvis | green-groceries | apricot | lvis_v3_apricot |
lvis | green-groceries | artichoke | lvis_v3_artichoke |
lvis | green-groceries | asparagus | lvis_v3_asparagus |
lvis | green-groceries | avocado | lvis_v3_avocado |
lvis | green-groceries | banana | lvis_v3_banana |
lvis | green-groceries | blackberry | lvis_v3_blackberry |
lvis | green-groceries | blueberry | lvis_v3_blueberry |
lvis | green-groceries | brussels-sprouts | lvis_v3_brussels-sprouts |
lvis | green-groceries | cauliflower | lvis_v3_cauliflower |
lvis | green-groceries | cherry | lvis_v3_cherry |
lvis | green-groceries | cucumber | lvis_v3_cucumber |
lvis | green-groceries | date | lvis_v3_date |
lvis | green-groceries | eggplant | lvis_v3_eggplant |
lvis | green-groceries | fig | lvis_v3_fig |
lvis | green-groceries | grape | lvis_v3_grape |
lvis | green-groceries | green-onion | lvis_v3_green-onion |
lvis | green-groceries | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | green-groceries | lemon | lvis_v3_lemon |
lvis | green-groceries | lime | lvis_v3_lime |
lvis | green-groceries | mandarin-orange | lvis_v3_mandarin-orange |
lvis | green-groceries | melon | lvis_v3_melon |
lvis | green-groceries | orange | lvis_v3_orange |
lvis | green-groceries | papaya | lvis_v3_papaya |
lvis | green-groceries | pea | lvis_v3_pea |
lvis | green-groceries | peach | lvis_v3_peach |
lvis | green-groceries | pear | lvis_v3_pear |
lvis | green-groceries | persimmon | lvis_v3_persimmon |
lvis | green-groceries | pineapple | lvis_v3_pineapple |
lvis | green-groceries | potato | lvis_v3_potato |
lvis | green-groceries | prune | lvis_v3_prune |
lvis | green-groceries | pumpkin | lvis_v3_pumpkin |
lvis | green-groceries | raspberry | lvis_v3_raspberry |
lvis | green-groceries | strawberry | lvis_v3_strawberry |
lvis | green-groceries | sweet-potato | lvis_v3_sweet-potato |
lvis | green-groceries | tomato | lvis_v3_tomato |
lvis | green-groceries | watermelon | lvis_v3_watermelon |
lvis | greenback | dollar | lvis_v3_dollar |
lvis | greeting-card | birthday-card | lvis_v3_birthday-card |
lvis | griddlecake | crape | lvis_v3_crape |
lvis | griddlecake | pancake | lvis_v3_pancake |
lvis | griddlecake | tortilla | lvis_v3_tortilla |
lvis | grille | grill | lvis_v3_grill |
lvis | grillwork | grill | lvis_v3_grill |
lvis | grinder | pepper-mill | lvis_v3_pepper-mill |
lvis | grinder | windmill | lvis_v3_windmill |
lvis | grip | suitcase | lvis_v3_suitcase |
lvis | grip | bobby-pin | lvis_v3_bobby-pin |
lvis | grip | doorknob | lvis_v3_doorknob |
lvis | grip | handle | lvis_v3_handle |
lvis | grip | knob | lvis_v3_knob |
lvis | grizzly-bear | grizzly | lvis_v3_grizzly |
lvis | group | bouquet | lvis_v3_bouquet |
lvis | group | flower-arrangement | lvis_v3_flower-arrangement |
lvis | group | wreath | lvis_v3_wreath |
lvis | grouping | bouquet | lvis_v3_bouquet |
lvis | grouping | flower-arrangement | lvis_v3_flower-arrangement |
lvis | grouping | wreath | lvis_v3_wreath |
lvis | grunter | hog | lvis_v3_hog |
lvis | gum | bubble-gum | lvis_v3_bubble-gum |
lvis | gumshoe | arctic | lvis_v3_arctic |
lvis | gun | pistol | lvis_v3_pistol |
lvis | gun | rifle | lvis_v3_rifle |
lvis | gutter | slide | lvis_v3_slide |
lvis | gym-mat | mat | lvis_v3_mat |
lvis | gymnastic-apparatus | trampoline | lvis_v3_trampoline |
lvis | habiliment | apron | lvis_v3_apron |
lvis | habiliment | ballet-skirt | lvis_v3_ballet-skirt |
lvis | habiliment | baseball-cap | lvis_v3_baseball-cap |
lvis | habiliment | bathrobe | lvis_v3_bathrobe |
lvis | habiliment | belt | lvis_v3_belt |
lvis | habiliment | beret | lvis_v3_beret |
lvis | habiliment | blouse | lvis_v3_blouse |
lvis | habiliment | bonnet | lvis_v3_bonnet |
lvis | habiliment | bowler-hat | lvis_v3_bowler-hat |
lvis | habiliment | suspenders | lvis_v3_suspenders |
lvis | habiliment | brassiere | lvis_v3_brassiere |
lvis | habiliment | breechcloth | lvis_v3_breechcloth |
lvis | habiliment | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | habiliment | cap | lvis_v3_cap |
lvis | habiliment | cardigan | lvis_v3_cardigan |
lvis | habiliment | chap | lvis_v3_chap |
lvis | habiliment | cloak | lvis_v3_cloak |
lvis | habiliment | coat | lvis_v3_coat |
lvis | habiliment | costume | lvis_v3_costume |
lvis | habiliment | coverall | lvis_v3_coverall |
lvis | habiliment | cowboy-hat | lvis_v3_cowboy-hat |
lvis | habiliment | crown | lvis_v3_crown |
lvis | habiliment | diaper | lvis_v3_diaper |
lvis | habiliment | tux | lvis_v3_tux |
lvis | habiliment | dress | lvis_v3_dress |
lvis | habiliment | dress-hat | lvis_v3_dress-hat |
lvis | habiliment | dress-suit | lvis_v3_dress-suit |
lvis | habiliment | fedora | lvis_v3_fedora |
lvis | habiliment | football-helmet | lvis_v3_football-helmet |
lvis | habiliment | glove | lvis_v3_glove |
lvis | habiliment | halter-top | lvis_v3_halter-top |
lvis | habiliment | hat | lvis_v3_hat |
lvis | habiliment | veil | lvis_v3_veil |
lvis | habiliment | helmet | lvis_v3_helmet |
lvis | habiliment | jean | lvis_v3_jean |
lvis | habiliment | jersey | lvis_v3_jersey |
lvis | habiliment | jumpsuit | lvis_v3_jumpsuit |
lvis | habiliment | kilt | lvis_v3_kilt |
lvis | habiliment | kimono | lvis_v3_kimono |
lvis | habiliment | knee-pad | lvis_v3_knee-pad |
lvis | habiliment | legging | lvis_v3_legging |
lvis | habiliment | mitten | lvis_v3_mitten |
lvis | habiliment | necktie | lvis_v3_necktie |
lvis | habiliment | nightshirt | lvis_v3_nightshirt |
lvis | habiliment | overalls | lvis_v3_overalls |
lvis | habiliment | pajamas | lvis_v3_pajamas |
lvis | habiliment | polo-shirt | lvis_v3_polo-shirt |
lvis | habiliment | robe | lvis_v3_robe |
lvis | habiliment | scarf | lvis_v3_scarf |
lvis | habiliment | shirt | lvis_v3_shirt |
lvis | habiliment | short-pants | lvis_v3_short-pants |
lvis | habiliment | shower-cap | lvis_v3_shower-cap |
lvis | habiliment | skirt | lvis_v3_skirt |
lvis | habiliment | skullcap | lvis_v3_skullcap |
lvis | habiliment | sock | lvis_v3_sock |
lvis | habiliment | sombrero | lvis_v3_sombrero |
lvis | habiliment | sportswear | lvis_v3_sportswear |
lvis | habiliment | suit | lvis_v3_suit |
lvis | habiliment | sunhat | lvis_v3_sunhat |
lvis | habiliment | sweat-pants | lvis_v3_sweat-pants |
lvis | habiliment | sweater | lvis_v3_sweater |
lvis | habiliment | swimsuit | lvis_v3_swimsuit |
lvis | habiliment | tank-top | lvis_v3_tank-top |
lvis | habiliment | tiara | lvis_v3_tiara |
lvis | habiliment | tights | lvis_v3_tights |
lvis | habiliment | trousers | lvis_v3_trousers |
lvis | habiliment | turban | lvis_v3_turban |
lvis | habiliment | turtleneck | lvis_v3_turtleneck |
lvis | habiliment | underwear | lvis_v3_underwear |
lvis | habiliment | vest | lvis_v3_vest |
lvis | habiliment | wet-suit | lvis_v3_wet-suit |
lvis | habiliment | wig | lvis_v3_wig |
lvis | habitation | dollhouse | lvis_v3_dollhouse |
lvis | hack | cab | lvis_v3_cab |
lvis | hair-curler | hair-curler | lvis_v3_hair-curler |
lvis | hair-drier | hair-dryer | lvis_v3_hair-dryer |
lvis | hair-dryer | hair-dryer | lvis_v3_hair-dryer |
lvis | hairgrip | bobby-pin | lvis_v3_bobby-pin |
lvis | hairpiece | wig | lvis_v3_wig |
lvis | hairpin | bobby-pin | lvis_v3_bobby-pin |
lvis | halter | halter-top | lvis_v3_halter-top |
lvis | hamper | clothes-hamper | lvis_v3_clothes-hamper |
lvis | hamper | handcuff | lvis_v3_handcuff |
lvis | hand-blower | hair-dryer | lvis_v3_hair-dryer |
lvis | hand-mirror | hand-glass | lvis_v3_hand-glass |
lvis | hand-saw | handsaw | lvis_v3_handsaw |
lvis | hand-tool | bottle-opener | lvis_v3_bottle-opener |
lvis | hand-tool | can-opener | lvis_v3_can-opener |
lvis | hand-tool | corkscrew | lvis_v3_corkscrew |
lvis | hand-tool | file | lvis_v3_file |
lvis | hand-tool | hammer | lvis_v3_hammer |
lvis | hand-tool | handsaw | lvis_v3_handsaw |
lvis | hand-tool | nailfile | lvis_v3_nailfile |
lvis | hand-tool | pitchfork | lvis_v3_pitchfork |
lvis | hand-tool | pliers | lvis_v3_pliers |
lvis | hand-tool | scraper | lvis_v3_scraper |
lvis | hand-tool | screwdriver | lvis_v3_screwdriver |
lvis | hand-tool | shovel | lvis_v3_shovel |
lvis | hand-tool | spatula | lvis_v3_spatula |
lvis | hand-tool | toothpick | lvis_v3_toothpick |
lvis | hand-tool | wrench | lvis_v3_wrench |
lvis | hand-wear | glove | lvis_v3_glove |
lvis | hand-wear | mitten | lvis_v3_mitten |
lvis | handbag | handbag | lvis_v3_handbag |
lvis | handbag | clutch-bag | lvis_v3_clutch-bag |
lvis | handbag | shoulder-bag | lvis_v3_shoulder-bag |
lvis | handbasket | basket | lvis_v3_basket |
lvis | handbasket | clothes-hamper | lvis_v3_clothes-hamper |
lvis | handbasket | hamper | lvis_v3_hamper |
lvis | handcart | barrow | lvis_v3_barrow |
lvis | handcart | shopping-cart | lvis_v3_shopping-cart |
lvis | handgrip | doorknob | lvis_v3_doorknob |
lvis | handgrip | handle | lvis_v3_handle |
lvis | handgrip | knob | lvis_v3_knob |
lvis | handgun | pistol | lvis_v3_pistol |
lvis | handkerchief | bandanna | lvis_v3_bandanna |
lvis | handle | doorknob | lvis_v3_doorknob |
lvis | handle | knob | lvis_v3_knob |
lvis | handlock | handcuff | lvis_v3_handcuff |
lvis | handwear | glove | lvis_v3_glove |
lvis | handwear | mitten | lvis_v3_mitten |
lvis | handwheel | steering-wheel | lvis_v3_steering-wheel |
lvis | hanger | coat-hanger | lvis_v3_coat-hanger |
lvis | hankey | bandanna | lvis_v3_bandanna |
lvis | hankey | handkerchief | lvis_v3_handkerchief |
lvis | hankie | bandanna | lvis_v3_bandanna |
lvis | hankie | handkerchief | lvis_v3_handkerchief |
lvis | hanky | bandanna | lvis_v3_bandanna |
lvis | hanky | handkerchief | lvis_v3_handkerchief |
lvis | hard-drink | liquor | lvis_v3_liquor |
lvis | hard-drink | tequila | lvis_v3_tequila |
lvis | hard-drink | vodka | lvis_v3_vodka |
lvis | hard-liquor | liquor | lvis_v3_liquor |
lvis | hard-liquor | tequila | lvis_v3_tequila |
lvis | hard-liquor | vodka | lvis_v3_vodka |
lvis | hardback | hardback-book | lvis_v3_hardback-book |
lvis | hardcover | hardback-book | lvis_v3_hardback-book |
lvis | hassock | ottoman | lvis_v3_ottoman |
lvis | hat | bonnet | lvis_v3_bonnet |
lvis | hat | bowler-hat | lvis_v3_bowler-hat |
lvis | hat | cowboy-hat | lvis_v3_cowboy-hat |
lvis | hat | dress-hat | lvis_v3_dress-hat |
lvis | hat | fedora | lvis_v3_fedora |
lvis | hat | sombrero | lvis_v3_sombrero |
lvis | hat | sunhat | lvis_v3_sunhat |
lvis | hatrack | coatrack | lvis_v3_coatrack |
lvis | haversack | backpack | lvis_v3_backpack |
lvis | hawk | falcon | lvis_v3_falcon |
lvis | head-covering | veil | lvis_v3_veil |
lvis | headdress | baseball-cap | lvis_v3_baseball-cap |
lvis | headdress | beanie | lvis_v3_beanie |
lvis | headdress | beret | lvis_v3_beret |
lvis | headdress | bonnet | lvis_v3_bonnet |
lvis | headdress | bowler-hat | lvis_v3_bowler-hat |
lvis | headdress | cap | lvis_v3_cap |
lvis | headdress | cowboy-hat | lvis_v3_cowboy-hat |
lvis | headdress | crown | lvis_v3_crown |
lvis | headdress | dress-hat | lvis_v3_dress-hat |
lvis | headdress | fedora | lvis_v3_fedora |
lvis | headdress | football-helmet | lvis_v3_football-helmet |
lvis | headdress | hat | lvis_v3_hat |
lvis | headdress | helmet | lvis_v3_helmet |
lvis | headdress | shower-cap | lvis_v3_shower-cap |
lvis | headdress | skullcap | lvis_v3_skullcap |
lvis | headdress | sombrero | lvis_v3_sombrero |
lvis | headdress | sunhat | lvis_v3_sunhat |
lvis | headdress | tiara | lvis_v3_tiara |
lvis | headdress | turban | lvis_v3_turban |
lvis | headgear | baseball-cap | lvis_v3_baseball-cap |
lvis | headgear | beanie | lvis_v3_beanie |
lvis | headgear | beret | lvis_v3_beret |
lvis | headgear | bonnet | lvis_v3_bonnet |
lvis | headgear | bowler-hat | lvis_v3_bowler-hat |
lvis | headgear | cap | lvis_v3_cap |
lvis | headgear | cowboy-hat | lvis_v3_cowboy-hat |
lvis | headgear | crown | lvis_v3_crown |
lvis | headgear | dress-hat | lvis_v3_dress-hat |
lvis | headgear | fedora | lvis_v3_fedora |
lvis | headgear | football-helmet | lvis_v3_football-helmet |
lvis | headgear | hat | lvis_v3_hat |
lvis | headgear | helmet | lvis_v3_helmet |
lvis | headgear | shower-cap | lvis_v3_shower-cap |
lvis | headgear | skullcap | lvis_v3_skullcap |
lvis | headgear | sombrero | lvis_v3_sombrero |
lvis | headgear | sunhat | lvis_v3_sunhat |
lvis | headgear | tiara | lvis_v3_tiara |
lvis | headgear | turban | lvis_v3_turban |
lvis | headlamp | headlight | lvis_v3_headlight |
lvis | headphone | earphone | lvis_v3_earphone |
lvis | headphone | earplug | lvis_v3_earplug |
lvis | headphone | headset | lvis_v3_headset |
lvis | headpiece | headstall | lvis_v3_headstall |
lvis | headstone | gravestone | lvis_v3_gravestone |
lvis | hearth | fireplace | lvis_v3_fireplace |
lvis | heater | water-heater | lvis_v3_water-heater |
lvis | heavier-than-air-craft | airplane | lvis_v3_airplane |
lvis | heavier-than-air-craft | drone | lvis_v3_drone |
lvis | heavier-than-air-craft | fighter-jet | lvis_v3_fighter-jet |
lvis | heavier-than-air-craft | helicopter | lvis_v3_helicopter |
lvis | heavier-than-air-craft | jet-plane | lvis_v3_jet-plane |
lvis | heavier-than-air-craft | seaplane | lvis_v3_seaplane |
lvis | helianthus | sunflower | lvis_v3_sunflower |
lvis | helmet | football-helmet | lvis_v3_football-helmet |
lvis | helping | milkshake | lvis_v3_milkshake |
lvis | herb | bamboo | lvis_v3_bamboo |
lvis | herb | broccoli | lvis_v3_broccoli |
lvis | herb | celery | lvis_v3_celery |
lvis | herb | lettuce | lvis_v3_lettuce |
lvis | herb | tea-bag | lvis_v3_tea-bag |
lvis | herb | turnip | lvis_v3_turnip |
lvis | herbaceous-plant | bamboo | lvis_v3_bamboo |
lvis | herbaceous-plant | broccoli | lvis_v3_broccoli |
lvis | herbaceous-plant | celery | lvis_v3_celery |
lvis | herbaceous-plant | lettuce | lvis_v3_lettuce |
lvis | herbaceous-plant | turnip | lvis_v3_turnip |
lvis | high-hat | dress-hat | lvis_v3_dress-hat |
lvis | hill | mound | lvis_v3_mound |
lvis | hippo | hippopotamus | lvis_v3_hippopotamus |
lvis | hippopotamus-amphibius | hippopotamus | lvis_v3_hippopotamus |
lvis | hoarding | billboard | lvis_v3_billboard |
lvis | hold | doorknob | lvis_v3_doorknob |
lvis | hold | handle | lvis_v3_handle |
lvis | hold | knob | lvis_v3_knob |
lvis | holdall | tote-bag | lvis_v3_tote-bag |
lvis | holder | candle-holder | lvis_v3_candle-holder |
lvis | holdfast | barrette | lvis_v3_barrette |
lvis | holdfast | belt-buckle | lvis_v3_belt-buckle |
lvis | holdfast | bobby-pin | lvis_v3_bobby-pin |
lvis | holdfast | bolt | lvis_v3_bolt |
lvis | holdfast | button | lvis_v3_button |
lvis | holdfast | clasp | lvis_v3_clasp |
lvis | holdfast | cleat | lvis_v3_cleat |
lvis | holdfast | clip | lvis_v3_clip |
lvis | holdfast | clothespin | lvis_v3_clothespin |
lvis | holdfast | combination-lock | lvis_v3_combination-lock |
lvis | holdfast | hairpin | lvis_v3_hairpin |
lvis | holdfast | latch | lvis_v3_latch |
lvis | holdfast | padlock | lvis_v3_padlock |
lvis | holdfast | pin | lvis_v3_pin |
lvis | holdfast | safety-pin | lvis_v3_safety-pin |
lvis | holdfast | skewer | lvis_v3_skewer |
lvis | holdfast | thumbtack | lvis_v3_thumbtack |
lvis | holding-device | candle-holder | lvis_v3_candle-holder |
lvis | hole | manhole | lvis_v3_manhole |
lvis | hole | vent | lvis_v3_vent |
lvis | holy-scripture | bible | lvis_v3_bible |
lvis | holy-writ | bible | lvis_v3_bible |
lvis | homburg | fedora | lvis_v3_fedora |
lvis | home | dollhouse | lvis_v3_dollhouse |
lvis | home | home-plate | lvis_v3_home-plate |
lvis | home-appliance | coffee-maker | lvis_v3_coffee-maker |
lvis | home-appliance | cooler | lvis_v3_cooler |
lvis | home-appliance | curling-iron | lvis_v3_curling-iron |
lvis | home-appliance | dishwasher | lvis_v3_dishwasher |
lvis | home-appliance | refrigerator | lvis_v3_refrigerator |
lvis | home-appliance | food-processor | lvis_v3_food-processor |
lvis | home-appliance | hotplate | lvis_v3_hotplate |
lvis | home-appliance | ice-maker | lvis_v3_ice-maker |
lvis | home-appliance | iron | lvis_v3_iron |
lvis | home-appliance | microwave-oven | lvis_v3_microwave-oven |
lvis | home-appliance | oven | lvis_v3_oven |
lvis | home-appliance | sewing-machine | lvis_v3_sewing-machine |
lvis | home-appliance | stove | lvis_v3_stove |
lvis | home-appliance | toaster | lvis_v3_toaster |
lvis | home-appliance | toaster-oven | lvis_v3_toaster-oven |
lvis | home-appliance | vacuum-cleaner | lvis_v3_vacuum-cleaner |
lvis | home-appliance | waffle-iron | lvis_v3_waffle-iron |
lvis | home-appliance | automatic-washer | lvis_v3_automatic-washer |
lvis | home-base | home-plate | lvis_v3_home-plate |
lvis | hominy-grits | grits | lvis_v3_grits |
lvis | hommos | hummus | lvis_v3_hummus |
lvis | honor | award | lvis_v3_award |
lvis | honor | trophy-cup | lvis_v3_trophy-cup |
lvis | honour | award | lvis_v3_award |
lvis | honour | trophy-cup | lvis_v3_trophy-cup |
lvis | hood | fume-hood | lvis_v3_fume-hood |
lvis | hoofed-mammal | camel | lvis_v3_camel |
lvis | hoofed-mammal | deer | lvis_v3_deer |
lvis | hoofed-mammal | giraffe | lvis_v3_giraffe |
lvis | hoofed-mammal | hippopotamus | lvis_v3_hippopotamus |
lvis | hoofed-mammal | hog | lvis_v3_hog |
lvis | hoofed-mammal | horse | lvis_v3_horse |
lvis | hoofed-mammal | rhinoceros | lvis_v3_rhinoceros |
lvis | hoofed-mammal | zebra | lvis_v3_zebra |
lvis | hooter | owl | lvis_v3_owl |
lvis | horn | cornet | lvis_v3_cornet |
lvis | horologe | alarm-clock | lvis_v3_alarm-clock |
lvis | horologe | clock | lvis_v3_clock |
lvis | horologe | hourglass | lvis_v3_hourglass |
lvis | horologe | parking-meter | lvis_v3_parking-meter |
lvis | horologe | pocket-watch | lvis_v3_pocket-watch |
lvis | horologe | timer | lvis_v3_timer |
lvis | horologe | wall-clock | lvis_v3_wall-clock |
lvis | horologe | watch | lvis_v3_watch |
lvis | horse | pony | lvis_v3_pony |
lvis | horse | sawhorse | lvis_v3_sawhorse |
lvis | horse-blanket | saddle-blanket | lvis_v3_saddle-blanket |
lvis | horse-drawn-vehicle | horse-buggy | lvis_v3_horse-buggy |
lvis | horse-drawn-vehicle | horse-carriage | lvis_v3_horse-carriage |
lvis | horse-drawn-vehicle | stagecoach | lvis_v3_stagecoach |
lvis | hose | fire-hose | lvis_v3_fire-hose |
lvis | hose | garden-hose | lvis_v3_garden-hose |
lvis | hose | pantyhose | lvis_v3_pantyhose |
lvis | hose | sock | lvis_v3_sock |
lvis | hose | tights | lvis_v3_tights |
lvis | hosepipe | fire-hose | lvis_v3_fire-hose |
lvis | hosepipe | garden-hose | lvis_v3_garden-hose |
lvis | hosepipe | hose | lvis_v3_hose |
lvis | hosiery | pantyhose | lvis_v3_pantyhose |
lvis | hosiery | sock | lvis_v3_sock |
lvis | hosiery | tights | lvis_v3_tights |
lvis | hot-cake | crape | lvis_v3_crape |
lvis | hot-cake | pancake | lvis_v3_pancake |
lvis | hot-cake | tortilla | lvis_v3_tortilla |
lvis | hot-cereal | grits | lvis_v3_grits |
lvis | hot-chocolate | cocoa | lvis_v3_cocoa |
lvis | hot-pepper | chili | lvis_v3_chili |
lvis | hot-plate | hotplate | lvis_v3_hotplate |
lvis | hot-sauce | tabasco-sauce | lvis_v3_tabasco-sauce |
lvis | hot-seat | electric-chair | lvis_v3_electric-chair |
lvis | hot-water-heater | water-heater | lvis_v3_water-heater |
lvis | hot-water-tank | water-heater | lvis_v3_water-heater |
lvis | hotcake | crape | lvis_v3_crape |
lvis | hotcake | pancake | lvis_v3_pancake |
lvis | hotcake | tortilla | lvis_v3_tortilla |
lvis | hotplate | hotplate | lvis_v3_hotplate |
lvis | hoummos | hummus | lvis_v3_hummus |
lvis | house | dollhouse | lvis_v3_dollhouse |
lvis | household-appliance | coffee-maker | lvis_v3_coffee-maker |
lvis | household-appliance | cooler | lvis_v3_cooler |
lvis | household-appliance | curling-iron | lvis_v3_curling-iron |
lvis | household-appliance | dishwasher | lvis_v3_dishwasher |
lvis | household-appliance | refrigerator | lvis_v3_refrigerator |
lvis | household-appliance | food-processor | lvis_v3_food-processor |
lvis | household-appliance | hotplate | lvis_v3_hotplate |
lvis | household-appliance | ice-maker | lvis_v3_ice-maker |
lvis | household-appliance | iron | lvis_v3_iron |
lvis | household-appliance | microwave-oven | lvis_v3_microwave-oven |
lvis | household-appliance | oven | lvis_v3_oven |
lvis | household-appliance | sewing-machine | lvis_v3_sewing-machine |
lvis | household-appliance | stove | lvis_v3_stove |
lvis | household-appliance | toaster | lvis_v3_toaster |
lvis | household-appliance | toaster-oven | lvis_v3_toaster-oven |
lvis | household-appliance | vacuum-cleaner | lvis_v3_vacuum-cleaner |
lvis | household-appliance | waffle-iron | lvis_v3_waffle-iron |
lvis | household-appliance | automatic-washer | lvis_v3_automatic-washer |
lvis | household-linen | bath-mat | lvis_v3_bath-mat |
lvis | household-linen | bath-towel | lvis_v3_bath-towel |
lvis | household-linen | napkin | lvis_v3_napkin |
lvis | household-linen | place-mat | lvis_v3_place-mat |
lvis | household-linen | tablecloth | lvis_v3_tablecloth |
lvis | housing | dollhouse | lvis_v3_dollhouse |
lvis | hoy | barge | lvis_v3_barge |
lvis | hoy | houseboat | lvis_v3_houseboat |
lvis | hubble-bubble | hookah | lvis_v3_hookah |
lvis | hubbly-bubbly | hookah | lvis_v3_hookah |
lvis | humous | hummus | lvis_v3_hummus |
lvis | humus | hummus | lvis_v3_hummus |
lvis | hydrant | fireplug | lvis_v3_fireplug |
lvis | hydrant | water-faucet | lvis_v3_water-faucet |
lvis | hydroplane | seaplane | lvis_v3_seaplane |
lvis | hymenopter | hornet | lvis_v3_hornet |
lvis | hymenopteran | hornet | lvis_v3_hornet |
lvis | hymenopteron | hornet | lvis_v3_hornet |
lvis | hymenopterous-insect | hornet | lvis_v3_hornet |
lvis | ice-bag | ice-pack | lvis_v3_ice-pack |
lvis | ice-bear | polar-bear | lvis_v3_polar-bear |
lvis | ice-chest | cooler | lvis_v3_cooler |
lvis | ice-cream | icecream | lvis_v3_icecream |
lvis | ice-lolly | popsicle | lvis_v3_popsicle |
lvis | icebox | cooler | lvis_v3_cooler |
lvis | icebox | refrigerator | lvis_v3_refrigerator |
lvis | icecream | icecream | lvis_v3_icecream |
lvis | identification | business-card | lvis_v3_business-card |
lvis | identification | identity-card | lvis_v3_identity-card |
lvis | identification | keycard | lvis_v3_keycard |
lvis | identity-card | business-card | lvis_v3_business-card |
lvis | identity-card | identity-card | lvis_v3_identity-card |
lvis | identity-card | keycard | lvis_v3_keycard |
lvis | idiot-box | television-set | lvis_v3_television-set |
lvis | ignitor | igniter | lvis_v3_igniter |
lvis | image | scarecrow | lvis_v3_scarecrow |
lvis | impediment | cork | lvis_v3_cork |
lvis | impedimenta | cork | lvis_v3_cork |
lvis | implement | deadbolt | lvis_v3_deadbolt |
lvis | implement | boom-microphone | lvis_v3_boom-microphone |
lvis | implement | broom | lvis_v3_broom |
lvis | implement | walking-cane | lvis_v3_walking-cane |
lvis | implement | cooking-utensil | lvis_v3_cooking-utensil |
lvis | implement | crayon | lvis_v3_crayon |
lvis | implement | crossbar | lvis_v3_crossbar |
lvis | implement | crowbar | lvis_v3_crowbar |
lvis | implement | crutch | lvis_v3_crutch |
lvis | implement | drill | lvis_v3_drill |
lvis | implement | drumstick | lvis_v3_drumstick |
lvis | implement | eggbeater | lvis_v3_eggbeater |
lvis | implement | eraser | lvis_v3_eraser |
lvis | implement | file | lvis_v3_file |
lvis | implement | fishing-rod | lvis_v3_fishing-rod |
lvis | implement | flagpole | lvis_v3_flagpole |
lvis | implement | funnel | lvis_v3_funnel |
lvis | implement | grater | lvis_v3_grater |
lvis | implement | hairbrush | lvis_v3_hairbrush |
lvis | implement | hammer | lvis_v3_hammer |
lvis | implement | hook | lvis_v3_hook |
lvis | implement | knitting-needle | lvis_v3_knitting-needle |
lvis | implement | lawn-mower | lvis_v3_lawn-mower |
lvis | implement | mallet | lvis_v3_mallet |
lvis | implement | marker | lvis_v3_marker |
lvis | implement | masher | lvis_v3_masher |
lvis | implement | mixer | lvis_v3_mixer |
lvis | implement | needle | lvis_v3_needle |
lvis | implement | noseband | lvis_v3_noseband |
lvis | implement | oar | lvis_v3_oar |
lvis | implement | paddle | lvis_v3_paddle |
lvis | implement | paintbrush | lvis_v3_paintbrush |
lvis | implement | pen | lvis_v3_pen |
lvis | implement | pencil | lvis_v3_pencil |
lvis | implement | pencil-sharpener | lvis_v3_pencil-sharpener |
lvis | implement | pitchfork | lvis_v3_pitchfork |
lvis | implement | pliers | lvis_v3_pliers |
lvis | implement | plow | lvis_v3_plow |
lvis | implement | poker | lvis_v3_poker |
lvis | implement | pole | lvis_v3_pole |
lvis | implement | pottery | lvis_v3_pottery |
lvis | implement | puncher | lvis_v3_puncher |
lvis | implement | racket | lvis_v3_racket |
lvis | implement | rolling-pin | lvis_v3_rolling-pin |
lvis | implement | scraper | lvis_v3_scraper |
lvis | implement | screwdriver | lvis_v3_screwdriver |
lvis | implement | scrubbing-brush | lvis_v3_scrubbing-brush |
lvis | implement | sharpener | lvis_v3_sharpener |
lvis | implement | sharpie | lvis_v3_sharpie |
lvis | implement | shovel | lvis_v3_shovel |
lvis | implement | ski-pole | lvis_v3_ski-pole |
lvis | implement | spatula | lvis_v3_spatula |
lvis | implement | stirrer | lvis_v3_stirrer |
lvis | implement | strap | lvis_v3_strap |
lvis | implement | stylus | lvis_v3_stylus |
lvis | implement | mop | lvis_v3_mop |
lvis | implement | tennis-racket | lvis_v3_tennis-racket |
lvis | implement | toothbrush | lvis_v3_toothbrush |
lvis | implement | walking-stick | lvis_v3_walking-stick |
lvis | implement | wrench | lvis_v3_wrench |
lvis | in-line-skate | rollerblade | lvis_v3_rollerblade |
lvis | incandescent-lamp | lightbulb | lvis_v3_lightbulb |
lvis | indian-meal | cornmeal | lvis_v3_cornmeal |
lvis | indicator | buoy | lvis_v3_buoy |
lvis | individual | person | lvis_v3_person |
lvis | inebriant | alcohol | lvis_v3_alcohol |
lvis | inebriant | liquor | lvis_v3_liquor |
lvis | inebriant | martini | lvis_v3_martini |
lvis | inebriant | tequila | lvis_v3_tequila |
lvis | inebriant | vodka | lvis_v3_vodka |
lvis | info | calendar | lvis_v3_calendar |
lvis | information | calendar | lvis_v3_calendar |
lvis | ingredient | cayenne | lvis_v3_cayenne |
lvis | ingredient | condiment | lvis_v3_condiment |
lvis | ingredient | egg-yolk | lvis_v3_egg-yolk |
lvis | ingredient | garlic | lvis_v3_garlic |
lvis | ingredient | ginger | lvis_v3_ginger |
lvis | ingredient | honey | lvis_v3_honey |
lvis | ingredient | pepper | lvis_v3_pepper |
lvis | ingredient | salsa | lvis_v3_salsa |
lvis | ingredient | vinegar | lvis_v3_vinegar |
lvis | inhalator | inhaler | lvis_v3_inhaler |
lvis | inking-pad | inkpad | lvis_v3_inkpad |
lvis | inkpad | inkpad | lvis_v3_inkpad |
lvis | input-device | computer-keyboard | lvis_v3_computer-keyboard |
lvis | input-device | joystick | lvis_v3_joystick |
lvis | insect | beetle | lvis_v3_beetle |
lvis | insect | butterfly | lvis_v3_butterfly |
lvis | insect | cockroach | lvis_v3_cockroach |
lvis | insect | dragonfly | lvis_v3_dragonfly |
lvis | insect | ladybug | lvis_v3_ladybug |
lvis | instrument | bagpipe | lvis_v3_bagpipe |
lvis | instrument | banjo | lvis_v3_banjo |
lvis | instrument | bass-horn | lvis_v3_bass-horn |
lvis | instrument | binoculars | lvis_v3_binoculars |
lvis | instrument | bow | lvis_v3_bow |
lvis | instrument | chime | lvis_v3_chime |
lvis | instrument | clock | lvis_v3_clock |
lvis | instrument | compass | lvis_v3_compass |
lvis | instrument | cornet | lvis_v3_cornet |
lvis | instrument | cymbal | lvis_v3_cymbal |
lvis | instrument | dagger | lvis_v3_dagger |
lvis | instrument | dropper | lvis_v3_dropper |
lvis | instrument | drum | lvis_v3_drum |
lvis | instrument | electric-chair | lvis_v3_electric-chair |
lvis | instrument | goggles | lvis_v3_goggles |
lvis | instrument | guitar | lvis_v3_guitar |
lvis | instrument | gun | lvis_v3_gun |
lvis | instrument | harmonium | lvis_v3_harmonium |
lvis | instrument | measuring-stick | lvis_v3_measuring-stick |
lvis | instrument | microscope | lvis_v3_microscope |
lvis | instrument | musical-instrument | lvis_v3_musical-instrument |
lvis | instrument | passport | lvis_v3_passport |
lvis | instrument | piano | lvis_v3_piano |
lvis | instrument | projectile | lvis_v3_projectile |
lvis | instrument | projector | lvis_v3_projector |
lvis | instrument | radar | lvis_v3_radar |
lvis | instrument | scale | lvis_v3_scale |
lvis | instrument | spear | lvis_v3_spear |
lvis | instrument | spectacles | lvis_v3_spectacles |
lvis | instrument | sunglasses | lvis_v3_sunglasses |
lvis | instrument | sword | lvis_v3_sword |
lvis | instrument | syringe | lvis_v3_syringe |
lvis | instrument | tachometer | lvis_v3_tachometer |
lvis | instrument | tambourine | lvis_v3_tambourine |
lvis | instrument | tape-measure | lvis_v3_tape-measure |
lvis | instrument | thermometer | lvis_v3_thermometer |
lvis | instrument | timer | lvis_v3_timer |
lvis | instrument | triangle | lvis_v3_triangle |
lvis | instrument | violin | lvis_v3_violin |
lvis | instrument | watch | lvis_v3_watch |
lvis | instrument | whistle | lvis_v3_whistle |
lvis | instrument-of-execution | electric-chair | lvis_v3_electric-chair |
lvis | instrumentality | aerosol-can | lvis_v3_aerosol-can |
lvis | instrumentality | amplifier | lvis_v3_amplifier |
lvis | instrumentality | antenna | lvis_v3_antenna |
lvis | instrumentality | trash-can | lvis_v3_trash-can |
lvis | instrumentality | ashtray | lvis_v3_ashtray |
lvis | instrumentality | atomizer | lvis_v3_atomizer |
lvis | instrumentality | baby-buggy | lvis_v3_baby-buggy |
lvis | instrumentality | basketball-backboard | lvis_v3_basketball-backboard |
lvis | instrumentality | backpack | lvis_v3_backpack |
lvis | instrumentality | handbag | lvis_v3_handbag |
lvis | instrumentality | bait | lvis_v3_bait |
lvis | instrumentality | barrel | lvis_v3_barrel |
lvis | instrumentality | basket | lvis_v3_basket |
lvis | instrumentality | bathtub | lvis_v3_bathtub |
lvis | instrumentality | battery | lvis_v3_battery |
lvis | instrumentality | beanbag | lvis_v3_beanbag |
lvis | instrumentality | bedpan | lvis_v3_bedpan |
lvis | instrumentality | beeper | lvis_v3_beeper |
lvis | instrumentality | beer-can | lvis_v3_beer-can |
lvis | instrumentality | bell | lvis_v3_bell |
lvis | instrumentality | bicycle | lvis_v3_bicycle |
lvis | instrumentality | birdfeeder | lvis_v3_birdfeeder |
lvis | instrumentality | deadbolt | lvis_v3_deadbolt |
lvis | instrumentality | bookcase | lvis_v3_bookcase |
lvis | instrumentality | bottle | lvis_v3_bottle |
lvis | instrumentality | bowl | lvis_v3_bowl |
lvis | instrumentality | pipe-bowl | lvis_v3_pipe-bowl |
lvis | instrumentality | box | lvis_v3_box |
lvis | instrumentality | bread-bin | lvis_v3_bread-bin |
lvis | instrumentality | briefcase | lvis_v3_briefcase |
lvis | instrumentality | broom | lvis_v3_broom |
lvis | instrumentality | bucket | lvis_v3_bucket |
lvis | instrumentality | bus | lvis_v3_bus |
lvis | instrumentality | cabinet | lvis_v3_cabinet |
lvis | instrumentality | calculator | lvis_v3_calculator |
lvis | instrumentality | camera | lvis_v3_camera |
lvis | instrumentality | can | lvis_v3_can |
lvis | instrumentality | canister | lvis_v3_canister |
lvis | instrumentality | railcar | lvis_v3_railcar |
lvis | instrumentality | tote-bag | lvis_v3_tote-bag |
lvis | instrumentality | carton | lvis_v3_carton |
lvis | instrumentality | cassette | lvis_v3_cassette |
lvis | instrumentality | cd-player | lvis_v3_cd-player |
lvis | instrumentality | chalice | lvis_v3_chalice |
lvis | instrumentality | cigar-box | lvis_v3_cigar-box |
lvis | instrumentality | cigarette-case | lvis_v3_cigarette-case |
lvis | instrumentality | clutch-bag | lvis_v3_clutch-bag |
lvis | instrumentality | pacifier | lvis_v3_pacifier |
lvis | instrumentality | computer-keyboard | lvis_v3_computer-keyboard |
lvis | instrumentality | control | lvis_v3_control |
lvis | instrumentality | crate | lvis_v3_crate |
lvis | instrumentality | crayon | lvis_v3_crayon |
lvis | instrumentality | crossbar | lvis_v3_crossbar |
lvis | instrumentality | cup | lvis_v3_cup |
lvis | instrumentality | curtain | lvis_v3_curtain |
lvis | instrumentality | cylinder | lvis_v3_cylinder |
lvis | instrumentality | dish | lvis_v3_dish |
lvis | instrumentality | dispenser | lvis_v3_dispenser |
lvis | instrumentality | dixie-cup | lvis_v3_dixie-cup |
lvis | instrumentality | drawer | lvis_v3_drawer |
lvis | instrumentality | drill | lvis_v3_drill |
lvis | instrumentality | drumstick | lvis_v3_drumstick |
lvis | instrumentality | dumpster | lvis_v3_dumpster |
lvis | instrumentality | dustpan | lvis_v3_dustpan |
lvis | instrumentality | eggbeater | lvis_v3_eggbeater |
lvis | instrumentality | envelope | lvis_v3_envelope |
lvis | instrumentality | eraser | lvis_v3_eraser |
lvis | instrumentality | fan | lvis_v3_fan |
lvis | instrumentality | fire-alarm | lvis_v3_fire-alarm |
lvis | instrumentality | fire-extinguisher | lvis_v3_fire-extinguisher |
lvis | instrumentality | fishing-rod | lvis_v3_fishing-rod |
lvis | instrumentality | flash | lvis_v3_flash |
lvis | instrumentality | funnel | lvis_v3_funnel |
lvis | instrumentality | gag | lvis_v3_gag |
lvis | instrumentality | garbage | lvis_v3_garbage |
lvis | instrumentality | glass | lvis_v3_glass |
lvis | instrumentality | gravy-boat | lvis_v3_gravy-boat |
lvis | instrumentality | hairbrush | lvis_v3_hairbrush |
lvis | instrumentality | hamper | lvis_v3_hamper |
lvis | instrumentality | hair-dryer | lvis_v3_hair-dryer |
lvis | instrumentality | handcart | lvis_v3_handcart |
lvis | instrumentality | heater | lvis_v3_heater |
lvis | instrumentality | hook | lvis_v3_hook |
lvis | instrumentality | ice-pack | lvis_v3_ice-pack |
lvis | instrumentality | inhaler | lvis_v3_inhaler |
lvis | instrumentality | jar | lvis_v3_jar |
lvis | instrumentality | key | lvis_v3_key |
lvis | instrumentality | knitting-needle | lvis_v3_knitting-needle |
lvis | instrumentality | knocker | lvis_v3_knocker |
lvis | instrumentality | ladle | lvis_v3_ladle |
lvis | instrumentality | lamp | lvis_v3_lamp |
lvis | instrumentality | lightning-rod | lvis_v3_lightning-rod |
lvis | instrumentality | magnet | lvis_v3_magnet |
lvis | instrumentality | mailbox | lvis_v3_mailbox |
lvis | instrumentality | mallet | lvis_v3_mallet |
lvis | instrumentality | manger | lvis_v3_manger |
lvis | instrumentality | marker | lvis_v3_marker |
lvis | instrumentality | mat | lvis_v3_mat |
lvis | instrumentality | matchbox | lvis_v3_matchbox |
lvis | instrumentality | measuring-cup | lvis_v3_measuring-cup |
lvis | instrumentality | milk-can | lvis_v3_milk-can |
lvis | instrumentality | mirror | lvis_v3_mirror |
lvis | instrumentality | motor | lvis_v3_motor |
lvis | instrumentality | motor-scooter | lvis_v3_motor-scooter |
lvis | instrumentality | mouse | lvis_v3_mouse |
lvis | instrumentality | musical-instrument | lvis_v3_musical-instrument |
lvis | instrumentality | needle | lvis_v3_needle |
lvis | instrumentality | nosebag | lvis_v3_nosebag |
lvis | instrumentality | oar | lvis_v3_oar |
lvis | instrumentality | packet | lvis_v3_packet |
lvis | instrumentality | paddle | lvis_v3_paddle |
lvis | instrumentality | paintbrush | lvis_v3_paintbrush |
lvis | instrumentality | pan | lvis_v3_pan |
lvis | instrumentality | parachute | lvis_v3_parachute |
lvis | instrumentality | peeler | lvis_v3_peeler |
lvis | instrumentality | pen | lvis_v3_pen |
lvis | instrumentality | pencil | lvis_v3_pencil |
lvis | instrumentality | pencil-box | lvis_v3_pencil-box |
lvis | instrumentality | pencil-sharpener | lvis_v3_pencil-sharpener |
lvis | instrumentality | pendulum | lvis_v3_pendulum |
lvis | instrumentality | perfume | lvis_v3_perfume |
lvis | instrumentality | piggy-bank | lvis_v3_piggy-bank |
lvis | instrumentality | pitcher | lvis_v3_pitcher |
lvis | instrumentality | plow | lvis_v3_plow |
lvis | instrumentality | poker | lvis_v3_poker |
lvis | instrumentality | pole | lvis_v3_pole |
lvis | instrumentality | pool-table | lvis_v3_pool-table |
lvis | instrumentality | pot | lvis_v3_pot |
lvis | instrumentality | flowerpot | lvis_v3_flowerpot |
lvis | instrumentality | pouch | lvis_v3_pouch |
lvis | instrumentality | power-shovel | lvis_v3_power-shovel |
lvis | instrumentality | printer | lvis_v3_printer |
lvis | instrumentality | puncher | lvis_v3_puncher |
lvis | instrumentality | racket | lvis_v3_racket |
lvis | instrumentality | radiator | lvis_v3_radiator |
lvis | instrumentality | record-player | lvis_v3_record-player |
lvis | instrumentality | reflector | lvis_v3_reflector |
lvis | instrumentality | remote-control | lvis_v3_remote-control |
lvis | instrumentality | router | lvis_v3_router |
lvis | instrumentality | rubber-band | lvis_v3_rubber-band |
lvis | instrumentality | runner | lvis_v3_runner |
lvis | instrumentality | plastic-bag | lvis_v3_plastic-bag |
lvis | instrumentality | saddlebag | lvis_v3_saddlebag |
lvis | instrumentality | saltshaker | lvis_v3_saltshaker |
lvis | instrumentality | scrubbing-brush | lvis_v3_scrubbing-brush |
lvis | instrumentality | shaker | lvis_v3_shaker |
lvis | instrumentality | sharpener | lvis_v3_sharpener |
lvis | instrumentality | shaving-cream | lvis_v3_shaving-cream |
lvis | instrumentality | shopping-bag | lvis_v3_shopping-bag |
lvis | instrumentality | shot-glass | lvis_v3_shot-glass |
lvis | instrumentality | shoulder-bag | lvis_v3_shoulder-bag |
lvis | instrumentality | shower-curtain | lvis_v3_shower-curtain |
lvis | instrumentality | shredder | lvis_v3_shredder |
lvis | instrumentality | skateboard | lvis_v3_skateboard |
lvis | instrumentality | ski | lvis_v3_ski |
lvis | instrumentality | sled | lvis_v3_sled |
lvis | instrumentality | sleeping-bag | lvis_v3_sleeping-bag |
lvis | instrumentality | solar-array | lvis_v3_solar-array |
lvis | instrumentality | soupspoon | lvis_v3_soupspoon |
lvis | instrumentality | spoon | lvis_v3_spoon |
lvis | instrumentality | stapler | lvis_v3_stapler |
lvis | instrumentality | stirrer | lvis_v3_stirrer |
lvis | instrumentality | stirrup | lvis_v3_stirrup |
lvis | instrumentality | strainer | lvis_v3_strainer |
lvis | instrumentality | strap | lvis_v3_strap |
lvis | instrumentality | stylus | lvis_v3_stylus |
lvis | instrumentality | sugar-bowl | lvis_v3_sugar-bowl |
lvis | instrumentality | mop | lvis_v3_mop |
lvis | instrumentality | table | lvis_v3_table |
lvis | instrumentality | tank | lvis_v3_tank |
lvis | instrumentality | teacup | lvis_v3_teacup |
lvis | instrumentality | telephone | lvis_v3_telephone |
lvis | instrumentality | thimble | lvis_v3_thimble |
lvis | instrumentality | tongs | lvis_v3_tongs |
lvis | instrumentality | toothbrush | lvis_v3_toothbrush |
lvis | instrumentality | toy | lvis_v3_toy |
lvis | instrumentality | train | lvis_v3_train |
lvis | instrumentality | tray | lvis_v3_tray |
lvis | instrumentality | tricycle | lvis_v3_tricycle |
lvis | instrumentality | vat | lvis_v3_vat |
lvis | instrumentality | unicycle | lvis_v3_unicycle |
lvis | instrumentality | wagon | lvis_v3_wagon |
lvis | instrumentality | walking-stick | lvis_v3_walking-stick |
lvis | instrumentality | wallet | lvis_v3_wallet |
lvis | instrumentality | wardrobe | lvis_v3_wardrobe |
lvis | instrumentality | water-cooler | lvis_v3_water-cooler |
lvis | instrumentality | water-heater | lvis_v3_water-heater |
lvis | instrumentality | watering-can | lvis_v3_watering-can |
lvis | instrumentality | window-box | lvis_v3_window-box |
lvis | instrumentality | wineglass | lvis_v3_wineglass |
lvis | instrumentality | wooden-spoon | lvis_v3_wooden-spoon |
lvis | instrumentation | aerosol-can | lvis_v3_aerosol-can |
lvis | instrumentation | amplifier | lvis_v3_amplifier |
lvis | instrumentation | antenna | lvis_v3_antenna |
lvis | instrumentation | trash-can | lvis_v3_trash-can |
lvis | instrumentation | ashtray | lvis_v3_ashtray |
lvis | instrumentation | atomizer | lvis_v3_atomizer |
lvis | instrumentation | baby-buggy | lvis_v3_baby-buggy |
lvis | instrumentation | basketball-backboard | lvis_v3_basketball-backboard |
lvis | instrumentation | backpack | lvis_v3_backpack |
lvis | instrumentation | handbag | lvis_v3_handbag |
lvis | instrumentation | bait | lvis_v3_bait |
lvis | instrumentation | barrel | lvis_v3_barrel |
lvis | instrumentation | basket | lvis_v3_basket |
lvis | instrumentation | bathtub | lvis_v3_bathtub |
lvis | instrumentation | battery | lvis_v3_battery |
lvis | instrumentation | beanbag | lvis_v3_beanbag |
lvis | instrumentation | bedpan | lvis_v3_bedpan |
lvis | instrumentation | beeper | lvis_v3_beeper |
lvis | instrumentation | beer-can | lvis_v3_beer-can |
lvis | instrumentation | bell | lvis_v3_bell |
lvis | instrumentation | bicycle | lvis_v3_bicycle |
lvis | instrumentation | birdfeeder | lvis_v3_birdfeeder |
lvis | instrumentation | deadbolt | lvis_v3_deadbolt |
lvis | instrumentation | bookcase | lvis_v3_bookcase |
lvis | instrumentation | bottle | lvis_v3_bottle |
lvis | instrumentation | bowl | lvis_v3_bowl |
lvis | instrumentation | pipe-bowl | lvis_v3_pipe-bowl |
lvis | instrumentation | box | lvis_v3_box |
lvis | instrumentation | bread-bin | lvis_v3_bread-bin |
lvis | instrumentation | briefcase | lvis_v3_briefcase |
lvis | instrumentation | broom | lvis_v3_broom |
lvis | instrumentation | bucket | lvis_v3_bucket |
lvis | instrumentation | bus | lvis_v3_bus |
lvis | instrumentation | cabinet | lvis_v3_cabinet |
lvis | instrumentation | calculator | lvis_v3_calculator |
lvis | instrumentation | camera | lvis_v3_camera |
lvis | instrumentation | can | lvis_v3_can |
lvis | instrumentation | canister | lvis_v3_canister |
lvis | instrumentation | railcar | lvis_v3_railcar |
lvis | instrumentation | tote-bag | lvis_v3_tote-bag |
lvis | instrumentation | carton | lvis_v3_carton |
lvis | instrumentation | cassette | lvis_v3_cassette |
lvis | instrumentation | cd-player | lvis_v3_cd-player |
lvis | instrumentation | chalice | lvis_v3_chalice |
lvis | instrumentation | cigar-box | lvis_v3_cigar-box |
lvis | instrumentation | cigarette-case | lvis_v3_cigarette-case |
lvis | instrumentation | clutch-bag | lvis_v3_clutch-bag |
lvis | instrumentation | pacifier | lvis_v3_pacifier |
lvis | instrumentation | computer-keyboard | lvis_v3_computer-keyboard |
lvis | instrumentation | control | lvis_v3_control |
lvis | instrumentation | crate | lvis_v3_crate |
lvis | instrumentation | crayon | lvis_v3_crayon |
lvis | instrumentation | crossbar | lvis_v3_crossbar |
lvis | instrumentation | cup | lvis_v3_cup |
lvis | instrumentation | curtain | lvis_v3_curtain |
lvis | instrumentation | cylinder | lvis_v3_cylinder |
lvis | instrumentation | dish | lvis_v3_dish |
lvis | instrumentation | dispenser | lvis_v3_dispenser |
lvis | instrumentation | dixie-cup | lvis_v3_dixie-cup |
lvis | instrumentation | drawer | lvis_v3_drawer |
lvis | instrumentation | drill | lvis_v3_drill |
lvis | instrumentation | drumstick | lvis_v3_drumstick |
lvis | instrumentation | dumpster | lvis_v3_dumpster |
lvis | instrumentation | dustpan | lvis_v3_dustpan |
lvis | instrumentation | eggbeater | lvis_v3_eggbeater |
lvis | instrumentation | envelope | lvis_v3_envelope |
lvis | instrumentation | eraser | lvis_v3_eraser |
lvis | instrumentation | fan | lvis_v3_fan |
lvis | instrumentation | fire-alarm | lvis_v3_fire-alarm |
lvis | instrumentation | fire-extinguisher | lvis_v3_fire-extinguisher |
lvis | instrumentation | fishing-rod | lvis_v3_fishing-rod |
lvis | instrumentation | flash | lvis_v3_flash |
lvis | instrumentation | funnel | lvis_v3_funnel |
lvis | instrumentation | gag | lvis_v3_gag |
lvis | instrumentation | garbage | lvis_v3_garbage |
lvis | instrumentation | glass | lvis_v3_glass |
lvis | instrumentation | gravy-boat | lvis_v3_gravy-boat |
lvis | instrumentation | hairbrush | lvis_v3_hairbrush |
lvis | instrumentation | hamper | lvis_v3_hamper |
lvis | instrumentation | hair-dryer | lvis_v3_hair-dryer |
lvis | instrumentation | handcart | lvis_v3_handcart |
lvis | instrumentation | heater | lvis_v3_heater |
lvis | instrumentation | hook | lvis_v3_hook |
lvis | instrumentation | ice-pack | lvis_v3_ice-pack |
lvis | instrumentation | inhaler | lvis_v3_inhaler |
lvis | instrumentation | jar | lvis_v3_jar |
lvis | instrumentation | key | lvis_v3_key |
lvis | instrumentation | knitting-needle | lvis_v3_knitting-needle |
lvis | instrumentation | knocker | lvis_v3_knocker |
lvis | instrumentation | ladle | lvis_v3_ladle |
lvis | instrumentation | lamp | lvis_v3_lamp |
lvis | instrumentation | lightning-rod | lvis_v3_lightning-rod |
lvis | instrumentation | magnet | lvis_v3_magnet |
lvis | instrumentation | mailbox | lvis_v3_mailbox |
lvis | instrumentation | mallet | lvis_v3_mallet |
lvis | instrumentation | manger | lvis_v3_manger |
lvis | instrumentation | marker | lvis_v3_marker |
lvis | instrumentation | mat | lvis_v3_mat |
lvis | instrumentation | matchbox | lvis_v3_matchbox |
lvis | instrumentation | measuring-cup | lvis_v3_measuring-cup |
lvis | instrumentation | milk-can | lvis_v3_milk-can |
lvis | instrumentation | mirror | lvis_v3_mirror |
lvis | instrumentation | motor | lvis_v3_motor |
lvis | instrumentation | motor-scooter | lvis_v3_motor-scooter |
lvis | instrumentation | mouse | lvis_v3_mouse |
lvis | instrumentation | musical-instrument | lvis_v3_musical-instrument |
lvis | instrumentation | needle | lvis_v3_needle |
lvis | instrumentation | nosebag | lvis_v3_nosebag |
lvis | instrumentation | oar | lvis_v3_oar |
lvis | instrumentation | packet | lvis_v3_packet |
lvis | instrumentation | paddle | lvis_v3_paddle |
lvis | instrumentation | paintbrush | lvis_v3_paintbrush |
lvis | instrumentation | pan | lvis_v3_pan |
lvis | instrumentation | parachute | lvis_v3_parachute |
lvis | instrumentation | peeler | lvis_v3_peeler |
lvis | instrumentation | pen | lvis_v3_pen |
lvis | instrumentation | pencil | lvis_v3_pencil |
lvis | instrumentation | pencil-box | lvis_v3_pencil-box |
lvis | instrumentation | pencil-sharpener | lvis_v3_pencil-sharpener |
lvis | instrumentation | pendulum | lvis_v3_pendulum |
lvis | instrumentation | perfume | lvis_v3_perfume |
lvis | instrumentation | piggy-bank | lvis_v3_piggy-bank |
lvis | instrumentation | pitcher | lvis_v3_pitcher |
lvis | instrumentation | plow | lvis_v3_plow |
lvis | instrumentation | poker | lvis_v3_poker |
lvis | instrumentation | pole | lvis_v3_pole |
lvis | instrumentation | pool-table | lvis_v3_pool-table |
lvis | instrumentation | pot | lvis_v3_pot |
lvis | instrumentation | flowerpot | lvis_v3_flowerpot |
lvis | instrumentation | pouch | lvis_v3_pouch |
lvis | instrumentation | power-shovel | lvis_v3_power-shovel |
lvis | instrumentation | printer | lvis_v3_printer |
lvis | instrumentation | puncher | lvis_v3_puncher |
lvis | instrumentation | racket | lvis_v3_racket |
lvis | instrumentation | radiator | lvis_v3_radiator |
lvis | instrumentation | record-player | lvis_v3_record-player |
lvis | instrumentation | reflector | lvis_v3_reflector |
lvis | instrumentation | remote-control | lvis_v3_remote-control |
lvis | instrumentation | router | lvis_v3_router |
lvis | instrumentation | rubber-band | lvis_v3_rubber-band |
lvis | instrumentation | runner | lvis_v3_runner |
lvis | instrumentation | plastic-bag | lvis_v3_plastic-bag |
lvis | instrumentation | saddlebag | lvis_v3_saddlebag |
lvis | instrumentation | saltshaker | lvis_v3_saltshaker |
lvis | instrumentation | scrubbing-brush | lvis_v3_scrubbing-brush |
lvis | instrumentation | shaker | lvis_v3_shaker |
lvis | instrumentation | sharpener | lvis_v3_sharpener |
lvis | instrumentation | shaving-cream | lvis_v3_shaving-cream |
lvis | instrumentation | shopping-bag | lvis_v3_shopping-bag |
lvis | instrumentation | shot-glass | lvis_v3_shot-glass |
lvis | instrumentation | shoulder-bag | lvis_v3_shoulder-bag |
lvis | instrumentation | shower-curtain | lvis_v3_shower-curtain |
lvis | instrumentation | shredder | lvis_v3_shredder |
lvis | instrumentation | skateboard | lvis_v3_skateboard |
lvis | instrumentation | ski | lvis_v3_ski |
lvis | instrumentation | sled | lvis_v3_sled |
lvis | instrumentation | sleeping-bag | lvis_v3_sleeping-bag |
lvis | instrumentation | solar-array | lvis_v3_solar-array |
lvis | instrumentation | soupspoon | lvis_v3_soupspoon |
lvis | instrumentation | spoon | lvis_v3_spoon |
lvis | instrumentation | stapler | lvis_v3_stapler |
lvis | instrumentation | stirrer | lvis_v3_stirrer |
lvis | instrumentation | stirrup | lvis_v3_stirrup |
lvis | instrumentation | strainer | lvis_v3_strainer |
lvis | instrumentation | strap | lvis_v3_strap |
lvis | instrumentation | stylus | lvis_v3_stylus |
lvis | instrumentation | sugar-bowl | lvis_v3_sugar-bowl |
lvis | instrumentation | mop | lvis_v3_mop |
lvis | instrumentation | table | lvis_v3_table |
lvis | instrumentation | tank | lvis_v3_tank |
lvis | instrumentation | teacup | lvis_v3_teacup |
lvis | instrumentation | telephone | lvis_v3_telephone |
lvis | instrumentation | thimble | lvis_v3_thimble |
lvis | instrumentation | tongs | lvis_v3_tongs |
lvis | instrumentation | toothbrush | lvis_v3_toothbrush |
lvis | instrumentation | toy | lvis_v3_toy |
lvis | instrumentation | train | lvis_v3_train |
lvis | instrumentation | tray | lvis_v3_tray |
lvis | instrumentation | tricycle | lvis_v3_tricycle |
lvis | instrumentation | vat | lvis_v3_vat |
lvis | instrumentation | unicycle | lvis_v3_unicycle |
lvis | instrumentation | wagon | lvis_v3_wagon |
lvis | instrumentation | walking-stick | lvis_v3_walking-stick |
lvis | instrumentation | wallet | lvis_v3_wallet |
lvis | instrumentation | wardrobe | lvis_v3_wardrobe |
lvis | instrumentation | water-cooler | lvis_v3_water-cooler |
lvis | instrumentation | water-heater | lvis_v3_water-heater |
lvis | instrumentation | watering-can | lvis_v3_watering-can |
lvis | instrumentation | window-box | lvis_v3_window-box |
lvis | instrumentation | wineglass | lvis_v3_wineglass |
lvis | instrumentation | wooden-spoon | lvis_v3_wooden-spoon |
lvis | insulant | corkboard | lvis_v3_corkboard |
lvis | insulating-material | corkboard | lvis_v3_corkboard |
lvis | insulation | corkboard | lvis_v3_corkboard |
lvis | intermixture | batter | lvis_v3_batter |
lvis | internal-organ | heart | lvis_v3_heart |
lvis | intoxicant | alcohol | lvis_v3_alcohol |
lvis | intoxicant | liquor | lvis_v3_liquor |
lvis | intoxicant | martini | lvis_v3_martini |
lvis | intoxicant | tequila | lvis_v3_tequila |
lvis | intoxicant | vodka | lvis_v3_vodka |
lvis | invertebrate | beetle | lvis_v3_beetle |
lvis | invertebrate | spider | lvis_v3_spider |
lvis | invertebrate | starfish | lvis_v3_starfish |
lvis | irish-potato | mashed-potato | lvis_v3_mashed-potato |
lvis | irish-potato | potato | lvis_v3_potato |
lvis | jacket | blazer | lvis_v3_blazer |
lvis | jacket | parka | lvis_v3_parka |
lvis | jacket | ski-parka | lvis_v3_ski-parka |
lvis | jambon | ham | lvis_v3_ham |
lvis | jammies | pajamas | lvis_v3_pajamas |
lvis | jar | crock-pot | lvis_v3_crock-pot |
lvis | jar | urn | lvis_v3_urn |
lvis | jar | vase | lvis_v3_vase |
lvis | java | cappuccino | lvis_v3_cappuccino |
lvis | jelly | gelatin | lvis_v3_gelatin |
lvis | jelly-egg | jelly-bean | lvis_v3_jelly-bean |
lvis | jersey | turtleneck | lvis_v3_turtleneck |
lvis | jet | jet-plane | lvis_v3_jet-plane |
lvis | jet-plane | jet-plane | lvis_v3_jet-plane |
lvis | jet-propelled-plane | jet-plane | lvis_v3_jet-plane |
lvis | jeweled-headdress | crown | lvis_v3_crown |
lvis | jeweled-headdress | tiara | lvis_v3_tiara |
lvis | jewelled-headdress | crown | lvis_v3_crown |
lvis | jewelled-headdress | tiara | lvis_v3_tiara |
lvis | jewellery | anklet | lvis_v3_anklet |
lvis | jewellery | bead | lvis_v3_bead |
lvis | jewellery | bracelet | lvis_v3_bracelet |
lvis | jewellery | broach | lvis_v3_broach |
lvis | jewellery | choker | lvis_v3_choker |
lvis | jewellery | cufflink | lvis_v3_cufflink |
lvis | jewellery | earring | lvis_v3_earring |
lvis | jewellery | jewel | lvis_v3_jewel |
lvis | jewellery | jewelry | lvis_v3_jewelry |
lvis | jewellery | necklace | lvis_v3_necklace |
lvis | jewellery | ring | lvis_v3_ring |
lvis | jewellery | wedding-ring | lvis_v3_wedding-ring |
lvis | jewelry | anklet | lvis_v3_anklet |
lvis | jewelry | bead | lvis_v3_bead |
lvis | jewelry | bracelet | lvis_v3_bracelet |
lvis | jewelry | broach | lvis_v3_broach |
lvis | jewelry | choker | lvis_v3_choker |
lvis | jewelry | cufflink | lvis_v3_cufflink |
lvis | jewelry | earring | lvis_v3_earring |
lvis | jewelry | jewel | lvis_v3_jewel |
lvis | jewelry | necklace | lvis_v3_necklace |
lvis | jewelry | ring | lvis_v3_ring |
lvis | jewelry | wedding-ring | lvis_v3_wedding-ring |
lvis | jigger | shot-glass | lvis_v3_shot-glass |
lvis | jitney | bus | lvis_v3_bus |
lvis | jitney | school-bus | lvis_v3_school-bus |
lvis | jockey-cap | baseball-cap | lvis_v3_baseball-cap |
lvis | john-barleycorn | liquor | lvis_v3_liquor |
lvis | john-barleycorn | tequila | lvis_v3_tequila |
lvis | john-barleycorn | vodka | lvis_v3_vodka |
lvis | joint | hinge | lvis_v3_hinge |
lvis | jolly-roger | pirate-flag | lvis_v3_pirate-flag |
lvis | journal | diary | lvis_v3_diary |
lvis | jug | water-jug | lvis_v3_water-jug |
lvis | juice-reamer | reamer | lvis_v3_reamer |
lvis | juicer | reamer | lvis_v3_reamer |
lvis | jump-suit | jumpsuit | lvis_v3_jumpsuit |
lvis | jumper | cardigan | lvis_v3_cardigan |
lvis | jumper | sweater | lvis_v3_sweater |
lvis | jumper | sweatshirt | lvis_v3_sweatshirt |
lvis | jumper | turtleneck | lvis_v3_turtleneck |
lvis | jumpsuit | jumpsuit | lvis_v3_jumpsuit |
lvis | junction | hinge | lvis_v3_hinge |
lvis | kalian | hookah | lvis_v3_hookah |
lvis | kangaroo-bear | koala | lvis_v3_koala |
lvis | kerchief | headscarf | lvis_v3_headscarf |
lvis | kerchief | neckerchief | lvis_v3_neckerchief |
lvis | kerosene-lamp | oil-lamp | lvis_v3_oil-lamp |
lvis | kerosine-lamp | oil-lamp | lvis_v3_oil-lamp |
lvis | kettle | teakettle | lvis_v3_teakettle |
lvis | keyboard | computer-keyboard | lvis_v3_computer-keyboard |
lvis | keyboard-instrument | piano | lvis_v3_piano |
lvis | keypad | computer-keyboard | lvis_v3_computer-keyboard |
lvis | kickshaw | bubble-gum | lvis_v3_bubble-gum |
lvis | kickshaw | candy-bar | lvis_v3_candy-bar |
lvis | kickshaw | candy-cane | lvis_v3_candy-cane |
lvis | kickshaw | fudge | lvis_v3_fudge |
lvis | kickshaw | gelatin | lvis_v3_gelatin |
lvis | kickshaw | jelly-bean | lvis_v3_jelly-bean |
lvis | kickshaw | lollipop | lvis_v3_lollipop |
lvis | kickshaw | mint-candy | lvis_v3_mint-candy |
lvis | kickshaw | truffle | lvis_v3_truffle |
lvis | kine | cow | lvis_v3_cow |
lvis | king-of-beasts | lion | lvis_v3_lion |
lvis | kiosk | telephone-booth | lvis_v3_telephone-booth |
lvis | kit | first-aid-kit | lvis_v3_first-aid-kit |
lvis | kitchen-appliance | coffee-maker | lvis_v3_coffee-maker |
lvis | kitchen-appliance | food-processor | lvis_v3_food-processor |
lvis | kitchen-appliance | hotplate | lvis_v3_hotplate |
lvis | kitchen-appliance | ice-maker | lvis_v3_ice-maker |
lvis | kitchen-appliance | microwave-oven | lvis_v3_microwave-oven |
lvis | kitchen-appliance | oven | lvis_v3_oven |
lvis | kitchen-appliance | stove | lvis_v3_stove |
lvis | kitchen-appliance | toaster | lvis_v3_toaster |
lvis | kitchen-appliance | toaster-oven | lvis_v3_toaster-oven |
lvis | kitchen-appliance | waffle-iron | lvis_v3_waffle-iron |
lvis | kitchen-range | stove | lvis_v3_stove |
lvis | kitchen-stove | stove | lvis_v3_stove |
lvis | kitchen-utensil | blender | lvis_v3_blender |
lvis | kitchen-utensil | coffeepot | lvis_v3_coffeepot |
lvis | kitchen-utensil | cooker | lvis_v3_cooker |
lvis | kitchen-utensil | cooking-utensil | lvis_v3_cooking-utensil |
lvis | kitchen-utensil | eggbeater | lvis_v3_eggbeater |
lvis | kitchen-utensil | frying-pan | lvis_v3_frying-pan |
lvis | kitchen-utensil | grater | lvis_v3_grater |
lvis | kitchen-utensil | griddle | lvis_v3_griddle |
lvis | kitchen-utensil | kettle | lvis_v3_kettle |
lvis | kitchen-utensil | masher | lvis_v3_masher |
lvis | kitchen-utensil | mixer | lvis_v3_mixer |
lvis | kitchen-utensil | pan | lvis_v3_pan |
lvis | kitchen-utensil | pot | lvis_v3_pot |
lvis | kitchen-utensil | reamer | lvis_v3_reamer |
lvis | kitchen-utensil | rolling-pin | lvis_v3_rolling-pin |
lvis | kitchen-utensil | saucepan | lvis_v3_saucepan |
lvis | kitchen-utensil | teapot | lvis_v3_teapot |
lvis | kitchen-utensil | wok | lvis_v3_wok |
lvis | kitty | kitten | lvis_v3_kitten |
lvis | kiwi | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | kiwi-fruit | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | knapsack | backpack | lvis_v3_backpack |
lvis | knife | dagger | lvis_v3_dagger |
lvis | knife | pocketknife | lvis_v3_pocketknife |
lvis | knife | steak-knife | lvis_v3_steak-knife |
lvis | knob | doorknob | lvis_v3_doorknob |
lvis | koala-bear | koala | lvis_v3_koala |
lvis | label | tag | lvis_v3_tag |
lvis | laboratory-coat | lab-coat | lvis_v3_lab-coat |
lvis | ladder | stepladder | lvis_v3_stepladder |
lvis | lady-beetle | ladybug | lvis_v3_ladybug |
lvis | ladybeetle | ladybug | lvis_v3_ladybug |
lvis | ladybird | ladybug | lvis_v3_ladybug |
lvis | ladybird-beetle | ladybug | lvis_v3_ladybug |
lvis | lagomorph | rabbit | lvis_v3_rabbit |
lvis | lamb-chop | lamb-chop | lvis_v3_lamb-chop |
lvis | lamb-chop | lamb-chop | lvis_v3_lamb-chop |
lvis | lambchop | lamb-chop | lvis_v3_lamb-chop |
lvis | lamp | candle | lvis_v3_candle |
lvis | lamp | flash | lvis_v3_flash |
lvis | lamp | flashlight | lvis_v3_flashlight |
lvis | lamp | lantern | lvis_v3_lantern |
lvis | lamp | lightbulb | lvis_v3_lightbulb |
lvis | lamp | oil-lamp | lvis_v3_oil-lamp |
lvis | lamp | spotlight | lvis_v3_spotlight |
lvis | lamp | streetlight | lvis_v3_streetlight |
lvis | lamp | table-lamp | lvis_v3_table-lamp |
lvis | lamp | taillight | lvis_v3_taillight |
lvis | lamp-shade | lampshade | lvis_v3_lampshade |
lvis | lance | spear | lvis_v3_spear |
lvis | landrover | jeep | lvis_v3_jeep |
lvis | langouste | crawfish | lvis_v3_crawfish |
lvis | laniard | lanyard | lvis_v3_lanyard |
lvis | laptop | laptop-computer | lvis_v3_laptop-computer |
lvis | laptop-computer | laptop-computer | lvis_v3_laptop-computer |
lvis | larid | gull | lvis_v3_gull |
lvis | lasagne | lasagna | lvis_v3_lasagna |
lvis | lather | shaving-cream | lvis_v3_shaving-cream |
lvis | laundry-basket | clothes-hamper | lvis_v3_clothes-hamper |
lvis | laurels | award | lvis_v3_award |
lvis | laurels | trophy-cup | lvis_v3_trophy-cup |
lvis | lavatory | washbasin | lvis_v3_washbasin |
lvis | lawn-cart | barrow | lvis_v3_barrow |
lvis | lawn-tool | lawn-mower | lvis_v3_lawn-mower |
lvis | lead-acid-accumulator | car-battery | lvis_v3_car-battery |
lvis | lead-acid-battery | car-battery | lvis_v3_car-battery |
lvis | leaflet | booklet | lvis_v3_booklet |
lvis | leather-strip | noseband | lvis_v3_noseband |
lvis | leather-strip | strap | lvis_v3_strap |
lvis | leg | wooden-leg | lvis_v3_wooden-leg |
lvis | leg-covering | chap | lvis_v3_chap |
lvis | leg-covering | legging | lvis_v3_legging |
lvis | legal-document | passport | lvis_v3_passport |
lvis | legal-instrument | passport | lvis_v3_passport |
lvis | legging | chap | lvis_v3_chap |
lvis | leging | chap | lvis_v3_chap |
lvis | leging | legging | lvis_v3_legging |
lvis | lego-set | lego | lvis_v3_lego |
lvis | legume | chickpea | lvis_v3_chickpea |
lvis | legume | pea | lvis_v3_pea |
lvis | lei | wreath | lvis_v3_wreath |
lvis | lens | camera-lens | lvis_v3_camera-lens |
lvis | lens | telephoto-lens | lvis_v3_telephoto-lens |
lvis | lens-system | camera-lens | lvis_v3_camera-lens |
lvis | lens-system | telephoto-lens | lvis_v3_telephoto-lens |
lvis | lense | camera-lens | lvis_v3_camera-lens |
lvis | lense | telephoto-lens | lvis_v3_telephoto-lens |
lvis | leotards | pantyhose | lvis_v3_pantyhose |
lvis | leotards | tights | lvis_v3_tights |
lvis | lepidopteran | butterfly | lvis_v3_butterfly |
lvis | lepidopteron | butterfly | lvis_v3_butterfly |
lvis | lepidopterous-insect | butterfly | lvis_v3_butterfly |
lvis | leporid | rabbit | lvis_v3_rabbit |
lvis | leporid-mammal | rabbit | lvis_v3_rabbit |
lvis | letter-box | mailbox | lvis_v3_mailbox |
lvis | letter-box | postbox | lvis_v3_postbox |
lvis | lever | crowbar | lvis_v3_crowbar |
lvis | lever | nutcracker | lvis_v3_nutcracker |
lvis | lever | pliers | lvis_v3_pliers |
lvis | lever | scissors | lvis_v3_scissors |
lvis | lever | shears | lvis_v3_shears |
lvis | lid | bonnet | lvis_v3_bonnet |
lvis | lid | bowler-hat | lvis_v3_bowler-hat |
lvis | lid | cowboy-hat | lvis_v3_cowboy-hat |
lvis | lid | dress-hat | lvis_v3_dress-hat |
lvis | lid | fedora | lvis_v3_fedora |
lvis | lid | hat | lvis_v3_hat |
lvis | lid | sombrero | lvis_v3_sombrero |
lvis | lid | sunhat | lvis_v3_sunhat |
lvis | life-belt | life-buoy | lvis_v3_life-buoy |
lvis | life-preserver | life-buoy | lvis_v3_life-buoy |
lvis | life-preserver | life-jacket | lvis_v3_life-jacket |
lvis | life-ring | life-buoy | lvis_v3_life-buoy |
lvis | life-vest | life-jacket | lvis_v3_life-jacket |
lvis | lifesaver | life-buoy | lvis_v3_life-buoy |
lvis | light | blinker | lvis_v3_blinker |
lvis | light | headlight | lvis_v3_headlight |
lvis | light | traffic-light | lvis_v3_traffic-light |
lvis | light-bread | baguet | lvis_v3_baguet |
lvis | light-bulb | lightbulb | lvis_v3_lightbulb |
lvis | light-source | blinker | lvis_v3_blinker |
lvis | light-source | headlight | lvis_v3_headlight |
lvis | lightbulb | lightbulb | lvis_v3_lightbulb |
lvis | lighter | barge | lvis_v3_barge |
lvis | lighter | houseboat | lvis_v3_houseboat |
lvis | lighter | igniter | lvis_v3_igniter |
lvis | lighter-than-air-craft | balloon | lvis_v3_balloon |
lvis | lighter-than-air-craft | blimp | lvis_v3_blimp |
lvis | lighter-than-air-craft | hot-air-balloon | lvis_v3_hot-air-balloon |
lvis | lighting-fixture | chandelier | lvis_v3_chandelier |
lvis | lightning-conductor | lightning-rod | lvis_v3_lightning-rod |
lvis | limo | limousine | lvis_v3_limousine |
lvis | line | dental-floss | lvis_v3_dental-floss |
lvis | line | lanyard | lvis_v3_lanyard |
lvis | line | thread | lvis_v3_thread |
lvis | linen | bath-mat | lvis_v3_bath-mat |
lvis | linen | bath-towel | lvis_v3_bath-towel |
lvis | linen | bib | lvis_v3_bib |
lvis | linen | napkin | lvis_v3_napkin |
lvis | linen | place-mat | lvis_v3_place-mat |
lvis | linen | tablecloth | lvis_v3_tablecloth |
lvis | liner | cruise-ship | lvis_v3_cruise-ship |
lvis | liquid | alcohol | lvis_v3_alcohol |
lvis | liquid | cappuccino | lvis_v3_cappuccino |
lvis | liquid | chocolate-milk | lvis_v3_chocolate-milk |
lvis | liquid | cider | lvis_v3_cider |
lvis | liquid | cocoa | lvis_v3_cocoa |
lvis | liquid | fruit-juice | lvis_v3_fruit-juice |
lvis | liquid | lemonade | lvis_v3_lemonade |
lvis | liquid | liquor | lvis_v3_liquor |
lvis | liquid | milk | lvis_v3_milk |
lvis | liquid | orange-juice | lvis_v3_orange-juice |
lvis | liquid | pop | lvis_v3_pop |
lvis | liquid | root-beer | lvis_v3_root-beer |
lvis | liquid | smoothie | lvis_v3_smoothie |
lvis | liquidiser | blender | lvis_v3_blender |
lvis | liquidizer | blender | lvis_v3_blender |
lvis | liquor | tequila | lvis_v3_tequila |
lvis | liquor | vodka | lvis_v3_vodka |
lvis | list | calendar | lvis_v3_calendar |
lvis | listing | calendar | lvis_v3_calendar |
lvis | living-accommodations | dollhouse | lvis_v3_dollhouse |
lvis | living-thing | mascot | lvis_v3_mascot |
lvis | living-thing | person | lvis_v3_person |
lvis | living-thing | pet | lvis_v3_pet |
lvis | lobster | crawfish | lvis_v3_crawfish |
lvis | lock | combination-lock | lvis_v3_combination-lock |
lvis | lock | padlock | lvis_v3_padlock |
lvis | locker | locker | lvis_v3_locker |
lvis | lodging | dollhouse | lvis_v3_dollhouse |
lvis | loincloth | breechcloth | lvis_v3_breechcloth |
lvis | lollipop | popsicle | lvis_v3_popsicle |
lvis | lolly | popsicle | lvis_v3_popsicle |
lvis | loud-hailer | bullhorn | lvis_v3_bullhorn |
lvis | loud-hailer | bullhorn | lvis_v3_bullhorn |
lvis | loudspeaker | bullhorn | lvis_v3_bullhorn |
lvis | loudspeaker | speaker | lvis_v3_speaker |
lvis | loudspeaker | subwoofer | lvis_v3_subwoofer |
lvis | loudspeaker-system | bullhorn | lvis_v3_bullhorn |
lvis | loudspeaker-system | speaker | lvis_v3_speaker |
lvis | loudspeaker-system | subwoofer | lvis_v3_subwoofer |
lvis | lounge | sofa-bed | lvis_v3_sofa-bed |
lvis | lounge | loveseat | lvis_v3_loveseat |
lvis | lounge | sofa | lvis_v3_sofa |
lvis | lounger | recliner | lvis_v3_recliner |
lvis | love-seat | loveseat | lvis_v3_loveseat |
lvis | loveseat | loveseat | lvis_v3_loveseat |
lvis | loving-cup | trophy-cup | lvis_v3_trophy-cup |
lvis | low-explosive | sparkler | lvis_v3_sparkler |
lvis | luggage | suitcase | lvis_v3_suitcase |
lvis | luggage | hatbox | lvis_v3_hatbox |
lvis | luggage | satchel | lvis_v3_satchel |
lvis | luggage | trunk | lvis_v3_trunk |
lvis | lumber | baseball-bat | lvis_v3_baseball-bat |
lvis | lumber | toothpick | lvis_v3_toothpick |
lvis | lure | bait | lvis_v3_bait |
lvis | machine | ambulance | lvis_v3_ambulance |
lvis | machine | cab | lvis_v3_cab |
lvis | machine | calculator | lvis_v3_calculator |
lvis | machine | car | lvis_v3_car |
lvis | machine | convertible | lvis_v3_convertible |
lvis | machine | police-cruiser | lvis_v3_police-cruiser |
lvis | machine | generator | lvis_v3_generator |
lvis | machine | jeep | lvis_v3_jeep |
lvis | machine | limousine | lvis_v3_limousine |
lvis | machine | minivan | lvis_v3_minivan |
lvis | machine | motor | lvis_v3_motor |
lvis | machine | pepper-mill | lvis_v3_pepper-mill |
lvis | machine | power-shovel | lvis_v3_power-shovel |
lvis | machine | printer | lvis_v3_printer |
lvis | machine | race-car | lvis_v3_race-car |
lvis | machine | record-player | lvis_v3_record-player |
lvis | machine | sewing-machine | lvis_v3_sewing-machine |
lvis | machine | stapler | lvis_v3_stapler |
lvis | machine | typewriter | lvis_v3_typewriter |
lvis | machine | vending-machine | lvis_v3_vending-machine |
lvis | machine | wagon-wheel | lvis_v3_wagon-wheel |
lvis | machine | wheel | lvis_v3_wheel |
lvis | machine | windmill | lvis_v3_windmill |
lvis | machinery | pepper-mill | lvis_v3_pepper-mill |
lvis | machinery | windmill | lvis_v3_windmill |
lvis | mad-apple | eggplant | lvis_v3_eggplant |
lvis | mag | comic-book | lvis_v3_comic-book |
lvis | magazine | comic-book | lvis_v3_comic-book |
lvis | magnifier | microscope | lvis_v3_microscope |
lvis | card | lvis_v3_card | |
lvis | chain-mail | lvis_v3_chain-mail | |
lvis | mailbox | postbox | lvis_v3_postbox |
lvis | maildrop | postbox | lvis_v3_postbox |
lvis | mailing-card | postcard | lvis_v3_postcard |
lvis | malacopterygian | goldfish | lvis_v3_goldfish |
lvis | malacopterygian | salmon | lvis_v3_salmon |
lvis | mammal | bat | lvis_v3_bat |
lvis | mammal | bear | lvis_v3_bear |
lvis | mammal | bull | lvis_v3_bull |
lvis | mammal | elephant | lvis_v3_elephant |
lvis | mammal | hamster | lvis_v3_hamster |
lvis | mammal | monkey | lvis_v3_monkey |
lvis | mammal | rat | lvis_v3_rat |
lvis | mammal | rodent | lvis_v3_rodent |
lvis | mammal | squirrel | lvis_v3_squirrel |
lvis | mammalian | bat | lvis_v3_bat |
lvis | mammalian | bear | lvis_v3_bear |
lvis | mammalian | bull | lvis_v3_bull |
lvis | mammalian | elephant | lvis_v3_elephant |
lvis | mammalian | hamster | lvis_v3_hamster |
lvis | mammalian | monkey | lvis_v3_monkey |
lvis | mammalian | rat | lvis_v3_rat |
lvis | mammalian | rodent | lvis_v3_rodent |
lvis | mammalian | squirrel | lvis_v3_squirrel |
lvis | man's-clothing | suspenders | lvis_v3_suspenders |
lvis | man's-clothing | dress-hat | lvis_v3_dress-hat |
lvis | manacle | handcuff | lvis_v3_handcuff |
lvis | mandarin | clementine | lvis_v3_clementine |
lvis | mandarin | mandarin-orange | lvis_v3_mandarin-orange |
lvis | mandarin-orange | clementine | lvis_v3_clementine |
lvis | mandarin-orange | mandarin-orange | lvis_v3_mandarin-orange |
lvis | mandarin-orange-tree | clementine | lvis_v3_clementine |
lvis | mantle | cape | lvis_v3_cape |
lvis | mantle | curtain | lvis_v3_curtain |
lvis | mantle | shower-curtain | lvis_v3_shower-curtain |
lvis | map | road-map | lvis_v3_road-map |
lvis | marine-museum | aquarium | lvis_v3_aquarium |
lvis | marine-museum | fishbowl | lvis_v3_fishbowl |
lvis | marionette | puppet | lvis_v3_puppet |
lvis | mark | milestone | lvis_v3_milestone |
lvis | mark | sharpie | lvis_v3_sharpie |
lvis | mark | tag | lvis_v3_tag |
lvis | marker | bookmark | lvis_v3_bookmark |
lvis | marker | milestone | lvis_v3_milestone |
lvis | marker | sharpie | lvis_v3_sharpie |
lvis | marker | tag | lvis_v3_tag |
lvis | marking | milestone | lvis_v3_milestone |
lvis | marking | sharpie | lvis_v3_sharpie |
lvis | marking | tag | lvis_v3_tag |
lvis | marsupial | koala | lvis_v3_koala |
lvis | mask | gasmask | lvis_v3_gasmask |
lvis | mat | doormat | lvis_v3_doormat |
lvis | mat | mousepad | lvis_v3_mousepad |
lvis | mat | place-mat | lvis_v3_place-mat |
lvis | material | bandanna | lvis_v3_bandanna |
lvis | material | bath-towel | lvis_v3_bath-towel |
lvis | material | coloring-material | lvis_v3_coloring-material |
lvis | material | dishrag | lvis_v3_dishrag |
lvis | material | dishtowel | lvis_v3_dishtowel |
lvis | material | flannel | lvis_v3_flannel |
lvis | material | fleece | lvis_v3_fleece |
lvis | material | gift-wrap | lvis_v3_gift-wrap |
lvis | material | hairnet | lvis_v3_hairnet |
lvis | material | hand-towel | lvis_v3_hand-towel |
lvis | material | handkerchief | lvis_v3_handkerchief |
lvis | material | log | lvis_v3_log |
lvis | material | notepad | lvis_v3_notepad |
lvis | material | paper-towel | lvis_v3_paper-towel |
lvis | material | parchment | lvis_v3_parchment |
lvis | material | sail | lvis_v3_sail |
lvis | material | sponge | lvis_v3_sponge |
lvis | material | tapestry | lvis_v3_tapestry |
lvis | material | tarp | lvis_v3_tarp |
lvis | material | tartan | lvis_v3_tartan |
lvis | material | tissue-paper | lvis_v3_tissue-paper |
lvis | material | toilet-tissue | lvis_v3_toilet-tissue |
lvis | material | towel | lvis_v3_towel |
lvis | matter | butter | lvis_v3_butter |
lvis | matter | coloring-material | lvis_v3_coloring-material |
lvis | matter | fish | lvis_v3_fish |
lvis | matter | gemstone | lvis_v3_gemstone |
lvis | matter | igniter | lvis_v3_igniter |
lvis | matter | yogurt | lvis_v3_yogurt |
lvis | mattress | futon | lvis_v3_futon |
lvis | meal | cornmeal | lvis_v3_cornmeal |
lvis | measure | measuring-cup | lvis_v3_measuring-cup |
lvis | measure | measuring-stick | lvis_v3_measuring-stick |
lvis | measure | money | lvis_v3_money |
lvis | measuring-device | alarm-clock | lvis_v3_alarm-clock |
lvis | measuring-device | clock | lvis_v3_clock |
lvis | measuring-device | dropper | lvis_v3_dropper |
lvis | measuring-device | hourglass | lvis_v3_hourglass |
lvis | measuring-device | measuring-stick | lvis_v3_measuring-stick |
lvis | measuring-device | parking-meter | lvis_v3_parking-meter |
lvis | measuring-device | pocket-watch | lvis_v3_pocket-watch |
lvis | measuring-device | radar | lvis_v3_radar |
lvis | measuring-device | scale | lvis_v3_scale |
lvis | measuring-device | tachometer | lvis_v3_tachometer |
lvis | measuring-device | tape-measure | lvis_v3_tape-measure |
lvis | measuring-device | thermometer | lvis_v3_thermometer |
lvis | measuring-device | timer | lvis_v3_timer |
lvis | measuring-device | wall-clock | lvis_v3_wall-clock |
lvis | measuring-device | watch | lvis_v3_watch |
lvis | measuring-instrument | alarm-clock | lvis_v3_alarm-clock |
lvis | measuring-instrument | clock | lvis_v3_clock |
lvis | measuring-instrument | dropper | lvis_v3_dropper |
lvis | measuring-instrument | hourglass | lvis_v3_hourglass |
lvis | measuring-instrument | measuring-stick | lvis_v3_measuring-stick |
lvis | measuring-instrument | parking-meter | lvis_v3_parking-meter |
lvis | measuring-instrument | pocket-watch | lvis_v3_pocket-watch |
lvis | measuring-instrument | radar | lvis_v3_radar |
lvis | measuring-instrument | scale | lvis_v3_scale |
lvis | measuring-instrument | tachometer | lvis_v3_tachometer |
lvis | measuring-instrument | tape-measure | lvis_v3_tape-measure |
lvis | measuring-instrument | thermometer | lvis_v3_thermometer |
lvis | measuring-instrument | timer | lvis_v3_timer |
lvis | measuring-instrument | wall-clock | lvis_v3_wall-clock |
lvis | measuring-instrument | watch | lvis_v3_watch |
lvis | measuring-rod | measuring-stick | lvis_v3_measuring-stick |
lvis | measuring-system | alarm-clock | lvis_v3_alarm-clock |
lvis | measuring-system | clock | lvis_v3_clock |
lvis | measuring-system | dropper | lvis_v3_dropper |
lvis | measuring-system | hourglass | lvis_v3_hourglass |
lvis | measuring-system | measuring-stick | lvis_v3_measuring-stick |
lvis | measuring-system | parking-meter | lvis_v3_parking-meter |
lvis | measuring-system | pocket-watch | lvis_v3_pocket-watch |
lvis | measuring-system | radar | lvis_v3_radar |
lvis | measuring-system | scale | lvis_v3_scale |
lvis | measuring-system | tachometer | lvis_v3_tachometer |
lvis | measuring-system | tape-measure | lvis_v3_tape-measure |
lvis | measuring-system | thermometer | lvis_v3_thermometer |
lvis | measuring-system | timer | lvis_v3_timer |
lvis | measuring-system | wall-clock | lvis_v3_wall-clock |
lvis | measuring-system | watch | lvis_v3_watch |
lvis | meat | beef | lvis_v3_beef |
lvis | meat | escargot | lvis_v3_escargot |
lvis | meat | ham | lvis_v3_ham |
lvis | meat | lamb-chop | lvis_v3_lamb-chop |
lvis | meat | rib | lvis_v3_rib |
lvis | meat | salami | lvis_v3_salami |
lvis | meat | sausage | lvis_v3_sausage |
lvis | meat | steak | lvis_v3_steak |
lvis | meat | turkey | lvis_v3_turkey |
lvis | mechanical-device | bobbin | lvis_v3_bobbin |
lvis | mechanical-device | hair-curler | lvis_v3_hair-curler |
lvis | mechanical-device | ferris-wheel | lvis_v3_ferris-wheel |
lvis | mechanical-device | propeller | lvis_v3_propeller |
lvis | mechanical-device | wagon-wheel | lvis_v3_wagon-wheel |
lvis | mechanical-device | weathervane | lvis_v3_weathervane |
lvis | mechanical-device | wheel | lvis_v3_wheel |
lvis | mechanical-device | windshield-wiper | lvis_v3_windshield-wiper |
lvis | mechanism | air-conditioner | lvis_v3_air-conditioner |
lvis | mechanism | bobbin | lvis_v3_bobbin |
lvis | mechanism | control | lvis_v3_control |
lvis | mechanism | hair-curler | lvis_v3_hair-curler |
lvis | mechanism | faucet | lvis_v3_faucet |
lvis | mechanism | ferris-wheel | lvis_v3_ferris-wheel |
lvis | mechanism | joystick | lvis_v3_joystick |
lvis | mechanism | propeller | lvis_v3_propeller |
lvis | mechanism | radiator | lvis_v3_radiator |
lvis | mechanism | steering-wheel | lvis_v3_steering-wheel |
lvis | mechanism | thermostat | lvis_v3_thermostat |
lvis | mechanism | weathervane | lvis_v3_weathervane |
lvis | mechanism | wheel | lvis_v3_wheel |
lvis | mechanism | windshield-wiper | lvis_v3_windshield-wiper |
lvis | medical-dressing | band-aid | lvis_v3_band-aid |
lvis | medical-dressing | bandage | lvis_v3_bandage |
lvis | medical-dressing | cast | lvis_v3_cast |
lvis | medical-dressing | sling | lvis_v3_sling |
lvis | medical-instrument | syringe | lvis_v3_syringe |
lvis | medicament | lip-balm | lvis_v3_lip-balm |
lvis | medicament | medicine | lvis_v3_medicine |
lvis | medication | lip-balm | lvis_v3_lip-balm |
lvis | medication | medicine | lvis_v3_medicine |
lvis | medicinal-drug | lip-balm | lvis_v3_lip-balm |
lvis | medicinal-drug | medicine | lvis_v3_medicine |
lvis | medicine | lip-balm | lvis_v3_lip-balm |
lvis | medium | newspaper | lvis_v3_newspaper |
lvis | medium-of-exchange | coin | lvis_v3_coin |
lvis | medium-of-exchange | money | lvis_v3_money |
lvis | melon | cantaloup | lvis_v3_cantaloup |
lvis | melon | watermelon | lvis_v3_watermelon |
lvis | membranophone | drum | lvis_v3_drum |
lvis | membranophone | tambourine | lvis_v3_tambourine |
lvis | memorial | brass-plaque | lvis_v3_brass-plaque |
lvis | memorial | gravestone | lvis_v3_gravestone |
lvis | memorial-tablet | brass-plaque | lvis_v3_brass-plaque |
lvis | memory-device | phonograph-record | lvis_v3_phonograph-record |
lvis | memory-device | videotape | lvis_v3_videotape |
lvis | mesh | hairnet | lvis_v3_hairnet |
lvis | meshing | hairnet | lvis_v3_hairnet |
lvis | meshwork | hairnet | lvis_v3_hairnet |
lvis | message | receipt | lvis_v3_receipt |
lvis | metal-money | coin | lvis_v3_coin |
lvis | metal-money | penny | lvis_v3_penny |
lvis | metatherian | koala | lvis_v3_koala |
lvis | microcomputer | laptop-computer | lvis_v3_laptop-computer |
lvis | microphone-boom | boom-microphone | lvis_v3_boom-microphone |
lvis | microwave | microwave-oven | lvis_v3_microwave-oven |
lvis | microwave-oven | microwave-oven | lvis_v3_microwave-oven |
lvis | microwave-radar | radar | lvis_v3_radar |
lvis | mike | microphone | lvis_v3_microphone |
lvis | milepost | milestone | lvis_v3_milestone |
lvis | military-plane | fighter-jet | lvis_v3_fighter-jet |
lvis | military-vehicle | fighter-jet | lvis_v3_fighter-jet |
lvis | military-vehicle | army-tank | lvis_v3_army-tank |
lvis | milk | chocolate-milk | lvis_v3_chocolate-milk |
lvis | milk | soya-milk | lvis_v3_soya-milk |
lvis | milk-shake | milkshake | lvis_v3_milkshake |
lvis | mill | pepper-mill | lvis_v3_pepper-mill |
lvis | mill | windmill | lvis_v3_windmill |
lvis | milling-machinery | pepper-mill | lvis_v3_pepper-mill |
lvis | milling-machinery | windmill | lvis_v3_windmill |
lvis | mint | mint-candy | lvis_v3_mint-candy |
lvis | mint-candy | mint-candy | lvis_v3_mint-candy |
lvis | mintage | coin | lvis_v3_coin |
lvis | mintage | penny | lvis_v3_penny |
lvis | mirror | hand-glass | lvis_v3_hand-glass |
lvis | mirror | rearview-mirror | lvis_v3_rearview-mirror |
lvis | missile | projectile | lvis_v3_projectile |
lvis | mitt | baseball-glove | lvis_v3_baseball-glove |
lvis | mixed-drink | martini | lvis_v3_martini |
lvis | mixer | blender | lvis_v3_blender |
lvis | mixer | eggbeater | lvis_v3_eggbeater |
lvis | mixture | batter | lvis_v3_batter |
lvis | mixture | gargle | lvis_v3_gargle |
lvis | mobile-phone | cellular-telephone | lvis_v3_cellular-telephone |
lvis | model | figurine | lvis_v3_figurine |
lvis | model | globe | lvis_v3_globe |
lvis | model | puppet | lvis_v3_puppet |
lvis | model | snowman | lvis_v3_snowman |
lvis | mollusc | octopus | lvis_v3_octopus |
lvis | mollusk | octopus | lvis_v3_octopus |
lvis | monetary-system | coin | lvis_v3_coin |
lvis | monetary-system | money | lvis_v3_money |
lvis | money-box | cash-register | lvis_v3_cash-register |
lvis | money-box | piggy-bank | lvis_v3_piggy-bank |
lvis | monitoring-device | monitor | lvis_v3_monitor |
lvis | monkey | baboon | lvis_v3_baboon |
lvis | monocycle | unicycle | lvis_v3_unicycle |
lvis | monument | brass-plaque | lvis_v3_brass-plaque |
lvis | monument | gravestone | lvis_v3_gravestone |
lvis | moose | elk | lvis_v3_elk |
lvis | mop | mop | lvis_v3_mop |
lvis | morsel | crumb | lvis_v3_crumb |
lvis | mortal | person | lvis_v3_person |
lvis | mosquito-hawk | dragonfly | lvis_v3_dragonfly |
lvis | motor | generator | lvis_v3_generator |
lvis | motor-home | camper | lvis_v3_camper |
lvis | motor-vehicle | ambulance | lvis_v3_ambulance |
lvis | motor-vehicle | cab | lvis_v3_cab |
lvis | motor-vehicle | car | lvis_v3_car |
lvis | motor-vehicle | convertible | lvis_v3_convertible |
lvis | motor-vehicle | police-cruiser | lvis_v3_police-cruiser |
lvis | motor-vehicle | fire-engine | lvis_v3_fire-engine |
lvis | motor-vehicle | garbage-truck | lvis_v3_garbage-truck |
lvis | motor-vehicle | golfcart | lvis_v3_golfcart |
lvis | motor-vehicle | jeep | lvis_v3_jeep |
lvis | motor-vehicle | limousine | lvis_v3_limousine |
lvis | motor-vehicle | minivan | lvis_v3_minivan |
lvis | motor-vehicle | motorcycle | lvis_v3_motorcycle |
lvis | motor-vehicle | pickup-truck | lvis_v3_pickup-truck |
lvis | motor-vehicle | race-car | lvis_v3_race-car |
lvis | motor-vehicle | tow-truck | lvis_v3_tow-truck |
lvis | motor-vehicle | dirt-bike | lvis_v3_dirt-bike |
lvis | motor-vehicle | trailer-truck | lvis_v3_trailer-truck |
lvis | motor-vehicle | truck | lvis_v3_truck |
lvis | motorboat | water-scooter | lvis_v3_water-scooter |
lvis | motorbus | bus | lvis_v3_bus |
lvis | motorbus | school-bus | lvis_v3_school-bus |
lvis | motorcar | ambulance | lvis_v3_ambulance |
lvis | motorcar | cab | lvis_v3_cab |
lvis | motorcar | car | lvis_v3_car |
lvis | motorcar | convertible | lvis_v3_convertible |
lvis | motorcar | police-cruiser | lvis_v3_police-cruiser |
lvis | motorcar | jeep | lvis_v3_jeep |
lvis | motorcar | limousine | lvis_v3_limousine |
lvis | motorcar | minivan | lvis_v3_minivan |
lvis | motorcar | race-car | lvis_v3_race-car |
lvis | motorcoach | bus | lvis_v3_bus |
lvis | motorcoach | school-bus | lvis_v3_school-bus |
lvis | motorcycle | dirt-bike | lvis_v3_dirt-bike |
lvis | motortruck | fire-engine | lvis_v3_fire-engine |
lvis | motortruck | garbage-truck | lvis_v3_garbage-truck |
lvis | motortruck | minivan | lvis_v3_minivan |
lvis | motortruck | pickup-truck | lvis_v3_pickup-truck |
lvis | motortruck | tow-truck | lvis_v3_tow-truck |
lvis | motortruck | trailer-truck | lvis_v3_trailer-truck |
lvis | motortruck | truck | lvis_v3_truck |
lvis | mountain-lion | cougar | lvis_v3_cougar |
lvis | mouse-mat | mousepad | lvis_v3_mousepad |
lvis | mousse | chocolate-mousse | lvis_v3_chocolate-mousse |
lvis | mouthful | crumb | lvis_v3_crumb |
lvis | mouthwash | gargle | lvis_v3_gargle |
lvis | mower | lawn-mower | lvis_v3_lawn-mower |
lvis | murphy | mashed-potato | lvis_v3_mashed-potato |
lvis | murphy | potato | lvis_v3_potato |
lvis | musical-instrument | bagpipe | lvis_v3_bagpipe |
lvis | musical-instrument | banjo | lvis_v3_banjo |
lvis | musical-instrument | bass-horn | lvis_v3_bass-horn |
lvis | musical-instrument | chime | lvis_v3_chime |
lvis | musical-instrument | cornet | lvis_v3_cornet |
lvis | musical-instrument | cymbal | lvis_v3_cymbal |
lvis | musical-instrument | drum | lvis_v3_drum |
lvis | musical-instrument | guitar | lvis_v3_guitar |
lvis | musical-instrument | harmonium | lvis_v3_harmonium |
lvis | musical-instrument | piano | lvis_v3_piano |
lvis | musical-instrument | tambourine | lvis_v3_tambourine |
lvis | musical-instrument | triangle | lvis_v3_triangle |
lvis | musical-instrument | violin | lvis_v3_violin |
lvis | musical-instrument | whistle | lvis_v3_whistle |
lvis | muskmelon | cantaloup | lvis_v3_cantaloup |
lvis | mustela-putorius | ferret | lvis_v3_ferret |
lvis | mustelid | ferret | lvis_v3_ferret |
lvis | musteline | ferret | lvis_v3_ferret |
lvis | musteline-mammal | ferret | lvis_v3_ferret |
lvis | muzzle | gag | lvis_v3_gag |
lvis | nail | thumbtack | lvis_v3_thumbtack |
lvis | napery | bib | lvis_v3_bib |
lvis | napery | napkin | lvis_v3_napkin |
lvis | napery | place-mat | lvis_v3_place-mat |
lvis | napery | tablecloth | lvis_v3_tablecloth |
lvis | napkin | bib | lvis_v3_bib |
lvis | napkin | diaper | lvis_v3_diaper |
lvis | nappy | diaper | lvis_v3_diaper |
lvis | narghile | hookah | lvis_v3_hookah |
lvis | nargileh | hookah | lvis_v3_hookah |
lvis | native-bear | koala | lvis_v3_koala |
lvis | natural-covering | seashell | lvis_v3_seashell |
lvis | natural-object | nest | lvis_v3_nest |
lvis | natural-object | seashell | lvis_v3_seashell |
lvis | navigational-instrument | compass | lvis_v3_compass |
lvis | nebuliser | atomizer | lvis_v3_atomizer |
lvis | nebulizer | atomizer | lvis_v3_atomizer |
lvis | neckband | choker | lvis_v3_choker |
lvis | necklace | choker | lvis_v3_choker |
lvis | necktie | bolo-tie | lvis_v3_bolo-tie |
lvis | necktie | bow-tie | lvis_v3_bow-tie |
lvis | neckwear | bolo-tie | lvis_v3_bolo-tie |
lvis | neckwear | bow-tie | lvis_v3_bow-tie |
lvis | neckwear | necktie | lvis_v3_necktie |
lvis | needle | knitting-needle | lvis_v3_knitting-needle |
lvis | needlefish | seahorse | lvis_v3_seahorse |
lvis | net | hairnet | lvis_v3_hairnet |
lvis | network | hairnet | lvis_v3_hairnet |
lvis | niche | fireplace | lvis_v3_fireplace |
lvis | nightclothes | nightshirt | lvis_v3_nightshirt |
lvis | nightclothes | pajamas | lvis_v3_pajamas |
lvis | nightwear | nightshirt | lvis_v3_nightshirt |
lvis | nightwear | pajamas | lvis_v3_pajamas |
lvis | nosegay | bouquet | lvis_v3_bouquet |
lvis | nosepiece | noseband | lvis_v3_noseband |
lvis | note | dollar | lvis_v3_dollar |
lvis | notecase | wallet | lvis_v3_wallet |
lvis | notice | poster | lvis_v3_poster |
lvis | notice-board | bulletin-board | lvis_v3_bulletin-board |
lvis | nourishment | applesauce | lvis_v3_applesauce |
lvis | nourishment | boiled-egg | lvis_v3_boiled-egg |
lvis | nourishment | burrito | lvis_v3_burrito |
lvis | nourishment | casserole | lvis_v3_casserole |
lvis | nourishment | crisp | lvis_v3_crisp |
lvis | nourishment | coleslaw | lvis_v3_coleslaw |
lvis | nourishment | egg-roll | lvis_v3_egg-roll |
lvis | nourishment | french-toast | lvis_v3_french-toast |
lvis | nourishment | gelatin | lvis_v3_gelatin |
lvis | nourishment | lasagna | lvis_v3_lasagna |
lvis | nourishment | meatball | lvis_v3_meatball |
lvis | nourishment | omelet | lvis_v3_omelet |
lvis | nourishment | patty | lvis_v3_patty |
lvis | nourishment | pizza | lvis_v3_pizza |
lvis | nourishment | pudding | lvis_v3_pudding |
lvis | nourishment | quesadilla | lvis_v3_quesadilla |
lvis | nourishment | salad | lvis_v3_salad |
lvis | nourishment | sandwich | lvis_v3_sandwich |
lvis | nourishment | soup | lvis_v3_soup |
lvis | nourishment | stew | lvis_v3_stew |
lvis | nourishment | sushi | lvis_v3_sushi |
lvis | nourishment | taco | lvis_v3_taco |
lvis | numberplate | license-plate | lvis_v3_license-plate |
lvis | nut | almond | lvis_v3_almond |
lvis | nut | coconut | lvis_v3_coconut |
lvis | nutrient | alcohol | lvis_v3_alcohol |
lvis | nutrient | applesauce | lvis_v3_applesauce |
lvis | nutrient | batter | lvis_v3_batter |
lvis | nutrient | bean-curd | lvis_v3_bean-curd |
lvis | nutrient | boiled-egg | lvis_v3_boiled-egg |
lvis | nutrient | bread | lvis_v3_bread |
lvis | nutrient | burrito | lvis_v3_burrito |
lvis | nutrient | butter | lvis_v3_butter |
lvis | nutrient | cappuccino | lvis_v3_cappuccino |
lvis | nutrient | casserole | lvis_v3_casserole |
lvis | nutrient | chocolate-milk | lvis_v3_chocolate-milk |
lvis | nutrient | cider | lvis_v3_cider |
lvis | nutrient | cocoa | lvis_v3_cocoa |
lvis | nutrient | edible-corn | lvis_v3_edible-corn |
lvis | nutrient | cornmeal | lvis_v3_cornmeal |
lvis | nutrient | egg | lvis_v3_egg |
lvis | nutrient | egg-roll | lvis_v3_egg-roll |
lvis | nutrient | egg-yolk | lvis_v3_egg-yolk |
lvis | nutrient | french-toast | lvis_v3_french-toast |
lvis | nutrient | fruit-juice | lvis_v3_fruit-juice |
lvis | nutrient | gelatin | lvis_v3_gelatin |
lvis | nutrient | lemonade | lvis_v3_lemonade |
lvis | nutrient | liquor | lvis_v3_liquor |
lvis | nutrient | meatball | lvis_v3_meatball |
lvis | nutrient | milk | lvis_v3_milk |
lvis | nutrient | omelet | lvis_v3_omelet |
lvis | nutrient | orange-juice | lvis_v3_orange-juice |
lvis | nutrient | patty | lvis_v3_patty |
lvis | nutrient | pizza | lvis_v3_pizza |
lvis | nutrient | pop | lvis_v3_pop |
lvis | nutrient | potato | lvis_v3_potato |
lvis | nutrient | pudding | lvis_v3_pudding |
lvis | nutrient | root-beer | lvis_v3_root-beer |
lvis | nutrient | salad | lvis_v3_salad |
lvis | nutrient | smoothie | lvis_v3_smoothie |
lvis | nutrient | soup | lvis_v3_soup |
lvis | nutrient | soya-milk | lvis_v3_soya-milk |
lvis | nutrient | stew | lvis_v3_stew |
lvis | nutrient | sushi | lvis_v3_sushi |
lvis | nutrient | taco | lvis_v3_taco |
lvis | nutrient | yogurt | lvis_v3_yogurt |
lvis | nutriment | applesauce | lvis_v3_applesauce |
lvis | nutriment | boiled-egg | lvis_v3_boiled-egg |
lvis | nutriment | burrito | lvis_v3_burrito |
lvis | nutriment | casserole | lvis_v3_casserole |
lvis | nutriment | crisp | lvis_v3_crisp |
lvis | nutriment | coleslaw | lvis_v3_coleslaw |
lvis | nutriment | egg-roll | lvis_v3_egg-roll |
lvis | nutriment | french-toast | lvis_v3_french-toast |
lvis | nutriment | gelatin | lvis_v3_gelatin |
lvis | nutriment | lasagna | lvis_v3_lasagna |
lvis | nutriment | meatball | lvis_v3_meatball |
lvis | nutriment | omelet | lvis_v3_omelet |
lvis | nutriment | patty | lvis_v3_patty |
lvis | nutriment | pizza | lvis_v3_pizza |
lvis | nutriment | pudding | lvis_v3_pudding |
lvis | nutriment | quesadilla | lvis_v3_quesadilla |
lvis | nutriment | salad | lvis_v3_salad |
lvis | nutriment | sandwich | lvis_v3_sandwich |
lvis | nutriment | soup | lvis_v3_soup |
lvis | nutriment | stew | lvis_v3_stew |
lvis | nutriment | sushi | lvis_v3_sushi |
lvis | nutriment | taco | lvis_v3_taco |
lvis | nutrition | applesauce | lvis_v3_applesauce |
lvis | nutrition | boiled-egg | lvis_v3_boiled-egg |
lvis | nutrition | burrito | lvis_v3_burrito |
lvis | nutrition | casserole | lvis_v3_casserole |
lvis | nutrition | crisp | lvis_v3_crisp |
lvis | nutrition | coleslaw | lvis_v3_coleslaw |
lvis | nutrition | egg-roll | lvis_v3_egg-roll |
lvis | nutrition | french-toast | lvis_v3_french-toast |
lvis | nutrition | gelatin | lvis_v3_gelatin |
lvis | nutrition | lasagna | lvis_v3_lasagna |
lvis | nutrition | meatball | lvis_v3_meatball |
lvis | nutrition | omelet | lvis_v3_omelet |
lvis | nutrition | patty | lvis_v3_patty |
lvis | nutrition | pizza | lvis_v3_pizza |
lvis | nutrition | pudding | lvis_v3_pudding |
lvis | nutrition | quesadilla | lvis_v3_quesadilla |
lvis | nutrition | salad | lvis_v3_salad |
lvis | nutrition | sandwich | lvis_v3_sandwich |
lvis | nutrition | soup | lvis_v3_soup |
lvis | nutrition | stew | lvis_v3_stew |
lvis | nutrition | sushi | lvis_v3_sushi |
lvis | nutrition | taco | lvis_v3_taco |
lvis | oar | paddle | lvis_v3_paddle |
lvis | object | cone | lvis_v3_cone |
lvis | object | handle | lvis_v3_handle |
lvis | object | nest | lvis_v3_nest |
lvis | obstructer | cork | lvis_v3_cork |
lvis | obstruction | cork | lvis_v3_cork |
lvis | obstructor | cork | lvis_v3_cork |
lvis | occlusion | cork | lvis_v3_cork |
lvis | ocean-liner | cruise-ship | lvis_v3_cruise-ship |
lvis | octopod | octopus | lvis_v3_octopus |
lvis | odd-toed-ungulate | domestic-ass | lvis_v3_domestic-ass |
lvis | odd-toed-ungulate | horse | lvis_v3_horse |
lvis | odd-toed-ungulate | pony | lvis_v3_pony |
lvis | odd-toed-ungulate | rhinoceros | lvis_v3_rhinoceros |
lvis | odd-toed-ungulate | zebra | lvis_v3_zebra |
lvis | odonate | dragonfly | lvis_v3_dragonfly |
lvis | office-furniture | file-cabinet | lvis_v3_file-cabinet |
lvis | official-document | passport | lvis_v3_passport |
lvis | offspring | calf | lvis_v3_calf |
lvis | offspring | cub | lvis_v3_cub |
lvis | offspring | foal | lvis_v3_foal |
lvis | offspring | kitten | lvis_v3_kitten |
lvis | offspring | lamb | lvis_v3_lamb |
lvis | offspring | puppy | lvis_v3_puppy |
lvis | oil | olive-oil | lvis_v3_olive-oil |
lvis | ointment | lip-balm | lvis_v3_lip-balm |
lvis | old-world-monkey | baboon | lvis_v3_baboon |
lvis | omelette | omelet | lvis_v3_omelet |
lvis | omnibus | bus | lvis_v3_bus |
lvis | omnibus | school-bus | lvis_v3_school-bus |
lvis | one-dollar-bill | dollar | lvis_v3_dollar |
lvis | onion | green-onion | lvis_v3_green-onion |
lvis | open-fireplace | fireplace | lvis_v3_fireplace |
lvis | opener | bottle-opener | lvis_v3_bottle-opener |
lvis | opener | can-opener | lvis_v3_can-opener |
lvis | opener | corkscrew | lvis_v3_corkscrew |
lvis | opening | mail-slot | lvis_v3_mail-slot |
lvis | opening | manhole | lvis_v3_manhole |
lvis | opening | vent | lvis_v3_vent |
lvis | opera-glasses | binoculars | lvis_v3_binoculars |
lvis | opera-hat | dress-hat | lvis_v3_dress-hat |
lvis | ophidian | snake | lvis_v3_snake |
lvis | opossum | koala | lvis_v3_koala |
lvis | optical-device | camera-lens | lvis_v3_camera-lens |
lvis | optical-device | telephoto-lens | lvis_v3_telephoto-lens |
lvis | optical-instrument | binoculars | lvis_v3_binoculars |
lvis | optical-instrument | goggles | lvis_v3_goggles |
lvis | optical-instrument | projector | lvis_v3_projector |
lvis | optical-instrument | spectacles | lvis_v3_spectacles |
lvis | optical-instrument | sunglasses | lvis_v3_sunglasses |
lvis | optical-lens | camera-lens | lvis_v3_camera-lens |
lvis | optical-lens | telephoto-lens | lvis_v3_telephoto-lens |
lvis | orbiter | space-shuttle | lvis_v3_space-shuttle |
lvis | organ | harmonium | lvis_v3_harmonium |
lvis | organ | heart | lvis_v3_heart |
lvis | organism | dog | lvis_v3_dog |
lvis | organism | mascot | lvis_v3_mascot |
lvis | organism | person | lvis_v3_person |
lvis | organism | pet | lvis_v3_pet |
lvis | ornament | bead | lvis_v3_bead |
lvis | ornament | bouquet | lvis_v3_bouquet |
lvis | ornament | bow | lvis_v3_bow |
lvis | ornament | bracelet | lvis_v3_bracelet |
lvis | ornament | christmas-tree | lvis_v3_christmas-tree |
lvis | ornament | cufflink | lvis_v3_cufflink |
lvis | ornament | earring | lvis_v3_earring |
lvis | ornament | flag | lvis_v3_flag |
lvis | ornament | flower-arrangement | lvis_v3_flower-arrangement |
lvis | ornament | gargoyle | lvis_v3_gargoyle |
lvis | ornament | jewel | lvis_v3_jewel |
lvis | ornament | jewelry | lvis_v3_jewelry |
lvis | ornament | necklace | lvis_v3_necklace |
lvis | ornament | plume | lvis_v3_plume |
lvis | ornament | ring | lvis_v3_ring |
lvis | ornament | tassel | lvis_v3_tassel |
lvis | ornament | tinsel | lvis_v3_tinsel |
lvis | ornament | whipped-cream | lvis_v3_whipped-cream |
lvis | ornament | wind-chime | lvis_v3_wind-chime |
lvis | ornament | wreath | lvis_v3_wreath |
lvis | ornamentation | bead | lvis_v3_bead |
lvis | ornamentation | bouquet | lvis_v3_bouquet |
lvis | ornamentation | bow | lvis_v3_bow |
lvis | ornamentation | bracelet | lvis_v3_bracelet |
lvis | ornamentation | christmas-tree | lvis_v3_christmas-tree |
lvis | ornamentation | cufflink | lvis_v3_cufflink |
lvis | ornamentation | earring | lvis_v3_earring |
lvis | ornamentation | flag | lvis_v3_flag |
lvis | ornamentation | flower-arrangement | lvis_v3_flower-arrangement |
lvis | ornamentation | gargoyle | lvis_v3_gargoyle |
lvis | ornamentation | jewel | lvis_v3_jewel |
lvis | ornamentation | jewelry | lvis_v3_jewelry |
lvis | ornamentation | necklace | lvis_v3_necklace |
lvis | ornamentation | plume | lvis_v3_plume |
lvis | ornamentation | ring | lvis_v3_ring |
lvis | ornamentation | tassel | lvis_v3_tassel |
lvis | ornamentation | tinsel | lvis_v3_tinsel |
lvis | ornamentation | whipped-cream | lvis_v3_whipped-cream |
lvis | ornamentation | wind-chime | lvis_v3_wind-chime |
lvis | ornamentation | wreath | lvis_v3_wreath |
lvis | oscine | crow | lvis_v3_crow |
lvis | oscine-bird | crow | lvis_v3_crow |
lvis | ottoman | footstool | lvis_v3_footstool |
lvis | outbuilding | kennel | lvis_v3_kennel |
lvis | outer-garment | blazer | lvis_v3_blazer |
lvis | outer-garment | cape | lvis_v3_cape |
lvis | outer-garment | cloak | lvis_v3_cloak |
lvis | outer-garment | coat | lvis_v3_coat |
lvis | outer-garment | jacket | lvis_v3_jacket |
lvis | outer-garment | lab-coat | lvis_v3_lab-coat |
lvis | outer-garment | parka | lvis_v3_parka |
lvis | outer-garment | poncho | lvis_v3_poncho |
lvis | outer-garment | raincoat | lvis_v3_raincoat |
lvis | outer-garment | shawl | lvis_v3_shawl |
lvis | outer-garment | trench-coat | lvis_v3_trench-coat |
lvis | outfit | first-aid-kit | lvis_v3_first-aid-kit |
lvis | outlet | wall-socket | lvis_v3_wall-socket |
lvis | overall | overalls | lvis_v3_overalls |
lvis | overgarment | blazer | lvis_v3_blazer |
lvis | overgarment | cape | lvis_v3_cape |
lvis | overgarment | cloak | lvis_v3_cloak |
lvis | overgarment | coat | lvis_v3_coat |
lvis | overgarment | jacket | lvis_v3_jacket |
lvis | overgarment | lab-coat | lvis_v3_lab-coat |
lvis | overgarment | parka | lvis_v3_parka |
lvis | overgarment | poncho | lvis_v3_poncho |
lvis | overgarment | raincoat | lvis_v3_raincoat |
lvis | overgarment | shawl | lvis_v3_shawl |
lvis | overgarment | trench-coat | lvis_v3_trench-coat |
lvis | overshoe | arctic | lvis_v3_arctic |
lvis | oxen | cow | lvis_v3_cow |
lvis | pachyderm | elephant | lvis_v3_elephant |
lvis | pachyderm | mammoth | lvis_v3_mammoth |
lvis | pacifier | pacifier | lvis_v3_pacifier |
lvis | package | packet | lvis_v3_packet |
lvis | packsack | backpack | lvis_v3_backpack |
lvis | pad | futon | lvis_v3_futon |
lvis | pad | mattress | lvis_v3_mattress |
lvis | pad | mousepad | lvis_v3_mousepad |
lvis | pad | notepad | lvis_v3_notepad |
lvis | pad | inkpad | lvis_v3_inkpad |
lvis | pad | place-mat | lvis_v3_place-mat |
lvis | pad | potholder | lvis_v3_potholder |
lvis | pad-of-paper | notepad | lvis_v3_notepad |
lvis | padding | cushion | lvis_v3_cushion |
lvis | padding | futon | lvis_v3_futon |
lvis | padding | mattress | lvis_v3_mattress |
lvis | padding | mousepad | lvis_v3_mousepad |
lvis | padding | pad | lvis_v3_pad |
lvis | padding | pillow | lvis_v3_pillow |
lvis | padding | place-mat | lvis_v3_place-mat |
lvis | padding | potholder | lvis_v3_potholder |
lvis | pager | beeper | lvis_v3_beeper |
lvis | pail | bucket | lvis_v3_bucket |
lvis | pail | wine-bucket | lvis_v3_wine-bucket |
lvis | painter | cougar | lvis_v3_cougar |
lvis | pair-of-pliers | pliers | lvis_v3_pliers |
lvis | pair-of-scissors | clippers | lvis_v3_clippers |
lvis | pair-of-scissors | scissors | lvis_v3_scissors |
lvis | pair-of-scissors | shears | lvis_v3_shears |
lvis | pair-of-tongs | tongs | lvis_v3_tongs |
lvis | pajama | pajamas | lvis_v3_pajamas |
lvis | pall | curtain | lvis_v3_curtain |
lvis | pall | shower-curtain | lvis_v3_shower-curtain |
lvis | pallet | palette | lvis_v3_palette |
lvis | pamphlet | booklet | lvis_v3_booklet |
lvis | pan | frying-pan | lvis_v3_frying-pan |
lvis | pan | saucepan | lvis_v3_saucepan |
lvis | pan | wok | lvis_v3_wok |
lvis | pancake | crape | lvis_v3_crape |
lvis | pancake | tortilla | lvis_v3_tortilla |
lvis | panda | giant-panda | lvis_v3_giant-panda |
lvis | panda-bear | giant-panda | lvis_v3_giant-panda |
lvis | panel | headboard | lvis_v3_headboard |
lvis | pant | jean | lvis_v3_jean |
lvis | pant | short-pants | lvis_v3_short-pants |
lvis | pant | sweat-pants | lvis_v3_sweat-pants |
lvis | pant | trousers | lvis_v3_trousers |
lvis | panther | cougar | lvis_v3_cougar |
lvis | panthera-leo | lion | lvis_v3_lion |
lvis | panthera-tigris | tiger | lvis_v3_tiger |
lvis | paper | gift-wrap | lvis_v3_gift-wrap |
lvis | paper | newspaper | lvis_v3_newspaper |
lvis | paper | notepad | lvis_v3_notepad |
lvis | paper | parchment | lvis_v3_parchment |
lvis | paper | tissue-paper | lvis_v3_tissue-paper |
lvis | paper | toilet-tissue | lvis_v3_toilet-tissue |
lvis | paper-back-book | paperback-book | lvis_v3_paperback-book |
lvis | paper-bag | grocery-bag | lvis_v3_grocery-bag |
lvis | paper-bag | plastic-bag | lvis_v3_plastic-bag |
lvis | paper-cup | dixie-cup | lvis_v3_dixie-cup |
lvis | paper-currency | dollar | lvis_v3_dollar |
lvis | paper-fastener | thumbtack | lvis_v3_thumbtack |
lvis | paper-money | dollar | lvis_v3_dollar |
lvis | paperback | paperback-book | lvis_v3_paperback-book |
lvis | papers | passport | lvis_v3_passport |
lvis | parachute | parasail | lvis_v3_parasail |
lvis | paraphernalia | crown | lvis_v3_crown |
lvis | paraphernalia | first-aid-kit | lvis_v3_first-aid-kit |
lvis | paraphernalia | saddle-blanket | lvis_v3_saddle-blanket |
lvis | paraphernalia | yoke | lvis_v3_yoke |
lvis | paraquet | parakeet | lvis_v3_parakeet |
lvis | parcel | packet | lvis_v3_packet |
lvis | parka | ski-parka | lvis_v3_ski-parka |
lvis | paroquet | parakeet | lvis_v3_parakeet |
lvis | parrakeet | parakeet | lvis_v3_parakeet |
lvis | parroket | parakeet | lvis_v3_parakeet |
lvis | parroquet | parakeet | lvis_v3_parakeet |
lvis | parrot | parakeet | lvis_v3_parakeet |
lvis | part | coloring-material | lvis_v3_coloring-material |
lvis | part | dishrag | lvis_v3_dishrag |
lvis | part | handkerchief | lvis_v3_handkerchief |
lvis | part | handle | lvis_v3_handle |
lvis | part | knob | lvis_v3_knob |
lvis | part | sail | lvis_v3_sail |
lvis | part | towel | lvis_v3_towel |
lvis | passage | slide | lvis_v3_slide |
lvis | passage | coil | lvis_v3_coil |
lvis | passage | hose | lvis_v3_hose |
lvis | passage | tobacco-pipe | lvis_v3_tobacco-pipe |
lvis | passage | pipe | lvis_v3_pipe |
lvis | passage | straw | lvis_v3_straw |
lvis | passenger-ship | cruise-ship | lvis_v3_cruise-ship |
lvis | passenger-train | bullet-train | lvis_v3_bullet-train |
lvis | passenger-van | minivan | lvis_v3_minivan |
lvis | passenger-vehicle | bus | lvis_v3_bus |
lvis | passenger-vehicle | school-bus | lvis_v3_school-bus |
lvis | passeriform-bird | crow | lvis_v3_crow |
lvis | passerine | crow | lvis_v3_crow |
lvis | pasta | lasagna | lvis_v3_lasagna |
lvis | paste | hummus | lvis_v3_hummus |
lvis | paste | peanut-butter | lvis_v3_peanut-butter |
lvis | pastry | eclair | lvis_v3_eclair |
lvis | pastry | pie | lvis_v3_pie |
lvis | pastry | quiche | lvis_v3_quiche |
lvis | patch | band-aid | lvis_v3_band-aid |
lvis | patch | bandage | lvis_v3_bandage |
lvis | patch | cast | lvis_v3_cast |
lvis | patch | eyepatch | lvis_v3_eyepatch |
lvis | patch | sling | lvis_v3_sling |
lvis | patrol-car | police-cruiser | lvis_v3_police-cruiser |
lvis | pattern | banner | lvis_v3_banner |
lvis | pattern | pirate-flag | lvis_v3_pirate-flag |
lvis | pattern | crucifix | lvis_v3_crucifix |
lvis | pattern | flag | lvis_v3_flag |
lvis | pc | laptop-computer | lvis_v3_laptop-computer |
lvis | peak | visor | lvis_v3_visor |
lvis | peg | wooden-leg | lvis_v3_wooden-leg |
lvis | pegleg | wooden-leg | lvis_v3_wooden-leg |
lvis | pelecaniform-seabird | pelican | lvis_v3_pelican |
lvis | pelmet | cornice | lvis_v3_cornice |
lvis | pen | playpen | lvis_v3_playpen |
lvis | pen | sharpie | lvis_v3_sharpie |
lvis | pencil-case | pencil-box | lvis_v3_pencil-box |
lvis | pendant | chandelier | lvis_v3_chandelier |
lvis | pendent | chandelier | lvis_v3_chandelier |
lvis | penny-bank | piggy-bank | lvis_v3_piggy-bank |
lvis | pepper | bell-pepper | lvis_v3_bell-pepper |
lvis | pepper | chili | lvis_v3_chili |
lvis | pepper-grinder | pepper-mill | lvis_v3_pepper-mill |
lvis | peppercorn | pepper | lvis_v3_pepper |
lvis | perambulator | baby-buggy | lvis_v3_baby-buggy |
lvis | percussion-instrument | chime | lvis_v3_chime |
lvis | percussion-instrument | cymbal | lvis_v3_cymbal |
lvis | percussion-instrument | drum | lvis_v3_drum |
lvis | percussion-instrument | piano | lvis_v3_piano |
lvis | percussion-instrument | tambourine | lvis_v3_tambourine |
lvis | percussion-instrument | triangle | lvis_v3_triangle |
lvis | percussive-instrument | chime | lvis_v3_chime |
lvis | percussive-instrument | cymbal | lvis_v3_cymbal |
lvis | percussive-instrument | drum | lvis_v3_drum |
lvis | percussive-instrument | piano | lvis_v3_piano |
lvis | percussive-instrument | tambourine | lvis_v3_tambourine |
lvis | percussive-instrument | triangle | lvis_v3_triangle |
lvis | peripheral | computer-keyboard | lvis_v3_computer-keyboard |
lvis | peripheral | joystick | lvis_v3_joystick |
lvis | peripheral-device | computer-keyboard | lvis_v3_computer-keyboard |
lvis | peripheral-device | joystick | lvis_v3_joystick |
lvis | perissodactyl | domestic-ass | lvis_v3_domestic-ass |
lvis | perissodactyl | horse | lvis_v3_horse |
lvis | perissodactyl | pony | lvis_v3_pony |
lvis | perissodactyl | rhinoceros | lvis_v3_rhinoceros |
lvis | perissodactyl | zebra | lvis_v3_zebra |
lvis | perissodactyl-mammal | domestic-ass | lvis_v3_domestic-ass |
lvis | perissodactyl-mammal | horse | lvis_v3_horse |
lvis | perissodactyl-mammal | pony | lvis_v3_pony |
lvis | perissodactyl-mammal | rhinoceros | lvis_v3_rhinoceros |
lvis | perissodactyl-mammal | zebra | lvis_v3_zebra |
lvis | personal-computer | laptop-computer | lvis_v3_laptop-computer |
lvis | phalanger | koala | lvis_v3_koala |
lvis | phanerogam | sunflower | lvis_v3_sunflower |
lvis | phascolarctos-cinereus | koala | lvis_v3_koala |
lvis | phaseolus-vulgaris | green-bean | lvis_v3_green-bean |
lvis | phone | cellular-telephone | lvis_v3_cellular-telephone |
lvis | phone | earphone | lvis_v3_earphone |
lvis | phone | earplug | lvis_v3_earplug |
lvis | phone | headset | lvis_v3_headset |
lvis | phone | telephone | lvis_v3_telephone |
lvis | phone-book | phonebook | lvis_v3_phonebook |
lvis | phone-booth | telephone-booth | lvis_v3_telephone-booth |
lvis | phonograph | record-player | lvis_v3_record-player |
lvis | phonograph-recording | phonograph-record | lvis_v3_phonograph-record |
lvis | photoflash | flash | lvis_v3_flash |
lvis | photographic-camera | camera | lvis_v3_camera |
lvis | photographic-camera | webcam | lvis_v3_webcam |
lvis | photographic-equipment | camera | lvis_v3_camera |
lvis | photographic-equipment | flash | lvis_v3_flash |
lvis | photographic-equipment | webcam | lvis_v3_webcam |
lvis | physical-entity | person | lvis_v3_person |
lvis | physical-object | cone | lvis_v3_cone |
lvis | physical-object | handle | lvis_v3_handle |
lvis | physical-object | nest | lvis_v3_nest |
lvis | piano-stool | music-stool | lvis_v3_music-stool |
lvis | pianoforte | piano | lvis_v3_piano |
lvis | pick | toothpick | lvis_v3_toothpick |
lvis | pickup | pickup-truck | lvis_v3_pickup-truck |
lvis | pickup-truck | pickup-truck | lvis_v3_pickup-truck |
lvis | picture | painting | lvis_v3_painting |
lvis | pie | quiche | lvis_v3_quiche |
lvis | piece | bandanna | lvis_v3_bandanna |
lvis | piece | bath-towel | lvis_v3_bath-towel |
lvis | piece | dishrag | lvis_v3_dishrag |
lvis | piece | dishtowel | lvis_v3_dishtowel |
lvis | piece | hand-towel | lvis_v3_hand-towel |
lvis | piece | handkerchief | lvis_v3_handkerchief |
lvis | piece | machine-gun | lvis_v3_machine-gun |
lvis | piece | paper-towel | lvis_v3_paper-towel |
lvis | piece | pistol | lvis_v3_pistol |
lvis | piece | rifle | lvis_v3_rifle |
lvis | piece | sail | lvis_v3_sail |
lvis | piece | towel | lvis_v3_towel |
lvis | piece-of-cloth | bandanna | lvis_v3_bandanna |
lvis | piece-of-cloth | bath-towel | lvis_v3_bath-towel |
lvis | piece-of-cloth | dishrag | lvis_v3_dishrag |
lvis | piece-of-cloth | dishtowel | lvis_v3_dishtowel |
lvis | piece-of-cloth | hand-towel | lvis_v3_hand-towel |
lvis | piece-of-cloth | handkerchief | lvis_v3_handkerchief |
lvis | piece-of-cloth | paper-towel | lvis_v3_paper-towel |
lvis | piece-of-cloth | sail | lvis_v3_sail |
lvis | piece-of-cloth | towel | lvis_v3_towel |
lvis | piece-of-furniture | armchair | lvis_v3_armchair |
lvis | piece-of-furniture | armoire | lvis_v3_armoire |
lvis | piece-of-furniture | bed | lvis_v3_bed |
lvis | piece-of-furniture | bench | lvis_v3_bench |
lvis | piece-of-furniture | bookcase | lvis_v3_bookcase |
lvis | piece-of-furniture | bunk-bed | lvis_v3_bunk-bed |
lvis | piece-of-furniture | cabinet | lvis_v3_cabinet |
lvis | piece-of-furniture | chair | lvis_v3_chair |
lvis | piece-of-furniture | chaise-longue | lvis_v3_chaise-longue |
lvis | piece-of-furniture | coffee-table | lvis_v3_coffee-table |
lvis | piece-of-furniture | sofa-bed | lvis_v3_sofa-bed |
lvis | piece-of-furniture | crib | lvis_v3_crib |
lvis | piece-of-furniture | desk | lvis_v3_desk |
lvis | piece-of-furniture | dining-table | lvis_v3_dining-table |
lvis | piece-of-furniture | dresser | lvis_v3_dresser |
lvis | piece-of-furniture | file-cabinet | lvis_v3_file-cabinet |
lvis | piece-of-furniture | folding-chair | lvis_v3_folding-chair |
lvis | piece-of-furniture | footstool | lvis_v3_footstool |
lvis | piece-of-furniture | hammock | lvis_v3_hammock |
lvis | piece-of-furniture | highchair | lvis_v3_highchair |
lvis | piece-of-furniture | kitchen-table | lvis_v3_kitchen-table |
lvis | piece-of-furniture | lamp | lvis_v3_lamp |
lvis | piece-of-furniture | loveseat | lvis_v3_loveseat |
lvis | piece-of-furniture | music-stool | lvis_v3_music-stool |
lvis | piece-of-furniture | ottoman | lvis_v3_ottoman |
lvis | piece-of-furniture | pew | lvis_v3_pew |
lvis | piece-of-furniture | pool-table | lvis_v3_pool-table |
lvis | piece-of-furniture | rocking-chair | lvis_v3_rocking-chair |
lvis | piece-of-furniture | sofa | lvis_v3_sofa |
lvis | piece-of-furniture | step-stool | lvis_v3_step-stool |
lvis | piece-of-furniture | stool | lvis_v3_stool |
lvis | piece-of-furniture | table-tennis-table | lvis_v3_table-tennis-table |
lvis | piece-of-furniture | table | lvis_v3_table |
lvis | piece-of-furniture | table-lamp | lvis_v3_table-lamp |
lvis | piece-of-furniture | wardrobe | lvis_v3_wardrobe |
lvis | piece-of-furniture | wheelchair | lvis_v3_wheelchair |
lvis | piece-of-material | bandanna | lvis_v3_bandanna |
lvis | piece-of-material | bath-towel | lvis_v3_bath-towel |
lvis | piece-of-material | dishrag | lvis_v3_dishrag |
lvis | piece-of-material | dishtowel | lvis_v3_dishtowel |
lvis | piece-of-material | hand-towel | lvis_v3_hand-towel |
lvis | piece-of-material | handkerchief | lvis_v3_handkerchief |
lvis | piece-of-material | paper-towel | lvis_v3_paper-towel |
lvis | piece-of-material | sail | lvis_v3_sail |
lvis | piece-of-material | towel | lvis_v3_towel |
lvis | piece-of-work | book | lvis_v3_book |
lvis | piece-of-work | booklet | lvis_v3_booklet |
lvis | piece-of-work | comic-book | lvis_v3_comic-book |
lvis | piece-of-writing | bible | lvis_v3_bible |
lvis | piece-of-writing | diary | lvis_v3_diary |
lvis | piece-of-writing | passport | lvis_v3_passport |
lvis | pig | hog | lvis_v3_hog |
lvis | pigeon | dove | lvis_v3_dove |
lvis | pilotless-aircraft | drone | lvis_v3_drone |
lvis | pin | barrette | lvis_v3_barrette |
lvis | pin | bobby-pin | lvis_v3_bobby-pin |
lvis | pin | broach | lvis_v3_broach |
lvis | pin | hairpin | lvis_v3_hairpin |
lvis | pin | safety-pin | lvis_v3_safety-pin |
lvis | pin | skewer | lvis_v3_skewer |
lvis | ping-pong-table | table-tennis-table | lvis_v3_table-tennis-table |
lvis | pingpong-table | table-tennis-table | lvis_v3_table-tennis-table |
lvis | pink | carnation | lvis_v3_carnation |
lvis | pinnatiped | walrus | lvis_v3_walrus |
lvis | pinniped | walrus | lvis_v3_walrus |
lvis | pinniped-mammal | walrus | lvis_v3_walrus |
lvis | pinwheel-wind-collector | pinwheel | lvis_v3_pinwheel |
lvis | pipage | fireplug | lvis_v3_fireplug |
lvis | pipage | pipe | lvis_v3_pipe |
lvis | pipe | bagpipe | lvis_v3_bagpipe |
lvis | pipe | fireplug | lvis_v3_fireplug |
lvis | pipe | hookah | lvis_v3_hookah |
lvis | pipe | tobacco-pipe | lvis_v3_tobacco-pipe |
lvis | pipe-bowl | pipe-bowl | lvis_v3_pipe-bowl |
lvis | pipefish | seahorse | lvis_v3_seahorse |
lvis | pipet | dropper | lvis_v3_dropper |
lvis | pipette | dropper | lvis_v3_dropper |
lvis | piping | fireplug | lvis_v3_fireplug |
lvis | piping | pipe | lvis_v3_pipe |
lvis | pirate-flag | pirate-flag | lvis_v3_pirate-flag |
lvis | pitcher | cream-pitcher | lvis_v3_cream-pitcher |
lvis | pitcher's-mound | mound | lvis_v3_mound |
lvis | pizza-pie | pizza | lvis_v3_pizza |
lvis | pj's | pajamas | lvis_v3_pajamas |
lvis | placard | poster | lvis_v3_poster |
lvis | placental | bat | lvis_v3_bat |
lvis | placental | bear | lvis_v3_bear |
lvis | placental | bull | lvis_v3_bull |
lvis | placental | camel | lvis_v3_camel |
lvis | placental | cat | lvis_v3_cat |
lvis | placental | dog | lvis_v3_dog |
lvis | placental | elephant | lvis_v3_elephant |
lvis | placental | giant-panda | lvis_v3_giant-panda |
lvis | placental | hamster | lvis_v3_hamster |
lvis | placental | hippopotamus | lvis_v3_hippopotamus |
lvis | placental | polar-bear | lvis_v3_polar-bear |
lvis | placental | mammoth | lvis_v3_mammoth |
lvis | placental | manatee | lvis_v3_manatee |
lvis | placental | monkey | lvis_v3_monkey |
lvis | placental | rabbit | lvis_v3_rabbit |
lvis | placental | rat | lvis_v3_rat |
lvis | placental | rhinoceros | lvis_v3_rhinoceros |
lvis | placental | rodent | lvis_v3_rodent |
lvis | placental | squirrel | lvis_v3_squirrel |
lvis | placental | walrus | lvis_v3_walrus |
lvis | placental | wolf | lvis_v3_wolf |
lvis | placental-mammal | bat | lvis_v3_bat |
lvis | placental-mammal | bear | lvis_v3_bear |
lvis | placental-mammal | bull | lvis_v3_bull |
lvis | placental-mammal | camel | lvis_v3_camel |
lvis | placental-mammal | cat | lvis_v3_cat |
lvis | placental-mammal | dog | lvis_v3_dog |
lvis | placental-mammal | elephant | lvis_v3_elephant |
lvis | placental-mammal | giant-panda | lvis_v3_giant-panda |
lvis | placental-mammal | hamster | lvis_v3_hamster |
lvis | placental-mammal | hippopotamus | lvis_v3_hippopotamus |
lvis | placental-mammal | polar-bear | lvis_v3_polar-bear |
lvis | placental-mammal | mammoth | lvis_v3_mammoth |
lvis | placental-mammal | manatee | lvis_v3_manatee |
lvis | placental-mammal | monkey | lvis_v3_monkey |
lvis | placental-mammal | rabbit | lvis_v3_rabbit |
lvis | placental-mammal | rat | lvis_v3_rat |
lvis | placental-mammal | rhinoceros | lvis_v3_rhinoceros |
lvis | placental-mammal | rodent | lvis_v3_rodent |
lvis | placental-mammal | squirrel | lvis_v3_squirrel |
lvis | placental-mammal | walrus | lvis_v3_walrus |
lvis | placental-mammal | wolf | lvis_v3_wolf |
lvis | plaid | tartan | lvis_v3_tartan |
lvis | plane | airplane | lvis_v3_airplane |
lvis | plane | fighter-jet | lvis_v3_fighter-jet |
lvis | plane | jet-plane | lvis_v3_jet-plane |
lvis | plane | seaplane | lvis_v3_seaplane |
lvis | plant | celery | lvis_v3_celery |
lvis | plant | lettuce | lvis_v3_lettuce |
lvis | plant-life | celery | lvis_v3_celery |
lvis | plant-life | lettuce | lvis_v3_lettuce |
lvis | plant-material | log | lvis_v3_log |
lvis | plant-organ | carrot | lvis_v3_carrot |
lvis | plant-organ | gourd | lvis_v3_gourd |
lvis | plant-organ | onion | lvis_v3_onion |
lvis | plant-organ | pinecone | lvis_v3_pinecone |
lvis | plant-organ | radish | lvis_v3_radish |
lvis | plant-organ | sugarcane | lvis_v3_sugarcane |
lvis | plant-part | carrot | lvis_v3_carrot |
lvis | plant-part | radish | lvis_v3_radish |
lvis | plant-product | cigarette | lvis_v3_cigarette |
lvis | plant-structure | carrot | lvis_v3_carrot |
lvis | plant-structure | radish | lvis_v3_radish |
lvis | plant-substance | log | lvis_v3_log |
lvis | plaque | brass-plaque | lvis_v3_brass-plaque |
lvis | plaster-bandage | cast | lvis_v3_cast |
lvis | plaster-cast | cast | lvis_v3_cast |
lvis | plastic-art | sculpture | lvis_v3_sculpture |
lvis | plastic-art | statue | lvis_v3_statue |
lvis | plate | frisbee | lvis_v3_frisbee |
lvis | plate | home-plate | lvis_v3_home-plate |
lvis | plate | license-plate | lvis_v3_license-plate |
lvis | plate | paper-plate | lvis_v3_paper-plate |
lvis | plate | salad-plate | lvis_v3_salad-plate |
lvis | platter | phonograph-record | lvis_v3_phonograph-record |
lvis | playground-ball | softball | lvis_v3_softball |
lvis | plaything | ball | lvis_v3_ball |
lvis | plaything | beachball | lvis_v3_beachball |
lvis | plaything | doll | lvis_v3_doll |
lvis | plaything | frisbee | lvis_v3_frisbee |
lvis | plaything | kite | lvis_v3_kite |
lvis | plaything | lego | lvis_v3_lego |
lvis | plaything | pinwheel | lvis_v3_pinwheel |
lvis | plaything | rag-doll | lvis_v3_rag-doll |
lvis | plaything | teddy-bear | lvis_v3_teddy-bear |
lvis | plaything | water-gun | lvis_v3_water-gun |
lvis | plectognath | puffer | lvis_v3_puffer |
lvis | plectognath-fish | puffer | lvis_v3_puffer |
lvis | plough | plow | lvis_v3_plow |
lvis | plug | cork | lvis_v3_cork |
lvis | plug | fireplug | lvis_v3_fireplug |
lvis | plug-hat | bowler-hat | lvis_v3_bowler-hat |
lvis | plumbing-fixture | kitchen-sink | lvis_v3_kitchen-sink |
lvis | plumbing-fixture | shower-head | lvis_v3_shower-head |
lvis | plumbing-fixture | sink | lvis_v3_sink |
lvis | plumbing-fixture | toilet | lvis_v3_toilet |
lvis | plumbing-fixture | urinal | lvis_v3_urinal |
lvis | plumbing-fixture | washbasin | lvis_v3_washbasin |
lvis | plumbing-fixture | water-faucet | lvis_v3_water-faucet |
lvis | plyers | pliers | lvis_v3_pliers |
lvis | pocket-bread | pita | lvis_v3_pita |
lvis | pocket-knife | pocketknife | lvis_v3_pocketknife |
lvis | pocketbook | handbag | lvis_v3_handbag |
lvis | pocketbook | clutch-bag | lvis_v3_clutch-bag |
lvis | pocketbook | shoulder-bag | lvis_v3_shoulder-bag |
lvis | pocketbook | wallet | lvis_v3_wallet |
lvis | pod | chickpea | lvis_v3_chickpea |
lvis | pod | legume | lvis_v3_legume |
lvis | point-of-reference | buoy | lvis_v3_buoy |
lvis | poke | grocery-bag | lvis_v3_grocery-bag |
lvis | poke | plastic-bag | lvis_v3_plastic-bag |
lvis | poke-bonnet | bonnet | lvis_v3_bonnet |
lvis | poker-chip | poker-chip | lvis_v3_poker-chip |
lvis | polar-bear | polar-bear | lvis_v3_polar-bear |
lvis | pole | boom-microphone | lvis_v3_boom-microphone |
lvis | pole | mast | lvis_v3_mast |
lvis | pole | ski-pole | lvis_v3_ski-pole |
lvis | polecat | ferret | lvis_v3_ferret |
lvis | police-car | police-cruiser | lvis_v3_police-cruiser |
lvis | police-cruiser | police-cruiser | lvis_v3_police-cruiser |
lvis | polo-neck | turtleneck | lvis_v3_turtleneck |
lvis | pome | apple | lvis_v3_apple |
lvis | pome | pear | lvis_v3_pear |
lvis | pongid | gorilla | lvis_v3_gorilla |
lvis | pony | shot-glass | lvis_v3_shot-glass |
lvis | popsicle | popsicle | lvis_v3_popsicle |
lvis | portable-computer | laptop-computer | lvis_v3_laptop-computer |
lvis | portion | coloring-material | lvis_v3_coloring-material |
lvis | portion | dishrag | lvis_v3_dishrag |
lvis | portion | handkerchief | lvis_v3_handkerchief |
lvis | portion | handle | lvis_v3_handle |
lvis | portion | knob | lvis_v3_knob |
lvis | portion | milkshake | lvis_v3_milkshake |
lvis | portion | sail | lvis_v3_sail |
lvis | portion | towel | lvis_v3_towel |
lvis | positive-identification | business-card | lvis_v3_business-card |
lvis | positive-identification | identity-card | lvis_v3_identity-card |
lvis | positive-identification | keycard | lvis_v3_keycard |
lvis | possum | koala | lvis_v3_koala |
lvis | post | lamppost | lvis_v3_lamppost |
lvis | post | telephone-pole | lvis_v3_telephone-pole |
lvis | post-card | postcard | lvis_v3_postcard |
lvis | postal-card | postcard | lvis_v3_postcard |
lvis | postiche | wig | lvis_v3_wig |
lvis | posting | poster | lvis_v3_poster |
lvis | posy | bouquet | lvis_v3_bouquet |
lvis | pot | coffeepot | lvis_v3_coffeepot |
lvis | pot | kettle | lvis_v3_kettle |
lvis | pot | flowerpot | lvis_v3_flowerpot |
lvis | pot | teakettle | lvis_v3_teakettle |
lvis | pot | teapot | lvis_v3_teapot |
lvis | pot | toilet | lvis_v3_toilet |
lvis | potable | alcohol | lvis_v3_alcohol |
lvis | potable | cappuccino | lvis_v3_cappuccino |
lvis | potable | chocolate-milk | lvis_v3_chocolate-milk |
lvis | potable | cider | lvis_v3_cider |
lvis | potable | cocoa | lvis_v3_cocoa |
lvis | potable | fruit-juice | lvis_v3_fruit-juice |
lvis | potable | lemonade | lvis_v3_lemonade |
lvis | potable | liquor | lvis_v3_liquor |
lvis | potable | milk | lvis_v3_milk |
lvis | potable | orange-juice | lvis_v3_orange-juice |
lvis | potable | pop | lvis_v3_pop |
lvis | potable | root-beer | lvis_v3_root-beer |
lvis | potable | smoothie | lvis_v3_smoothie |
lvis | potable | tequila | lvis_v3_tequila |
lvis | potable | vodka | lvis_v3_vodka |
lvis | potato | mashed-potato | lvis_v3_mashed-potato |
lvis | potato-chip | crisp | lvis_v3_crisp |
lvis | potty | toilet | lvis_v3_toilet |
lvis | pouched-mammal | koala | lvis_v3_koala |
lvis | pouf | ottoman | lvis_v3_ottoman |
lvis | pouffe | ottoman | lvis_v3_ottoman |
lvis | poultry | chicken | lvis_v3_chicken |
lvis | poultry | cock | lvis_v3_cock |
lvis | poultry | turkey | lvis_v3_turkey |
lvis | powerboat | water-scooter | lvis_v3_water-scooter |
lvis | pram | baby-buggy | lvis_v3_baby-buggy |
lvis | precious-stone | jewel | lvis_v3_jewel |
lvis | preparation | cleansing-agent | lvis_v3_cleansing-agent |
lvis | preparation | dishwasher-detergent | lvis_v3_dishwasher-detergent |
lvis | preparation | shampoo | lvis_v3_shampoo |
lvis | preparation | soap | lvis_v3_soap |
lvis | preparation | toothpaste | lvis_v3_toothpaste |
lvis | preserve | jam | lvis_v3_jam |
lvis | preserver | life-buoy | lvis_v3_life-buoy |
lvis | preserver | life-jacket | lvis_v3_life-jacket |
lvis | preserves | jam | lvis_v3_jam |
lvis | press | armoire | lvis_v3_armoire |
lvis | press | comic-book | lvis_v3_comic-book |
lvis | press | newspaper | lvis_v3_newspaper |
lvis | press | wardrobe | lvis_v3_wardrobe |
lvis | primate | baboon | lvis_v3_baboon |
lvis | primate | monkey | lvis_v3_monkey |
lvis | print-media | comic-book | lvis_v3_comic-book |
lvis | print-media | newspaper | lvis_v3_newspaper |
lvis | printer | typewriter | lvis_v3_typewriter |
lvis | printing-machine | printer | lvis_v3_printer |
lvis | printing-machine | typewriter | lvis_v3_typewriter |
lvis | prize | trophy-cup | lvis_v3_trophy-cup |
lvis | proboscidean | elephant | lvis_v3_elephant |
lvis | proboscidean | mammoth | lvis_v3_mammoth |
lvis | proboscidian | elephant | lvis_v3_elephant |
lvis | proboscidian | mammoth | lvis_v3_mammoth |
lvis | procyonid | giant-panda | lvis_v3_giant-panda |
lvis | produce | apple | lvis_v3_apple |
lvis | produce | apricot | lvis_v3_apricot |
lvis | produce | artichoke | lvis_v3_artichoke |
lvis | produce | asparagus | lvis_v3_asparagus |
lvis | produce | avocado | lvis_v3_avocado |
lvis | produce | banana | lvis_v3_banana |
lvis | produce | blackberry | lvis_v3_blackberry |
lvis | produce | blueberry | lvis_v3_blueberry |
lvis | produce | brussels-sprouts | lvis_v3_brussels-sprouts |
lvis | produce | cauliflower | lvis_v3_cauliflower |
lvis | produce | cherry | lvis_v3_cherry |
lvis | produce | cucumber | lvis_v3_cucumber |
lvis | produce | date | lvis_v3_date |
lvis | produce | eggplant | lvis_v3_eggplant |
lvis | produce | fig | lvis_v3_fig |
lvis | produce | grape | lvis_v3_grape |
lvis | produce | green-onion | lvis_v3_green-onion |
lvis | produce | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | produce | lemon | lvis_v3_lemon |
lvis | produce | lime | lvis_v3_lime |
lvis | produce | mandarin-orange | lvis_v3_mandarin-orange |
lvis | produce | melon | lvis_v3_melon |
lvis | produce | orange | lvis_v3_orange |
lvis | produce | papaya | lvis_v3_papaya |
lvis | produce | pea | lvis_v3_pea |
lvis | produce | peach | lvis_v3_peach |
lvis | produce | pear | lvis_v3_pear |
lvis | produce | persimmon | lvis_v3_persimmon |
lvis | produce | pineapple | lvis_v3_pineapple |
lvis | produce | potato | lvis_v3_potato |
lvis | produce | prune | lvis_v3_prune |
lvis | produce | pumpkin | lvis_v3_pumpkin |
lvis | produce | raspberry | lvis_v3_raspberry |
lvis | produce | strawberry | lvis_v3_strawberry |
lvis | produce | sweet-potato | lvis_v3_sweet-potato |
lvis | produce | tomato | lvis_v3_tomato |
lvis | produce | watermelon | lvis_v3_watermelon |
lvis | product | book | lvis_v3_book |
lvis | product | hardback-book | lvis_v3_hardback-book |
lvis | product | magazine | lvis_v3_magazine |
lvis | product | notebook | lvis_v3_notebook |
lvis | product | paperback-book | lvis_v3_paperback-book |
lvis | production | book | lvis_v3_book |
lvis | production | hardback-book | lvis_v3_hardback-book |
lvis | production | magazine | lvis_v3_magazine |
lvis | production | notebook | lvis_v3_notebook |
lvis | production | paperback-book | lvis_v3_paperback-book |
lvis | projection | visor | lvis_v3_visor |
lvis | propellor | propeller | lvis_v3_propeller |
lvis | prosthesis | wooden-leg | lvis_v3_wooden-leg |
lvis | prosthetic-device | wooden-leg | lvis_v3_wooden-leg |
lvis | protection | armor | lvis_v3_armor |
lvis | protection | awning | lvis_v3_awning |
lvis | protection | binder | lvis_v3_binder |
lvis | protection | birdhouse | lvis_v3_birdhouse |
lvis | protection | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | protection | chain-mail | lvis_v3_chain-mail |
lvis | protection | coaster | lvis_v3_coaster |
lvis | protection | curtain | lvis_v3_curtain |
lvis | protection | gasmask | lvis_v3_gasmask |
lvis | protection | kennel | lvis_v3_kennel |
lvis | protection | lampshade | lvis_v3_lampshade |
lvis | protection | mask | lvis_v3_mask |
lvis | protection | parasol | lvis_v3_parasol |
lvis | protection | shield | lvis_v3_shield |
lvis | protection | shower-curtain | lvis_v3_shower-curtain |
lvis | protection | thimble | lvis_v3_thimble |
lvis | protection | umbrella | lvis_v3_umbrella |
lvis | protection | blinder | lvis_v3_blinder |
lvis | protective-cover | armor | lvis_v3_armor |
lvis | protective-cover | awning | lvis_v3_awning |
lvis | protective-cover | binder | lvis_v3_binder |
lvis | protective-cover | birdhouse | lvis_v3_birdhouse |
lvis | protective-cover | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | protective-cover | chain-mail | lvis_v3_chain-mail |
lvis | protective-cover | coaster | lvis_v3_coaster |
lvis | protective-cover | curtain | lvis_v3_curtain |
lvis | protective-cover | gasmask | lvis_v3_gasmask |
lvis | protective-cover | kennel | lvis_v3_kennel |
lvis | protective-cover | lampshade | lvis_v3_lampshade |
lvis | protective-cover | mask | lvis_v3_mask |
lvis | protective-cover | parasol | lvis_v3_parasol |
lvis | protective-cover | shield | lvis_v3_shield |
lvis | protective-cover | shower-curtain | lvis_v3_shower-curtain |
lvis | protective-cover | thimble | lvis_v3_thimble |
lvis | protective-cover | umbrella | lvis_v3_umbrella |
lvis | protective-cover | blinder | lvis_v3_blinder |
lvis | protective-covering | armor | lvis_v3_armor |
lvis | protective-covering | awning | lvis_v3_awning |
lvis | protective-covering | binder | lvis_v3_binder |
lvis | protective-covering | birdhouse | lvis_v3_birdhouse |
lvis | protective-covering | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | protective-covering | chain-mail | lvis_v3_chain-mail |
lvis | protective-covering | coaster | lvis_v3_coaster |
lvis | protective-covering | curtain | lvis_v3_curtain |
lvis | protective-covering | gasmask | lvis_v3_gasmask |
lvis | protective-covering | kennel | lvis_v3_kennel |
lvis | protective-covering | lampshade | lvis_v3_lampshade |
lvis | protective-covering | mask | lvis_v3_mask |
lvis | protective-covering | parasol | lvis_v3_parasol |
lvis | protective-covering | shield | lvis_v3_shield |
lvis | protective-covering | shower-curtain | lvis_v3_shower-curtain |
lvis | protective-covering | thimble | lvis_v3_thimble |
lvis | protective-covering | umbrella | lvis_v3_umbrella |
lvis | protective-covering | blinder | lvis_v3_blinder |
lvis | protective-garment | apron | lvis_v3_apron |
lvis | protective-garment | coverall | lvis_v3_coverall |
lvis | protective-garment | knee-pad | lvis_v3_knee-pad |
lvis | prowl-car | police-cruiser | lvis_v3_police-cruiser |
lvis | pry | crowbar | lvis_v3_crowbar |
lvis | pry-bar | crowbar | lvis_v3_crowbar |
lvis | public-press | comic-book | lvis_v3_comic-book |
lvis | public-press | newspaper | lvis_v3_newspaper |
lvis | public-transport | bullet-train | lvis_v3_bullet-train |
lvis | public-transport | bus | lvis_v3_bus |
lvis | public-transport | school-bus | lvis_v3_school-bus |
lvis | public-transport | train | lvis_v3_train |
lvis | publication | book | lvis_v3_book |
lvis | publication | booklet | lvis_v3_booklet |
lvis | publication | comic-book | lvis_v3_comic-book |
lvis | puff | eclair | lvis_v3_eclair |
lvis | puff | ottoman | lvis_v3_ottoman |
lvis | puff | quilt | lvis_v3_quilt |
lvis | pufferfish | puffer | lvis_v3_puffer |
lvis | pug | pug-dog | lvis_v3_pug-dog |
lvis | pug-dog | pug-dog | lvis_v3_pug-dog |
lvis | pullover | sweatshirt | lvis_v3_sweatshirt |
lvis | puma | cougar | lvis_v3_cougar |
lvis | pump | heart | lvis_v3_heart |
lvis | punch | puncher | lvis_v3_puncher |
lvis | puncher | puncher | lvis_v3_puncher |
lvis | pup | puppy | lvis_v3_puppy |
lvis | purse | handbag | lvis_v3_handbag |
lvis | purse | clutch-bag | lvis_v3_clutch-bag |
lvis | purse | shoulder-bag | lvis_v3_shoulder-bag |
lvis | pushcart | barrow | lvis_v3_barrow |
lvis | pushcart | handcart | lvis_v3_handcart |
lvis | pushcart | shopping-cart | lvis_v3_shopping-cart |
lvis | pushchair | baby-buggy | lvis_v3_baby-buggy |
lvis | pusher | baby-buggy | lvis_v3_baby-buggy |
lvis | pushpin | thumbtack | lvis_v3_thumbtack |
lvis | pyjama | pajamas | lvis_v3_pajamas |
lvis | pyrotechnic | sparkler | lvis_v3_sparkler |
lvis | quick-bread | cornbread | lvis_v3_cornbread |
lvis | quick-bread | muffin | lvis_v3_muffin |
lvis | r.v. | camper | lvis_v3_camper |
lvis | race-car | race-car | lvis_v3_race-car |
lvis | racer | race-car | lvis_v3_race-car |
lvis | racing-car | race-car | lvis_v3_race-car |
lvis | racing-yacht | yacht | lvis_v3_yacht |
lvis | rack | coatrack | lvis_v3_coatrack |
lvis | rack | easel | lvis_v3_easel |
lvis | rack | spice-rack | lvis_v3_spice-rack |
lvis | rack | towel-rack | lvis_v3_towel-rack |
lvis | rack | tripod | lvis_v3_tripod |
lvis | racket | tennis-racket | lvis_v3_tennis-racket |
lvis | racquet | racket | lvis_v3_racket |
lvis | racquet | tennis-racket | lvis_v3_tennis-racket |
lvis | radio | radio-receiver | lvis_v3_radio-receiver |
lvis | radio-controlled-aircraft | drone | lvis_v3_drone |
lvis | radio-detection-and-ranging | radar | lvis_v3_radar |
lvis | radio-set | radio-receiver | lvis_v3_radio-receiver |
lvis | radiolocation | radar | lvis_v3_radar |
lvis | radiophone | cellular-telephone | lvis_v3_cellular-telephone |
lvis | radiotelephone | cellular-telephone | lvis_v3_cellular-telephone |
lvis | railcar | cabin-car | lvis_v3_cabin-car |
lvis | railcar | railcar | lvis_v3_railcar |
lvis | railcar | freight-car | lvis_v3_freight-car |
lvis | railcar | passenger-car | lvis_v3_passenger-car |
lvis | railroad-car | cabin-car | lvis_v3_cabin-car |
lvis | railroad-car | railcar | lvis_v3_railcar |
lvis | railroad-car | freight-car | lvis_v3_freight-car |
lvis | railroad-car | passenger-car | lvis_v3_passenger-car |
lvis | railroad-train | bullet-train | lvis_v3_bullet-train |
lvis | railroad-train | train | lvis_v3_train |
lvis | railway-car | cabin-car | lvis_v3_cabin-car |
lvis | railway-car | railcar | lvis_v3_railcar |
lvis | railway-car | freight-car | lvis_v3_freight-car |
lvis | railway-car | passenger-car | lvis_v3_passenger-car |
lvis | raincoat | trench-coat | lvis_v3_trench-coat |
lvis | range | stove | lvis_v3_stove |
lvis | rapper | knocker | lvis_v3_knocker |
lvis | raptor | eagle | lvis_v3_eagle |
lvis | raptor | falcon | lvis_v3_falcon |
lvis | raptor | owl | lvis_v3_owl |
lvis | raptor | vulture | lvis_v3_vulture |
lvis | raptorial-bird | eagle | lvis_v3_eagle |
lvis | raptorial-bird | falcon | lvis_v3_falcon |
lvis | raptorial-bird | owl | lvis_v3_owl |
lvis | raptorial-bird | vulture | lvis_v3_vulture |
lvis | ratite | ostrich | lvis_v3_ostrich |
lvis | ratite-bird | ostrich | lvis_v3_ostrich |
lvis | razor | shaver | lvis_v3_shaver |
lvis | rear-lamp | taillight | lvis_v3_taillight |
lvis | rear-light | taillight | lvis_v3_taillight |
lvis | receiver | headset | lvis_v3_headset |
lvis | receiver | radio-receiver | lvis_v3_radio-receiver |
lvis | receiver | television-set | lvis_v3_television-set |
lvis | receiving-set | radio-receiver | lvis_v3_radio-receiver |
lvis | receiving-system | radio-receiver | lvis_v3_radio-receiver |
lvis | receiving-system | television-set | lvis_v3_television-set |
lvis | receptacle | ashtray | lvis_v3_ashtray |
lvis | receptacle | dustpan | lvis_v3_dustpan |
lvis | receptacle | garbage | lvis_v3_garbage |
lvis | receptacle | tray | lvis_v3_tray |
lvis | receptacle | wall-socket | lvis_v3_wall-socket |
lvis | recess | fireplace | lvis_v3_fireplace |
lvis | reclining-chair | recliner | lvis_v3_recliner |
lvis | record | checkbook | lvis_v3_checkbook |
lvis | record | phonograph-record | lvis_v3_phonograph-record |
lvis | recording | phonograph-record | lvis_v3_phonograph-record |
lvis | recording | videotape | lvis_v3_videotape |
lvis | recreational-vehicle | camper | lvis_v3_camper |
lvis | red-pepper | cayenne | lvis_v3_cayenne |
lvis | reed | clarinet | lvis_v3_clarinet |
lvis | reed | saxophone | lvis_v3_saxophone |
lvis | reed-instrument | clarinet | lvis_v3_clarinet |
lvis | reed-instrument | saxophone | lvis_v3_saxophone |
lvis | reed-organ | harmonium | lvis_v3_harmonium |
lvis | reel | bobbin | lvis_v3_bobbin |
lvis | reference | buoy | lvis_v3_buoy |
lvis | reference | phonebook | lvis_v3_phonebook |
lvis | reference-book | phonebook | lvis_v3_phonebook |
lvis | reference-point | buoy | lvis_v3_buoy |
lvis | reference-work | phonebook | lvis_v3_phonebook |
lvis | reflector | hand-glass | lvis_v3_hand-glass |
lvis | reflector | mirror | lvis_v3_mirror |
lvis | reflector | rearview-mirror | lvis_v3_rearview-mirror |
lvis | refrigerator | cooler | lvis_v3_cooler |
lvis | refrigerator | refrigerator | lvis_v3_refrigerator |
lvis | regalia | crown | lvis_v3_crown |
lvis | register | cash-register | lvis_v3_cash-register |
lvis | regulator | faucet | lvis_v3_faucet |
lvis | regulator | thermostat | lvis_v3_thermostat |
lvis | regulator | water-faucet | lvis_v3_water-faucet |
lvis | religious-text | bible | lvis_v3_bible |
lvis | religious-writing | bible | lvis_v3_bible |
lvis | relish | pickle | lvis_v3_pickle |
lvis | remedy | lip-balm | lvis_v3_lip-balm |
lvis | remote | remote-control | lvis_v3_remote-control |
lvis | repository | postbox | lvis_v3_postbox |
lvis | representation | figurine | lvis_v3_figurine |
lvis | representation | globe | lvis_v3_globe |
lvis | representation | map | lvis_v3_map |
lvis | representation | puppet | lvis_v3_puppet |
lvis | representation | road-map | lvis_v3_road-map |
lvis | representation | scarecrow | lvis_v3_scarecrow |
lvis | representation | snowman | lvis_v3_snowman |
lvis | reproducer | ipod | lvis_v3_ipod |
lvis | reproducer | stereo | lvis_v3_stereo |
lvis | reproductive-structure | almond | lvis_v3_almond |
lvis | reproductive-structure | apple | lvis_v3_apple |
lvis | reproductive-structure | apricot | lvis_v3_apricot |
lvis | reproductive-structure | avocado | lvis_v3_avocado |
lvis | reproductive-structure | banana | lvis_v3_banana |
lvis | reproductive-structure | cherry | lvis_v3_cherry |
lvis | reproductive-structure | date | lvis_v3_date |
lvis | reproductive-structure | fig | lvis_v3_fig |
lvis | reproductive-structure | gourd | lvis_v3_gourd |
lvis | reproductive-structure | grape | lvis_v3_grape |
lvis | reproductive-structure | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | reproductive-structure | legume | lvis_v3_legume |
lvis | reproductive-structure | melon | lvis_v3_melon |
lvis | reproductive-structure | papaya | lvis_v3_papaya |
lvis | reproductive-structure | peach | lvis_v3_peach |
lvis | reproductive-structure | pear | lvis_v3_pear |
lvis | reproductive-structure | pineapple | lvis_v3_pineapple |
lvis | reproductive-structure | pinecone | lvis_v3_pinecone |
lvis | reptile | alligator | lvis_v3_alligator |
lvis | reptile | lizard | lvis_v3_lizard |
lvis | reptile | snake | lvis_v3_snake |
lvis | reptile | turtle | lvis_v3_turtle |
lvis | reptilian | alligator | lvis_v3_alligator |
lvis | reptilian | lizard | lvis_v3_lizard |
lvis | reptilian | snake | lvis_v3_snake |
lvis | reptilian | turtle | lvis_v3_turtle |
lvis | rescue-equipment | life-buoy | lvis_v3_life-buoy |
lvis | rescue-equipment | life-jacket | lvis_v3_life-jacket |
lvis | rescue-equipment | parachute | lvis_v3_parachute |
lvis | rescue-equipment | parasail | lvis_v3_parasail |
lvis | reservoir | water-tower | lvis_v3_water-tower |
lvis | respirator | gasmask | lvis_v3_gasmask |
lvis | restorative | wooden-leg | lvis_v3_wooden-leg |
lvis | restraint | barrette | lvis_v3_barrette |
lvis | restraint | belt-buckle | lvis_v3_belt-buckle |
lvis | restraint | bolt | lvis_v3_bolt |
lvis | restraint | button | lvis_v3_button |
lvis | restraint | clasp | lvis_v3_clasp |
lvis | restraint | cleat | lvis_v3_cleat |
lvis | restraint | clip | lvis_v3_clip |
lvis | restraint | clothespin | lvis_v3_clothespin |
lvis | restraint | combination-lock | lvis_v3_combination-lock |
lvis | restraint | gag | lvis_v3_gag |
lvis | restraint | hairpin | lvis_v3_hairpin |
lvis | restraint | handcuff | lvis_v3_handcuff |
lvis | restraint | latch | lvis_v3_latch |
lvis | restraint | padlock | lvis_v3_padlock |
lvis | restraint | pin | lvis_v3_pin |
lvis | restraint | safety-pin | lvis_v3_safety-pin |
lvis | restraint | skewer | lvis_v3_skewer |
lvis | restraint | thumbtack | lvis_v3_thumbtack |
lvis | rhino | rhinoceros | lvis_v3_rhinoceros |
lvis | ride | ferris-wheel | lvis_v3_ferris-wheel |
lvis | rig | horse-buggy | lvis_v3_horse-buggy |
lvis | rig | horse-carriage | lvis_v3_horse-carriage |
lvis | rig | stagecoach | lvis_v3_stagecoach |
lvis | rig | trailer-truck | lvis_v3_trailer-truck |
lvis | ring | wedding-ring | lvis_v3_wedding-ring |
lvis | ring-armor | chain-mail | lvis_v3_chain-mail |
lvis | ring-armour | chain-mail | lvis_v3_chain-mail |
lvis | ring-binder | binder | lvis_v3_binder |
lvis | ring-mail | chain-mail | lvis_v3_chain-mail |
lvis | river-horse | hippopotamus | lvis_v3_hippopotamus |
lvis | roach | cockroach | lvis_v3_cockroach |
lvis | roadster | horse-buggy | lvis_v3_horse-buggy |
lvis | robe | bathrobe | lvis_v3_bathrobe |
lvis | robe | kimono | lvis_v3_kimono |
lvis | rock-lobster | crawfish | lvis_v3_crawfish |
lvis | rocker | rocking-chair | lvis_v3_rocking-chair |
lvis | rod | boom-microphone | lvis_v3_boom-microphone |
lvis | rod | fishing-rod | lvis_v3_fishing-rod |
lvis | rod | mast | lvis_v3_mast |
lvis | rod | pole | lvis_v3_pole |
lvis | rod | ski-pole | lvis_v3_ski-pole |
lvis | rodent | hamster | lvis_v3_hamster |
lvis | rodent | rat | lvis_v3_rat |
lvis | rodent | squirrel | lvis_v3_squirrel |
lvis | roll | bagel | lvis_v3_bagel |
lvis | roll | bun | lvis_v3_bun |
lvis | roll | crescent-roll | lvis_v3_crescent-roll |
lvis | roll-of-tobacco | cigarette | lvis_v3_cigarette |
lvis | roller | hair-curler | lvis_v3_hair-curler |
lvis | rood | crucifix | lvis_v3_crucifix |
lvis | rood-tree | crucifix | lvis_v3_crucifix |
lvis | room | locker | lvis_v3_locker |
lvis | room | elevator-car | lvis_v3_elevator-car |
lvis | room | telephone-booth | lvis_v3_telephone-booth |
lvis | rooster | cock | lvis_v3_cock |
lvis | root | carrot | lvis_v3_carrot |
lvis | root | radish | lvis_v3_radish |
lvis | root-vegetable | mashed-potato | lvis_v3_mashed-potato |
lvis | root-vegetable | potato | lvis_v3_potato |
lvis | root-vegetable | sweet-potato | lvis_v3_sweet-potato |
lvis | rotating-mechanism | ferris-wheel | lvis_v3_ferris-wheel |
lvis | rotating-mechanism | frisbee | lvis_v3_frisbee |
lvis | round | frisbee | lvis_v3_frisbee |
lvis | rowboat | dinghy | lvis_v3_dinghy |
lvis | rubber | arctic | lvis_v3_arctic |
lvis | rucksack | backpack | lvis_v3_backpack |
lvis | rug | runner | lvis_v3_runner |
lvis | ruminant | black-sheep | lvis_v3_black-sheep |
lvis | ruminant | deer | lvis_v3_deer |
lvis | ruminant | elk | lvis_v3_elk |
lvis | ruminant | gazelle | lvis_v3_gazelle |
lvis | ruminant | giraffe | lvis_v3_giraffe |
lvis | ruminant | goat | lvis_v3_goat |
lvis | ruminant | ram | lvis_v3_ram |
lvis | ruminant | sheep | lvis_v3_sheep |
lvis | runner | ski | lvis_v3_ski |
lvis | runner | water-ski | lvis_v3_water-ski |
lvis | rv | camper | lvis_v3_camper |
lvis | sack | grocery-bag | lvis_v3_grocery-bag |
lvis | sack | hammock | lvis_v3_hammock |
lvis | sack | plastic-bag | lvis_v3_plastic-bag |
lvis | sacred-text | bible | lvis_v3_bible |
lvis | sacred-writing | bible | lvis_v3_bible |
lvis | saddlecloth | saddle-blanket | lvis_v3_saddle-blanket |
lvis | saddlery | saddle-blanket | lvis_v3_saddle-blanket |
lvis | saddlery | yoke | lvis_v3_yoke |
lvis | salad | coleslaw | lvis_v3_coleslaw |
lvis | salad-bowl | salad-plate | lvis_v3_salad-plate |
lvis | salamander | poker | lvis_v3_poker |
lvis | sales-booth | newsstand | lvis_v3_newsstand |
lvis | salientian | frog | lvis_v3_frog |
lvis | salmonid | salmon | lvis_v3_salmon |
lvis | salt-shaker | saltshaker | lvis_v3_saltshaker |
lvis | salve | lip-balm | lvis_v3_lip-balm |
lvis | sandal | flip-flop | lvis_v3_flip-flop |
lvis | sandglass | hourglass | lvis_v3_hourglass |
lvis | sandwich | hamburger | lvis_v3_hamburger |
lvis | saratoga-chip | crisp | lvis_v3_crisp |
lvis | sash | cincture | lvis_v3_cincture |
lvis | satellite | space-shuttle | lvis_v3_space-shuttle |
lvis | sauce | hot-sauce | lvis_v3_hot-sauce |
lvis | sauce | tabasco-sauce | lvis_v3_tabasco-sauce |
lvis | sauceboat | gravy-boat | lvis_v3_gravy-boat |
lvis | saucer | dish-antenna | lvis_v3_dish-antenna |
lvis | saurian | lizard | lvis_v3_lizard |
lvis | sausage | blimp | lvis_v3_blimp |
lvis | sausage | salami | lvis_v3_salami |
lvis | sausage-balloon | blimp | lvis_v3_blimp |
lvis | savings-bank | piggy-bank | lvis_v3_piggy-bank |
lvis | saw | handsaw | lvis_v3_handsaw |
lvis | sawbuck | sawhorse | lvis_v3_sawhorse |
lvis | sax | saxophone | lvis_v3_saxophone |
lvis | saxophone | saxophone | lvis_v3_saxophone |
lvis | scallion | green-onion | lvis_v3_green-onion |
lvis | scarer | scarecrow | lvis_v3_scarecrow |
lvis | scarf | headscarf | lvis_v3_headscarf |
lvis | scarf | neckerchief | lvis_v3_neckerchief |
lvis | scarf-bandage | sling | lvis_v3_sling |
lvis | scientific-instrument | microscope | lvis_v3_microscope |
lvis | scissors | clippers | lvis_v3_clippers |
lvis | scissors | shears | lvis_v3_shears |
lvis | scooter | motor-scooter | lvis_v3_motor-scooter |
lvis | scooter | water-scooter | lvis_v3_water-scooter |
lvis | scrambler | dirt-bike | lvis_v3_dirt-bike |
lvis | screen | curtain | lvis_v3_curtain |
lvis | screen | shower-curtain | lvis_v3_shower-curtain |
lvis | screen | blinder | lvis_v3_blinder |
lvis | screw | bolt | lvis_v3_bolt |
lvis | scripture | bible | lvis_v3_bible |
lvis | scrub-brush | scrubbing-brush | lvis_v3_scrubbing-brush |
lvis | scrubber | scrubbing-brush | lvis_v3_scrubbing-brush |
lvis | scrubbing-brush | scrubbing-brush | lvis_v3_scrubbing-brush |
lvis | sculpture | statue | lvis_v3_statue |
lvis | sea-bird | gull | lvis_v3_gull |
lvis | sea-bird | pelican | lvis_v3_pelican |
lvis | sea-bird | penguin | lvis_v3_penguin |
lvis | sea-bird | puffin | lvis_v3_puffin |
lvis | sea-bird | seabird | lvis_v3_seabird |
lvis | sea-cow | manatee | lvis_v3_manatee |
lvis | sea-crawfish | crawfish | lvis_v3_crawfish |
lvis | sea-gull | gull | lvis_v3_gull |
lvis | sea-horse | seahorse | lvis_v3_seahorse |
lvis | sea-horse | walrus | lvis_v3_walrus |
lvis | sea-scooter | water-scooter | lvis_v3_water-scooter |
lvis | sea-star | starfish | lvis_v3_starfish |
lvis | seabird | gull | lvis_v3_gull |
lvis | seabird | pelican | lvis_v3_pelican |
lvis | seabird | penguin | lvis_v3_penguin |
lvis | seabird | puffin | lvis_v3_puffin |
lvis | seafood | crabmeat | lvis_v3_crabmeat |
lvis | seafood | octopus | lvis_v3_octopus |
lvis | seafood | prawn | lvis_v3_prawn |
lvis | seafood | squid | lvis_v3_squid |
lvis | seafowl | gull | lvis_v3_gull |
lvis | seafowl | pelican | lvis_v3_pelican |
lvis | seafowl | penguin | lvis_v3_penguin |
lvis | seafowl | puffin | lvis_v3_puffin |
lvis | seafowl | seabird | lvis_v3_seabird |
lvis | seagull | gull | lvis_v3_gull |
lvis | seahorse | walrus | lvis_v3_walrus |
lvis | seasoner | cayenne | lvis_v3_cayenne |
lvis | seasoner | condiment | lvis_v3_condiment |
lvis | seasoner | garlic | lvis_v3_garlic |
lvis | seasoner | ginger | lvis_v3_ginger |
lvis | seasoner | honey | lvis_v3_honey |
lvis | seasoner | hot-sauce | lvis_v3_hot-sauce |
lvis | seasoner | hummus | lvis_v3_hummus |
lvis | seasoner | peanut-butter | lvis_v3_peanut-butter |
lvis | seasoner | pepper | lvis_v3_pepper |
lvis | seasoner | pickle | lvis_v3_pickle |
lvis | seasoner | salsa | lvis_v3_salsa |
lvis | seasoner | tea-bag | lvis_v3_tea-bag |
lvis | seasoner | vinegar | lvis_v3_vinegar |
lvis | seasoning | cayenne | lvis_v3_cayenne |
lvis | seasoning | condiment | lvis_v3_condiment |
lvis | seasoning | garlic | lvis_v3_garlic |
lvis | seasoning | ginger | lvis_v3_ginger |
lvis | seasoning | honey | lvis_v3_honey |
lvis | seasoning | hot-sauce | lvis_v3_hot-sauce |
lvis | seasoning | hummus | lvis_v3_hummus |
lvis | seasoning | peanut-butter | lvis_v3_peanut-butter |
lvis | seasoning | pepper | lvis_v3_pepper |
lvis | seasoning | pickle | lvis_v3_pickle |
lvis | seasoning | salsa | lvis_v3_salsa |
lvis | seasoning | tea-bag | lvis_v3_tea-bag |
lvis | seasoning | vinegar | lvis_v3_vinegar |
lvis | seat | armchair | lvis_v3_armchair |
lvis | seat | bench | lvis_v3_bench |
lvis | seat | chair | lvis_v3_chair |
lvis | seat | chaise-longue | lvis_v3_chaise-longue |
lvis | seat | sofa-bed | lvis_v3_sofa-bed |
lvis | seat | deck-chair | lvis_v3_deck-chair |
lvis | seat | folding-chair | lvis_v3_folding-chair |
lvis | seat | footstool | lvis_v3_footstool |
lvis | seat | highchair | lvis_v3_highchair |
lvis | seat | loveseat | lvis_v3_loveseat |
lvis | seat | music-stool | lvis_v3_music-stool |
lvis | seat | ottoman | lvis_v3_ottoman |
lvis | seat | pew | lvis_v3_pew |
lvis | seat | recliner | lvis_v3_recliner |
lvis | seat | rocking-chair | lvis_v3_rocking-chair |
lvis | seat | saddle | lvis_v3_saddle |
lvis | seat | sofa | lvis_v3_sofa |
lvis | seat | step-stool | lvis_v3_step-stool |
lvis | seat | stool | lvis_v3_stool |
lvis | seat | wheelchair | lvis_v3_wheelchair |
lvis | seed | almond | lvis_v3_almond |
lvis | seed | coconut | lvis_v3_coconut |
lvis | seed-plant | sunflower | lvis_v3_sunflower |
lvis | seedpod | chickpea | lvis_v3_chickpea |
lvis | seedpod | legume | lvis_v3_legume |
lvis | selachian | shark | lvis_v3_shark |
lvis | self-loader | machine-gun | lvis_v3_machine-gun |
lvis | self-propelled-vehicle | ambulance | lvis_v3_ambulance |
lvis | self-propelled-vehicle | bulldozer | lvis_v3_bulldozer |
lvis | self-propelled-vehicle | cab | lvis_v3_cab |
lvis | self-propelled-vehicle | camper | lvis_v3_camper |
lvis | self-propelled-vehicle | car | lvis_v3_car |
lvis | self-propelled-vehicle | convertible | lvis_v3_convertible |
lvis | self-propelled-vehicle | police-cruiser | lvis_v3_police-cruiser |
lvis | self-propelled-vehicle | fire-engine | lvis_v3_fire-engine |
lvis | self-propelled-vehicle | forklift | lvis_v3_forklift |
lvis | self-propelled-vehicle | garbage-truck | lvis_v3_garbage-truck |
lvis | self-propelled-vehicle | golfcart | lvis_v3_golfcart |
lvis | self-propelled-vehicle | jeep | lvis_v3_jeep |
lvis | self-propelled-vehicle | limousine | lvis_v3_limousine |
lvis | self-propelled-vehicle | minivan | lvis_v3_minivan |
lvis | self-propelled-vehicle | motor-vehicle | lvis_v3_motor-vehicle |
lvis | self-propelled-vehicle | motorcycle | lvis_v3_motorcycle |
lvis | self-propelled-vehicle | pickup-truck | lvis_v3_pickup-truck |
lvis | self-propelled-vehicle | race-car | lvis_v3_race-car |
lvis | self-propelled-vehicle | snowmobile | lvis_v3_snowmobile |
lvis | self-propelled-vehicle | army-tank | lvis_v3_army-tank |
lvis | self-propelled-vehicle | tow-truck | lvis_v3_tow-truck |
lvis | self-propelled-vehicle | tractor | lvis_v3_tractor |
lvis | self-propelled-vehicle | dirt-bike | lvis_v3_dirt-bike |
lvis | self-propelled-vehicle | trailer-truck | lvis_v3_trailer-truck |
lvis | self-propelled-vehicle | truck | lvis_v3_truck |
lvis | semi | trailer-truck | lvis_v3_trailer-truck |
lvis | serial-printer | typewriter | lvis_v3_typewriter |
lvis | serpent | snake | lvis_v3_snake |
lvis | serviette | bib | lvis_v3_bib |
lvis | serviette | napkin | lvis_v3_napkin |
lvis | serving | milkshake | lvis_v3_milkshake |
lvis | set | radio-receiver | lvis_v3_radio-receiver |
lvis | set | television-set | lvis_v3_television-set |
lvis | setup | pendulum | lvis_v3_pendulum |
lvis | sewing-needle | dragonfly | lvis_v3_dragonfly |
lvis | shackle | handcuff | lvis_v3_handcuff |
lvis | shade | lampshade | lvis_v3_lampshade |
lvis | shade | parasol | lvis_v3_parasol |
lvis | shades | sunglasses | lvis_v3_sunglasses |
lvis | shaft | spear | lvis_v3_spear |
lvis | shake | milkshake | lvis_v3_milkshake |
lvis | shaker | saltshaker | lvis_v3_saltshaker |
lvis | shape | sculpture | lvis_v3_sculpture |
lvis | sharpener | pencil-sharpener | lvis_v3_pencil-sharpener |
lvis | shaving-soap | shaving-cream | lvis_v3_shaving-cream |
lvis | shears | clippers | lvis_v3_clippers |
lvis | sheep | black-sheep | lvis_v3_black-sheep |
lvis | sheep | ram | lvis_v3_ram |
lvis | sheep-dog | shepherd-dog | lvis_v3_shepherd-dog |
lvis | sheepdog | shepherd-dog | lvis_v3_shepherd-dog |
lvis | sheesha | hookah | lvis_v3_hookah |
lvis | sheet | blackboard | lvis_v3_blackboard |
lvis | sheet | bulletin-board | lvis_v3_bulletin-board |
lvis | sheet | chopping-board | lvis_v3_chopping-board |
lvis | sheet | diving-board | lvis_v3_diving-board |
lvis | sheet | frisbee | lvis_v3_frisbee |
lvis | sheet | headboard | lvis_v3_headboard |
lvis | sheet | ironing-board | lvis_v3_ironing-board |
lvis | sheet | license-plate | lvis_v3_license-plate |
lvis | sheet | palette | lvis_v3_palette |
lvis | sheet | sail | lvis_v3_sail |
lvis | sheet | scoreboard | lvis_v3_scoreboard |
lvis | sheet | skateboard | lvis_v3_skateboard |
lvis | sheet | snowboard | lvis_v3_snowboard |
lvis | sheet | surfboard | lvis_v3_surfboard |
lvis | sheet | tinfoil | lvis_v3_tinfoil |
lvis | sheet-metal | tinfoil | lvis_v3_tinfoil |
lvis | shell | seashell | lvis_v3_seashell |
lvis | shellfish | crabmeat | lvis_v3_crabmeat |
lvis | shellfish | octopus | lvis_v3_octopus |
lvis | shelter | awning | lvis_v3_awning |
lvis | shelter | birdhouse | lvis_v3_birdhouse |
lvis | shelter | cabana | lvis_v3_cabana |
lvis | shelter | kennel | lvis_v3_kennel |
lvis | shelter | umbrella | lvis_v3_umbrella |
lvis | sherbet | sherbert | lvis_v3_sherbert |
lvis | ship | cargo-ship | lvis_v3_cargo-ship |
lvis | ship | cruise-ship | lvis_v3_cruise-ship |
lvis | ship | passenger-ship | lvis_v3_passenger-ship |
lvis | shirt | jersey | lvis_v3_jersey |
lvis | shirt | polo-shirt | lvis_v3_polo-shirt |
lvis | shirt | tank-top | lvis_v3_tank-top |
lvis | shirt | turtleneck | lvis_v3_turtleneck |
lvis | shisha | hookah | lvis_v3_hookah |
lvis | shoe | flip-flop | lvis_v3_flip-flop |
lvis | shoe | flipper | lvis_v3_flipper |
lvis | shoe | sandal | lvis_v3_sandal |
lvis | shooting-iron | pistol | lvis_v3_pistol |
lvis | shop | newsstand | lvis_v3_newsstand |
lvis | shorts | underdrawers | lvis_v3_underdrawers |
lvis | shorts | short-pants | lvis_v3_short-pants |
lvis | shovel | power-shovel | lvis_v3_power-shovel |
lvis | shower | shower-head | lvis_v3_shower-head |
lvis | shrimp | prawn | lvis_v3_prawn |
lvis | side-arm | pistol | lvis_v3_pistol |
lvis | sign | award | lvis_v3_award |
lvis | sign | billboard | lvis_v3_billboard |
lvis | sign | buoy | lvis_v3_buoy |
lvis | sign | milestone | lvis_v3_milestone |
lvis | sign | pennant | lvis_v3_pennant |
lvis | sign | poster | lvis_v3_poster |
lvis | sign | scoreboard | lvis_v3_scoreboard |
lvis | sign | signboard | lvis_v3_signboard |
lvis | sign | brake-light | lvis_v3_brake-light |
lvis | sign | street-sign | lvis_v3_street-sign |
lvis | sign | traffic-light | lvis_v3_traffic-light |
lvis | sign | windsock | lvis_v3_windsock |
lvis | signal | award | lvis_v3_award |
lvis | signal | buoy | lvis_v3_buoy |
lvis | signal | milestone | lvis_v3_milestone |
lvis | signal | pennant | lvis_v3_pennant |
lvis | signal | brake-light | lvis_v3_brake-light |
lvis | signal | traffic-light | lvis_v3_traffic-light |
lvis | signal | windsock | lvis_v3_windsock |
lvis | signal-flag | pennant | lvis_v3_pennant |
lvis | signaling | award | lvis_v3_award |
lvis | signaling | buoy | lvis_v3_buoy |
lvis | signaling | milestone | lvis_v3_milestone |
lvis | signaling | pennant | lvis_v3_pennant |
lvis | signaling | brake-light | lvis_v3_brake-light |
lvis | signaling | traffic-light | lvis_v3_traffic-light |
lvis | signaling | windsock | lvis_v3_windsock |
lvis | signaling-device | bell | lvis_v3_bell |
lvis | signaling-device | cowbell | lvis_v3_cowbell |
lvis | signboard | billboard | lvis_v3_billboard |
lvis | signboard | scoreboard | lvis_v3_scoreboard |
lvis | silk-hat | dress-hat | lvis_v3_dress-hat |
lvis | silver-tip | grizzly | lvis_v3_grizzly |
lvis | silvertip | grizzly | lvis_v3_grizzly |
lvis | simple-machine | wagon-wheel | lvis_v3_wagon-wheel |
lvis | simple-machine | wheel | lvis_v3_wheel |
lvis | simulacrum | scarecrow | lvis_v3_scarecrow |
lvis | simulation | figurine | lvis_v3_figurine |
lvis | simulation | globe | lvis_v3_globe |
lvis | simulation | puppet | lvis_v3_puppet |
lvis | simulation | snowman | lvis_v3_snowman |
lvis | single-reed-instrument | clarinet | lvis_v3_clarinet |
lvis | single-reed-instrument | saxophone | lvis_v3_saxophone |
lvis | single-reed-woodwind | clarinet | lvis_v3_clarinet |
lvis | single-reed-woodwind | saxophone | lvis_v3_saxophone |
lvis | sink | kitchen-sink | lvis_v3_kitchen-sink |
lvis | sink | washbasin | lvis_v3_washbasin |
lvis | sinker | doughnut | lvis_v3_doughnut |
lvis | sirenian | manatee | lvis_v3_manatee |
lvis | sirenian-mammal | manatee | lvis_v3_manatee |
lvis | skate | ice-skate | lvis_v3_ice-skate |
lvis | skate | roller-skate | lvis_v3_roller-skate |
lvis | skate | rollerblade | lvis_v3_rollerblade |
lvis | skeeter-hawk | dragonfly | lvis_v3_dragonfly |
lvis | ski | water-ski | lvis_v3_water-ski |
lvis | ski-jacket | ski-parka | lvis_v3_ski-parka |
lvis | skillet | frying-pan | lvis_v3_frying-pan |
lvis | skirt | ballet-skirt | lvis_v3_ballet-skirt |
lvis | skirt | kilt | lvis_v3_kilt |
lvis | skullcap | beanie | lvis_v3_beanie |
lvis | slaw | coleslaw | lvis_v3_coleslaw |
lvis | sledge | sled | lvis_v3_sled |
lvis | sleepwear | nightshirt | lvis_v3_nightshirt |
lvis | sleepwear | pajamas | lvis_v3_pajamas |
lvis | sleigh | sled | lvis_v3_sled |
lvis | slide | slide | lvis_v3_slide |
lvis | slideway | slide | lvis_v3_slide |
lvis | slip | armband | lvis_v3_armband |
lvis | slip | dog-collar | lvis_v3_dog-collar |
lvis | slip | duct-tape | lvis_v3_duct-tape |
lvis | slip | cincture | lvis_v3_cincture |
lvis | slip | headband | lvis_v3_headband |
lvis | slip | headstall | lvis_v3_headstall |
lvis | slip | rubber-band | lvis_v3_rubber-band |
lvis | slip | sweatband | lvis_v3_sweatband |
lvis | slip | tape | lvis_v3_tape |
lvis | slip | wristband | lvis_v3_wristband |
lvis | slip | wristlet | lvis_v3_wristlet |
lvis | slipover | sweatshirt | lvis_v3_sweatshirt |
lvis | slit | mail-slot | lvis_v3_mail-slot |
lvis | sloping-trough | slide | lvis_v3_slide |
lvis | slot | mail-slot | lvis_v3_mail-slot |
lvis | slot-machine | vending-machine | lvis_v3_vending-machine |
lvis | small-arm | machine-gun | lvis_v3_machine-gun |
lvis | small-arm | pistol | lvis_v3_pistol |
lvis | small-arm | rifle | lvis_v3_rifle |
lvis | small-boat | canoe | lvis_v3_canoe |
lvis | small-boat | dinghy | lvis_v3_dinghy |
lvis | small-boat | kayak | lvis_v3_kayak |
lvis | small-indefinite-amount | crumb | lvis_v3_crumb |
lvis | small-indefinite-amount | milkshake | lvis_v3_milkshake |
lvis | small-indefinite-quantity | crumb | lvis_v3_crumb |
lvis | small-indefinite-quantity | milkshake | lvis_v3_milkshake |
lvis | smoke | cigarette | lvis_v3_cigarette |
lvis | smoke-alarm | fire-alarm | lvis_v3_fire-alarm |
lvis | smoothing-iron | iron | lvis_v3_iron |
lvis | snack-food | crisp | lvis_v3_crisp |
lvis | snack-food | hamburger | lvis_v3_hamburger |
lvis | snack-food | sandwich | lvis_v3_sandwich |
lvis | snail | escargot | lvis_v3_escargot |
lvis | snake-doctor | dragonfly | lvis_v3_dragonfly |
lvis | snake-feeder | dragonfly | lvis_v3_dragonfly |
lvis | snooker-table | pool-table | lvis_v3_pool-table |
lvis | soapsuds | shaving-cream | lvis_v3_shaving-cream |
lvis | sock | windsock | lvis_v3_windsock |
lvis | soda | pop | lvis_v3_pop |
lvis | soda-pop | pop | lvis_v3_pop |
lvis | soda-water | pop | lvis_v3_pop |
lvis | sofa | sofa-bed | lvis_v3_sofa-bed |
lvis | sofa | loveseat | lvis_v3_loveseat |
lvis | sofa-bed | sofa-bed | lvis_v3_sofa-bed |
lvis | soft-cover | paperback-book | lvis_v3_paperback-book |
lvis | soft-cover-book | paperback-book | lvis_v3_paperback-book |
lvis | soft-drink | pop | lvis_v3_pop |
lvis | soft-drink | root-beer | lvis_v3_root-beer |
lvis | soft-finned-fish | goldfish | lvis_v3_goldfish |
lvis | soft-finned-fish | salmon | lvis_v3_salmon |
lvis | softback | paperback-book | lvis_v3_paperback-book |
lvis | softback-book | paperback-book | lvis_v3_paperback-book |
lvis | solanaceous-vegetable | bell-pepper | lvis_v3_bell-pepper |
lvis | solanaceous-vegetable | chili | lvis_v3_chili |
lvis | solanaceous-vegetable | eggplant | lvis_v3_eggplant |
lvis | solanaceous-vegetable | mashed-potato | lvis_v3_mashed-potato |
lvis | solanaceous-vegetable | potato | lvis_v3_potato |
lvis | solanaceous-vegetable | tomato | lvis_v3_tomato |
lvis | solar-battery | solar-array | lvis_v3_solar-array |
lvis | solar-panel | solar-array | lvis_v3_solar-array |
lvis | solid | beef | lvis_v3_beef |
lvis | solid | bread | lvis_v3_bread |
lvis | solid | butter | lvis_v3_butter |
lvis | solid | cake | lvis_v3_cake |
lvis | solid | eel | lvis_v3_eel |
lvis | solid | escargot | lvis_v3_escargot |
lvis | solid | fish | lvis_v3_fish |
lvis | solid | gemstone | lvis_v3_gemstone |
lvis | solid | octopus | lvis_v3_octopus |
lvis | solid | pastry | lvis_v3_pastry |
lvis | solid | prawn | lvis_v3_prawn |
lvis | solid | salmon | lvis_v3_salmon |
lvis | solid | sausage | lvis_v3_sausage |
lvis | solid | squid | lvis_v3_squid |
lvis | solid | string-cheese | lvis_v3_string-cheese |
lvis | solid | yogurt | lvis_v3_yogurt |
lvis | solid-figure | sculpture | lvis_v3_sculpture |
lvis | solid-figure | statue | lvis_v3_statue |
lvis | solid-food | apple | lvis_v3_apple |
lvis | solid-food | apricot | lvis_v3_apricot |
lvis | solid-food | artichoke | lvis_v3_artichoke |
lvis | solid-food | asparagus | lvis_v3_asparagus |
lvis | solid-food | avocado | lvis_v3_avocado |
lvis | solid-food | banana | lvis_v3_banana |
lvis | solid-food | beef | lvis_v3_beef |
lvis | solid-food | birthday-cake | lvis_v3_birthday-cake |
lvis | solid-food | bread | lvis_v3_bread |
lvis | solid-food | bun | lvis_v3_bun |
lvis | solid-food | butter | lvis_v3_butter |
lvis | solid-food | cake | lvis_v3_cake |
lvis | solid-food | cherry | lvis_v3_cherry |
lvis | solid-food | chocolate-bar | lvis_v3_chocolate-bar |
lvis | solid-food | chocolate-cake | lvis_v3_chocolate-cake |
lvis | solid-food | cookie | lvis_v3_cookie |
lvis | solid-food | crabmeat | lvis_v3_crabmeat |
lvis | solid-food | cracker | lvis_v3_cracker |
lvis | solid-food | crouton | lvis_v3_crouton |
lvis | solid-food | cucumber | lvis_v3_cucumber |
lvis | solid-food | cupcake | lvis_v3_cupcake |
lvis | solid-food | date | lvis_v3_date |
lvis | solid-food | eel | lvis_v3_eel |
lvis | solid-food | escargot | lvis_v3_escargot |
lvis | solid-food | fig | lvis_v3_fig |
lvis | solid-food | fish | lvis_v3_fish |
lvis | solid-food | grape | lvis_v3_grape |
lvis | solid-food | kiwi-fruit | lvis_v3_kiwi-fruit |
lvis | solid-food | melon | lvis_v3_melon |
lvis | solid-food | octopus | lvis_v3_octopus |
lvis | solid-food | pancake | lvis_v3_pancake |
lvis | solid-food | papaya | lvis_v3_papaya |
lvis | solid-food | pastry | lvis_v3_pastry |
lvis | solid-food | peach | lvis_v3_peach |
lvis | solid-food | pear | lvis_v3_pear |
lvis | solid-food | pie | lvis_v3_pie |
lvis | solid-food | pineapple | lvis_v3_pineapple |
lvis | solid-food | prawn | lvis_v3_prawn |
lvis | solid-food | pumpkin | lvis_v3_pumpkin |
lvis | solid-food | rib | lvis_v3_rib |
lvis | solid-food | salami | lvis_v3_salami |
lvis | solid-food | salmon | lvis_v3_salmon |
lvis | solid-food | sausage | lvis_v3_sausage |
lvis | solid-food | squid | lvis_v3_squid |
lvis | solid-food | steak | lvis_v3_steak |
lvis | solid-food | string-cheese | lvis_v3_string-cheese |
lvis | solid-food | toast | lvis_v3_toast |
lvis | solid-food | waffle | lvis_v3_waffle |
lvis | solid-food | wedding-cake | lvis_v3_wedding-cake |
lvis | solid-food | yogurt | lvis_v3_yogurt |
lvis | solution | gargle | lvis_v3_gargle |
lvis | somebody | person | lvis_v3_person |
lvis | someone | person | lvis_v3_person |
lvis | sorbent | sponge | lvis_v3_sponge |
lvis | sorbent-material | sponge | lvis_v3_sponge |
lvis | soul | person | lvis_v3_person |
lvis | sound-recording | phonograph-record | lvis_v3_phonograph-record |
lvis | sound-system | ipod | lvis_v3_ipod |
lvis | sound-system | stereo | lvis_v3_stereo |
lvis | soup-spoon | soupspoon | lvis_v3_soupspoon |
lvis | source-of-illumination | blinker | lvis_v3_blinker |
lvis | source-of-illumination | candle | lvis_v3_candle |
lvis | source-of-illumination | flash | lvis_v3_flash |
lvis | source-of-illumination | flashlight | lvis_v3_flashlight |
lvis | source-of-illumination | headlight | lvis_v3_headlight |
lvis | source-of-illumination | lantern | lvis_v3_lantern |
lvis | source-of-illumination | lightbulb | lvis_v3_lightbulb |
lvis | source-of-illumination | oil-lamp | lvis_v3_oil-lamp |
lvis | source-of-illumination | spotlight | lvis_v3_spotlight |
lvis | source-of-illumination | streetlight | lvis_v3_streetlight |
lvis | source-of-illumination | taillight | lvis_v3_taillight |
lvis | soured-cream | sour-cream | lvis_v3_sour-cream |
lvis | sousaphone | bass-horn | lvis_v3_bass-horn |
lvis | soybean-milk | soya-milk | lvis_v3_soya-milk |
lvis | soymilk | soya-milk | lvis_v3_soya-milk |
lvis | space-vehicle | space-shuttle | lvis_v3_space-shuttle |
lvis | spacecraft | space-shuttle | lvis_v3_space-shuttle |
lvis | spanner | wrench | lvis_v3_wrench |
lvis | spar | mast | lvis_v3_mast |
lvis | speaker | bullhorn | lvis_v3_bullhorn |
lvis | speaker | speaker | lvis_v3_speaker |
lvis | speaker | subwoofer | lvis_v3_subwoofer |
lvis | speaker-system | bullhorn | lvis_v3_bullhorn |
lvis | speaker-system | speaker | lvis_v3_speaker |
lvis | speaker-system | subwoofer | lvis_v3_subwoofer |
lvis | speaker-unit | bullhorn | lvis_v3_bullhorn |
lvis | speaker-unit | speaker | lvis_v3_speaker |
lvis | speaker-unit | subwoofer | lvis_v3_subwoofer |
lvis | specie | coin | lvis_v3_coin |
lvis | specie | penny | lvis_v3_penny |
lvis | specs | goggles | lvis_v3_goggles |
lvis | specs | spectacles | lvis_v3_spectacles |
lvis | specs | sunglasses | lvis_v3_sunglasses |
lvis | spectacles | goggles | lvis_v3_goggles |
lvis | spectacles | sunglasses | lvis_v3_sunglasses |
lvis | spermatophyte | sunflower | lvis_v3_sunflower |
lvis | sphenisciform-seabird | penguin | lvis_v3_penguin |
lvis | sphere | globe | lvis_v3_globe |
lvis | spigot | faucet | lvis_v3_faucet |
lvis | spigot | water-faucet | lvis_v3_water-faucet |
lvis | spiny-finned-fish | puffer | lvis_v3_puffer |
lvis | spiny-lobster | crawfish | lvis_v3_crawfish |
lvis | spirits | liquor | lvis_v3_liquor |
lvis | spirits | tequila | lvis_v3_tequila |
lvis | spirits | vodka | lvis_v3_vodka |
lvis | spool | bobbin | lvis_v3_bobbin |
lvis | spoon | soupspoon | lvis_v3_soupspoon |
lvis | spoon | wooden-spoon | lvis_v3_wooden-spoon |
lvis | sport-coat | blazer | lvis_v3_blazer |
lvis | sport-jacket | blazer | lvis_v3_blazer |
lvis | sport-shirt | polo-shirt | lvis_v3_polo-shirt |
lvis | sports-coat | blazer | lvis_v3_blazer |
lvis | sports-equipment | barbell | lvis_v3_barbell |
lvis | sports-equipment | baseball-base | lvis_v3_baseball-base |
lvis | sports-equipment | baseball | lvis_v3_baseball |
lvis | sports-equipment | baseball-bat | lvis_v3_baseball-bat |
lvis | sports-equipment | baseball-glove | lvis_v3_baseball-glove |
lvis | sports-equipment | basketball | lvis_v3_basketball |
lvis | sports-equipment | boxing-glove | lvis_v3_boxing-glove |
lvis | sports-equipment | dumbbell | lvis_v3_dumbbell |
lvis | sports-equipment | golf-club | lvis_v3_golf-club |
lvis | sports-equipment | golfcart | lvis_v3_golfcart |
lvis | sports-equipment | hockey-stick | lvis_v3_hockey-stick |
lvis | sports-equipment | home-plate | lvis_v3_home-plate |
lvis | sports-equipment | ice-skate | lvis_v3_ice-skate |
lvis | sports-equipment | mat | lvis_v3_mat |
lvis | sports-equipment | mound | lvis_v3_mound |
lvis | sports-equipment | roller-skate | lvis_v3_roller-skate |
lvis | sports-equipment | rollerblade | lvis_v3_rollerblade |
lvis | sports-equipment | trampoline | lvis_v3_trampoline |
lvis | sports-implement | mallet | lvis_v3_mallet |
lvis | sports-implement | racket | lvis_v3_racket |
lvis | sports-implement | tennis-racket | lvis_v3_tennis-racket |
lvis | sports-jacket | blazer | lvis_v3_blazer |
lvis | spot | spotlight | lvis_v3_spotlight |
lvis | spray | atomizer | lvis_v3_atomizer |
lvis | spray-can | aerosol-can | lvis_v3_aerosol-can |
lvis | sprayer | atomizer | lvis_v3_atomizer |
lvis | spread | bedspread | lvis_v3_bedspread |
lvis | spread | hummus | lvis_v3_hummus |
lvis | spread | peanut-butter | lvis_v3_peanut-butter |
lvis | spring-onion | green-onion | lvis_v3_green-onion |
lvis | spring-roll | egg-roll | lvis_v3_egg-roll |
lvis | springboard | diving-board | lvis_v3_diving-board |
lvis | spud | mashed-potato | lvis_v3_mashed-potato |
lvis | spud | potato | lvis_v3_potato |
lvis | squad-car | police-cruiser | lvis_v3_police-cruiser |
lvis | square-block | cube | lvis_v3_cube |
lvis | square-block | die | lvis_v3_die |
lvis | squash | zucchini | lvis_v3_zucchini |
lvis | squealer | hog | lvis_v3_hog |
lvis | squeezer | reamer | lvis_v3_reamer |
lvis | squirt-gun | water-gun | lvis_v3_water-gun |
lvis | squirter | water-gun | lvis_v3_water-gun |
lvis | stable-gear | saddle-blanket | lvis_v3_saddle-blanket |
lvis | stable-gear | yoke | lvis_v3_yoke |
lvis | staff | crutch | lvis_v3_crutch |
lvis | staff | flagpole | lvis_v3_flagpole |
lvis | staff-of-life | bagel | lvis_v3_bagel |
lvis | staff-of-life | baguet | lvis_v3_baguet |
lvis | staff-of-life | bread | lvis_v3_bread |
lvis | staff-of-life | bun | lvis_v3_bun |
lvis | staff-of-life | cornbread | lvis_v3_cornbread |
lvis | staff-of-life | cracker | lvis_v3_cracker |
lvis | staff-of-life | crescent-roll | lvis_v3_crescent-roll |
lvis | staff-of-life | crouton | lvis_v3_crouton |
lvis | staff-of-life | muffin | lvis_v3_muffin |
lvis | staff-of-life | pita | lvis_v3_pita |
lvis | staff-of-life | pretzel | lvis_v3_pretzel |
lvis | staff-of-life | toast | lvis_v3_toast |
lvis | stage | stagecoach | lvis_v3_stagecoach |
lvis | staircase | ladder | lvis_v3_ladder |
lvis | staircase | stepladder | lvis_v3_stepladder |
lvis | stairs | ladder | lvis_v3_ladder |
lvis | stairs | stepladder | lvis_v3_stepladder |
lvis | stairway | ladder | lvis_v3_ladder |
lvis | stairway | stepladder | lvis_v3_stepladder |
lvis | stalk | onion | lvis_v3_onion |
lvis | stalk | sugarcane | lvis_v3_sugarcane |
lvis | stall | newsstand | lvis_v3_newsstand |
lvis | stall | telephone-booth | lvis_v3_telephone-booth |
lvis | stamp-pad | inkpad | lvis_v3_inkpad |
lvis | stand | easel | lvis_v3_easel |
lvis | stand | newsstand | lvis_v3_newsstand |
lvis | stand | spice-rack | lvis_v3_spice-rack |
lvis | stand | tripod | lvis_v3_tripod |
lvis | standard | money | lvis_v3_money |
lvis | stapling-machine | stapler | lvis_v3_stapler |
lvis | starches | bagel | lvis_v3_bagel |
lvis | starches | bread | lvis_v3_bread |
lvis | starches | bun | lvis_v3_bun |
lvis | starches | cornbread | lvis_v3_cornbread |
lvis | starches | cracker | lvis_v3_cracker |
lvis | starches | crescent-roll | lvis_v3_crescent-roll |
lvis | starches | crouton | lvis_v3_crouton |
lvis | starches | mashed-potato | lvis_v3_mashed-potato |
lvis | starches | muffin | lvis_v3_muffin |
lvis | starches | pita | lvis_v3_pita |
lvis | starches | potato | lvis_v3_potato |
lvis | starches | pretzel | lvis_v3_pretzel |
lvis | starches | toast | lvis_v3_toast |
lvis | statuette | figurine | lvis_v3_figurine |
lvis | stays | corset | lvis_v3_corset |
lvis | steel | sword | lvis_v3_sword |
lvis | stem | onion | lvis_v3_onion |
lvis | stem | sugarcane | lvis_v3_sugarcane |
lvis | step-ladder | stepladder | lvis_v3_stepladder |
lvis | stepladder | stepladder | lvis_v3_stepladder |
lvis | steps | ladder | lvis_v3_ladder |
lvis | steps | stepladder | lvis_v3_stepladder |
lvis | stereo | ipod | lvis_v3_ipod |
lvis | stereo-system | ipod | lvis_v3_ipod |
lvis | stereo-system | stereo | lvis_v3_stereo |
lvis | stereophonic-system | ipod | lvis_v3_ipod |
lvis | stereophonic-system | stereo | lvis_v3_stereo |
lvis | stereophony | ipod | lvis_v3_ipod |
lvis | stereophony | stereo | lvis_v3_stereo |
lvis | stetson | fedora | lvis_v3_fedora |
lvis | stick | baseball-bat | lvis_v3_baseball-bat |
lvis | stick | walking-cane | lvis_v3_walking-cane |
lvis | stick | crutch | lvis_v3_crutch |
lvis | stick | drumstick | lvis_v3_drumstick |
lvis | stick | flagpole | lvis_v3_flagpole |
lvis | stick | hockey-stick | lvis_v3_hockey-stick |
lvis | stick | walking-stick | lvis_v3_walking-stick |
lvis | sticker | dagger | lvis_v3_dagger |
lvis | stirrup-iron | stirrup | lvis_v3_stirrup |
lvis | stone | gemstone | lvis_v3_gemstone |
lvis | stone | gravestone | lvis_v3_gravestone |
lvis | stone-fruit | almond | lvis_v3_almond |
lvis | stone-fruit | blackberry | lvis_v3_blackberry |
lvis | stone-fruit | cherry | lvis_v3_cherry |
lvis | stone-fruit | peach | lvis_v3_peach |
lvis | stone-fruit | raspberry | lvis_v3_raspberry |
lvis | stool | footstool | lvis_v3_footstool |
lvis | stool | music-stool | lvis_v3_music-stool |
lvis | stool | step-stool | lvis_v3_step-stool |
lvis | stool | toilet | lvis_v3_toilet |
lvis | stop | cork | lvis_v3_cork |
lvis | stop-sign | stop-sign | lvis_v3_stop-sign |
lvis | stoplight | brake-light | lvis_v3_brake-light |
lvis | stoplight | traffic-light | lvis_v3_traffic-light |
lvis | stoppage | cork | lvis_v3_cork |
lvis | stopper | cork | lvis_v3_cork |
lvis | stopple | cork | lvis_v3_cork |
lvis | storage-battery | car-battery | lvis_v3_car-battery |
lvis | storage-device | phonograph-record | lvis_v3_phonograph-record |
lvis | storage-device | videotape | lvis_v3_videotape |
lvis | storage-locker | locker | lvis_v3_locker |
lvis | storage-space | cupboard | lvis_v3_cupboard |
lvis | storage-space | drawer | lvis_v3_drawer |
lvis | storage-tank | aquarium | lvis_v3_aquarium |
lvis | storage-tank | cistern | lvis_v3_cistern |
lvis | storage-tank | fishbowl | lvis_v3_fishbowl |
lvis | storage-tank | tank | lvis_v3_tank |
lvis | storage-tank | water-heater | lvis_v3_water-heater |
lvis | storage-tank | water-tower | lvis_v3_water-tower |
lvis | store | newsstand | lvis_v3_newsstand |
lvis | stove-poker | poker | lvis_v3_poker |
lvis | stovepipe | dress-hat | lvis_v3_dress-hat |
lvis | strainer | colander | lvis_v3_colander |
lvis | strap | noseband | lvis_v3_noseband |
lvis | straw-man | scarecrow | lvis_v3_scarecrow |
lvis | strawman | scarecrow | lvis_v3_scarecrow |
lvis | streamer | banner | lvis_v3_banner |
lvis | street-drug | alcohol | lvis_v3_alcohol |
lvis | street-drug | cigarette | lvis_v3_cigarette |
lvis | street-drug | liquor | lvis_v3_liquor |
lvis | street-drug | tequila | lvis_v3_tequila |
lvis | street-drug | vodka | lvis_v3_vodka |
lvis | street-lamp | streetlight | lvis_v3_streetlight |
lvis | string | violin | lvis_v3_violin |
lvis | stringed-instrument | banjo | lvis_v3_banjo |
lvis | stringed-instrument | guitar | lvis_v3_guitar |
lvis | stringed-instrument | piano | lvis_v3_piano |
lvis | stringed-instrument | violin | lvis_v3_violin |
lvis | strip | armband | lvis_v3_armband |
lvis | strip | dog-collar | lvis_v3_dog-collar |
lvis | strip | duct-tape | lvis_v3_duct-tape |
lvis | strip | cincture | lvis_v3_cincture |
lvis | strip | headband | lvis_v3_headband |
lvis | strip | headstall | lvis_v3_headstall |
lvis | strip | rubber-band | lvis_v3_rubber-band |
lvis | strip | sweatband | lvis_v3_sweatband |
lvis | strip | tape | lvis_v3_tape |
lvis | strip | toothpick | lvis_v3_toothpick |
lvis | strip | wristband | lvis_v3_wristband |
lvis | strip | wristlet | lvis_v3_wristlet |
lvis | strobile | pinecone | lvis_v3_pinecone |
lvis | strobilus | pinecone | lvis_v3_pinecone |
lvis | stroller | baby-buggy | lvis_v3_baby-buggy |
lvis | strong-drink | liquor | lvis_v3_liquor |
lvis | strong-drink | tequila | lvis_v3_tequila |
lvis | strong-drink | vodka | lvis_v3_vodka |
lvis | strongbox | cash-register | lvis_v3_cash-register |
lvis | structural-member | lamppost | lvis_v3_lamppost |
lvis | structural-member | telephone-pole | lvis_v3_telephone-pole |
lvis | structure | visor | lvis_v3_visor |
lvis | structure | billboard | lvis_v3_billboard |
lvis | structure | brass-plaque | lvis_v3_brass-plaque |
lvis | structure | cabana | lvis_v3_cabana |
lvis | structure | clock-tower | lvis_v3_clock-tower |
lvis | structure | cornice | lvis_v3_cornice |
lvis | structure | cupboard | lvis_v3_cupboard |
lvis | structure | dollhouse | lvis_v3_dollhouse |
lvis | structure | drawer | lvis_v3_drawer |
lvis | structure | gravestone | lvis_v3_gravestone |
lvis | structure | grill | lvis_v3_grill |
lvis | structure | kennel | lvis_v3_kennel |
lvis | structure | playpen | lvis_v3_playpen |
lvis | structure | sawhorse | lvis_v3_sawhorse |
lvis | structure | scoreboard | lvis_v3_scoreboard |
lvis | structure | signboard | lvis_v3_signboard |
lvis | structure | silo | lvis_v3_silo |
lvis | struthio-camelus | ostrich | lvis_v3_ostrich |
lvis | stuff | coloring-material | lvis_v3_coloring-material |
lvis | stuff | gift-wrap | lvis_v3_gift-wrap |
lvis | stuff | log | lvis_v3_log |
lvis | stuff | notepad | lvis_v3_notepad |
lvis | stuff | parchment | lvis_v3_parchment |
lvis | stuff | sponge | lvis_v3_sponge |
lvis | stuff | tissue-paper | lvis_v3_tissue-paper |
lvis | stuff | toilet-tissue | lvis_v3_toilet-tissue |
lvis | style | stylus | lvis_v3_stylus |
lvis | subject-matter | receipt | lvis_v3_receipt |
lvis | substance | alcohol | lvis_v3_alcohol |
lvis | substance | cider | lvis_v3_cider |
lvis | substance | cocoa | lvis_v3_cocoa |
lvis | substance | coloring-material | lvis_v3_coloring-material |
lvis | substance | egg | lvis_v3_egg |
lvis | substance | fruit-juice | lvis_v3_fruit-juice |
lvis | substance | gargle | lvis_v3_gargle |
lvis | substance | igniter | lvis_v3_igniter |
lvis | substance | medicine | lvis_v3_medicine |
lvis | substance | milk | lvis_v3_milk |
lvis | substance | parchment | lvis_v3_parchment |
lvis | substance | receipt | lvis_v3_receipt |
lvis | substance | smoothie | lvis_v3_smoothie |
lvis | substance | tissue-paper | lvis_v3_tissue-paper |
lvis | sucker | lollipop | lvis_v3_lollipop |
lvis | suds | shaving-cream | lvis_v3_shaving-cream |
lvis | sugar-cane | sugarcane | lvis_v3_sugarcane |
lvis | suit-of-armor | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | suit-of-armor | chain-mail | lvis_v3_chain-mail |
lvis | suit-of-armour | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | suit-of-armour | chain-mail | lvis_v3_chain-mail |
lvis | suit-of-clothes | suit | lvis_v3_suit |
lvis | suitcase | suitcase | lvis_v3_suitcase |
lvis | summer-squash | zucchini | lvis_v3_zucchini |
lvis | sun-hat | sunhat | lvis_v3_sunhat |
lvis | sunblind | awning | lvis_v3_awning |
lvis | sunshade | awning | lvis_v3_awning |
lvis | sunshade | parasol | lvis_v3_parasol |
lvis | supplement | wall-socket | lvis_v3_wall-socket |
lvis | support | coat-hanger | lvis_v3_coat-hanger |
lvis | support | easel | lvis_v3_easel |
lvis | support | saddle | lvis_v3_saddle |
lvis | support | spice-rack | lvis_v3_spice-rack |
lvis | support | stirrup | lvis_v3_stirrup |
lvis | support | tripod | lvis_v3_tripod |
lvis | supporting-structure | coatrack | lvis_v3_coatrack |
lvis | supporting-structure | cornice | lvis_v3_cornice |
lvis | supporting-structure | grill | lvis_v3_grill |
lvis | supporting-structure | sawhorse | lvis_v3_sawhorse |
lvis | supporting-structure | towel-rack | lvis_v3_towel-rack |
lvis | surface | gameboard | lvis_v3_gameboard |
lvis | surface | checkerboard | lvis_v3_checkerboard |
lvis | surface | chessboard | lvis_v3_chessboard |
lvis | surface | clipboard | lvis_v3_clipboard |
lvis | surface | dartboard | lvis_v3_dartboard |
lvis | surface | pegboard | lvis_v3_pegboard |
lvis | surface-active-agent | detergent | lvis_v3_detergent |
lvis | surfactant | detergent | lvis_v3_detergent |
lvis | sus-scrofa | hog | lvis_v3_hog |
lvis | suspender | suspenders | lvis_v3_suspenders |
lvis | sustenance | applesauce | lvis_v3_applesauce |
lvis | sustenance | boiled-egg | lvis_v3_boiled-egg |
lvis | sustenance | burrito | lvis_v3_burrito |
lvis | sustenance | casserole | lvis_v3_casserole |
lvis | sustenance | crisp | lvis_v3_crisp |
lvis | sustenance | coleslaw | lvis_v3_coleslaw |
lvis | sustenance | egg-roll | lvis_v3_egg-roll |
lvis | sustenance | french-toast | lvis_v3_french-toast |
lvis | sustenance | gelatin | lvis_v3_gelatin |
lvis | sustenance | lasagna | lvis_v3_lasagna |
lvis | sustenance | meatball | lvis_v3_meatball |
lvis | sustenance | omelet | lvis_v3_omelet |
lvis | sustenance | patty | lvis_v3_patty |
lvis | sustenance | pizza | lvis_v3_pizza |
lvis | sustenance | pudding | lvis_v3_pudding |
lvis | sustenance | quesadilla | lvis_v3_quesadilla |
lvis | sustenance | salad | lvis_v3_salad |
lvis | sustenance | sandwich | lvis_v3_sandwich |
lvis | sustenance | soup | lvis_v3_soup |
lvis | sustenance | stew | lvis_v3_stew |
lvis | sustenance | sushi | lvis_v3_sushi |
lvis | sustenance | taco | lvis_v3_taco |
lvis | swab | mop | lvis_v3_mop |
lvis | sweater | cardigan | lvis_v3_cardigan |
lvis | sweater | sweatshirt | lvis_v3_sweatshirt |
lvis | sweater | turtleneck | lvis_v3_turtleneck |
lvis | sweatpants | sweat-pants | lvis_v3_sweat-pants |
lvis | sweet | bubble-gum | lvis_v3_bubble-gum |
lvis | sweet | candy-bar | lvis_v3_candy-bar |
lvis | sweet | candy-cane | lvis_v3_candy-cane |
lvis | sweet | chocolate-mousse | lvis_v3_chocolate-mousse |
lvis | sweet | fudge | lvis_v3_fudge |
lvis | sweet | icecream | lvis_v3_icecream |
lvis | sweet | popsicle | lvis_v3_popsicle |
lvis | sweet | jam | lvis_v3_jam |
lvis | sweet | jelly-bean | lvis_v3_jelly-bean |
lvis | sweet | lollipop | lvis_v3_lollipop |
lvis | sweet | mint-candy | lvis_v3_mint-candy |
lvis | sweet | sherbert | lvis_v3_sherbert |
lvis | sweet | truffle | lvis_v3_truffle |
lvis | sweet-melon | cantaloup | lvis_v3_cantaloup |
lvis | sweet-pepper | bell-pepper | lvis_v3_bell-pepper |
lvis | sweetener | honey | lvis_v3_honey |
lvis | sweetening | honey | lvis_v3_honey |
lvis | swimming-costume | swimsuit | lvis_v3_swimsuit |
lvis | swimwear | swimsuit | lvis_v3_swimsuit |
lvis | swine | hog | lvis_v3_hog |
lvis | swob | mop | lvis_v3_mop |
lvis | symbol | award | lvis_v3_award |
lvis | symbol | trophy-cup | lvis_v3_trophy-cup |
lvis | symbol | milestone | lvis_v3_milestone |
lvis | symbol | sharpie | lvis_v3_sharpie |
lvis | symbol | tag | lvis_v3_tag |
lvis | system | stereo | lvis_v3_stereo |
lvis | t-shirt | jersey | lvis_v3_jersey |
lvis | t-shirt | turtleneck | lvis_v3_turtleneck |
lvis | tabasco | tabasco-sauce | lvis_v3_tabasco-sauce |
lvis | tabasco-sauce | tabasco-sauce | lvis_v3_tabasco-sauce |
lvis | table | coffee-table | lvis_v3_coffee-table |
lvis | table | desk | lvis_v3_desk |
lvis | table | dining-table | lvis_v3_dining-table |
lvis | table | kitchen-table | lvis_v3_kitchen-table |
lvis | table | pool-table | lvis_v3_pool-table |
lvis | table | table-tennis-table | lvis_v3_table-tennis-table |
lvis | table-knife | steak-knife | lvis_v3_steak-knife |
lvis | table-linen | bib | lvis_v3_bib |
lvis | table-linen | napkin | lvis_v3_napkin |
lvis | table-linen | place-mat | lvis_v3_place-mat |
lvis | table-linen | tablecloth | lvis_v3_tablecloth |
lvis | table-napkin | bib | lvis_v3_bib |
lvis | table-napkin | napkin | lvis_v3_napkin |
lvis | tablet | notepad | lvis_v3_notepad |
lvis | tableware | bowl | lvis_v3_bowl |
lvis | tableware | chalice | lvis_v3_chalice |
lvis | tableware | chinaware | lvis_v3_chinaware |
lvis | tableware | chopstick | lvis_v3_chopstick |
lvis | tableware | cup | lvis_v3_cup |
lvis | tableware | dish | lvis_v3_dish |
lvis | tableware | dixie-cup | lvis_v3_dixie-cup |
lvis | tableware | fork | lvis_v3_fork |
lvis | tableware | gravy-boat | lvis_v3_gravy-boat |
lvis | tableware | paper-plate | lvis_v3_paper-plate |
lvis | tableware | plate | lvis_v3_plate |
lvis | tableware | platter | lvis_v3_platter |
lvis | tableware | salad-plate | lvis_v3_salad-plate |
lvis | tableware | saucer | lvis_v3_saucer |
lvis | tableware | soupspoon | lvis_v3_soupspoon |
lvis | tableware | spoon | lvis_v3_spoon |
lvis | tableware | steak-knife | lvis_v3_steak-knife |
lvis | tableware | sugar-bowl | lvis_v3_sugar-bowl |
lvis | tableware | teacup | lvis_v3_teacup |
lvis | tableware | wooden-spoon | lvis_v3_wooden-spoon |
lvis | tach | tachometer | lvis_v3_tachometer |
lvis | tack | saddle-blanket | lvis_v3_saddle-blanket |
lvis | tack | thumbtack | lvis_v3_thumbtack |
lvis | tack | yoke | lvis_v3_yoke |
lvis | tail-coat | dress-suit | lvis_v3_dress-suit |
lvis | tail-lamp | taillight | lvis_v3_taillight |
lvis | tailcoat | dress-suit | lvis_v3_dress-suit |
lvis | tails | dress-suit | lvis_v3_dress-suit |
lvis | tank | aquarium | lvis_v3_aquarium |
lvis | tank | cistern | lvis_v3_cistern |
lvis | tank | fishbowl | lvis_v3_fishbowl |
lvis | tank | army-tank | lvis_v3_army-tank |
lvis | tank | water-heater | lvis_v3_water-heater |
lvis | tank | water-tower | lvis_v3_water-tower |
lvis | tap | water-faucet | lvis_v3_water-faucet |
lvis | tape | duct-tape | lvis_v3_duct-tape |
lvis | tape | tape-measure | lvis_v3_tape-measure |
lvis | tape | videotape | lvis_v3_videotape |
lvis | tape-measure | tape-measure | lvis_v3_tape-measure |
lvis | tape-recording | videotape | lvis_v3_videotape |
lvis | tapeline | tape-measure | lvis_v3_tape-measure |
lvis | taper | candle | lvis_v3_candle |
lvis | taping | videotape | lvis_v3_videotape |
lvis | tapis | tapestry | lvis_v3_tapestry |
lvis | tarp | tarp | lvis_v3_tarp |
lvis | tarpaulin | tarp | lvis_v3_tarp |
lvis | tart | quiche | lvis_v3_quiche |
lvis | taste | crumb | lvis_v3_crumb |
lvis | tater | mashed-potato | lvis_v3_mashed-potato |
lvis | tater | potato | lvis_v3_potato |
lvis | taxi | cab | lvis_v3_cab |
lvis | taxicab | cab | lvis_v3_cab |
lvis | tea | tea-bag | lvis_v3_tea-bag |
lvis | tea-leaf | tea-bag | lvis_v3_tea-bag |
lvis | tea-towel | dishtowel | lvis_v3_dishtowel |
lvis | teddy | teddy-bear | lvis_v3_teddy-bear |
lvis | teddy-bear | teddy-bear | lvis_v3_teddy-bear |
lvis | tee-shirt | jersey | lvis_v3_jersey |
lvis | tee-shirt | turtleneck | lvis_v3_turtleneck |
lvis | teething-ring | pacifier | lvis_v3_pacifier |
lvis | telegraph-pole | telephone-pole | lvis_v3_telephone-pole |
lvis | telegraph-post | telephone-pole | lvis_v3_telephone-pole |
lvis | teleost | puffer | lvis_v3_puffer |
lvis | teleost | salmon | lvis_v3_salmon |
lvis | teleost | seahorse | lvis_v3_seahorse |
lvis | teleost-fish | puffer | lvis_v3_puffer |
lvis | teleost-fish | salmon | lvis_v3_salmon |
lvis | teleost-fish | seahorse | lvis_v3_seahorse |
lvis | teleostan | puffer | lvis_v3_puffer |
lvis | teleostan | salmon | lvis_v3_salmon |
lvis | teleostan | seahorse | lvis_v3_seahorse |
lvis | telephone | cellular-telephone | lvis_v3_cellular-telephone |
lvis | telephone-book | phonebook | lvis_v3_phonebook |
lvis | telephone-box | telephone-booth | lvis_v3_telephone-booth |
lvis | telephone-directory | phonebook | lvis_v3_phonebook |
lvis | telephone-kiosk | telephone-booth | lvis_v3_telephone-booth |
lvis | telephone-receiver | headset | lvis_v3_headset |
lvis | telephone-set | cellular-telephone | lvis_v3_cellular-telephone |
lvis | telephone-set | telephone | lvis_v3_telephone |
lvis | television | television-set | lvis_v3_television-set |
lvis | television-camera | camcorder | lvis_v3_camcorder |
lvis | television-equipment | camcorder | lvis_v3_camcorder |
lvis | television-equipment | television-camera | lvis_v3_television-camera |
lvis | television-receiver | television-set | lvis_v3_television-set |
lvis | television-set | television-set | lvis_v3_television-set |
lvis | telly | television-set | lvis_v3_television-set |
lvis | ten-gallon-hat | cowboy-hat | lvis_v3_cowboy-hat |
lvis | tennis-racquet | tennis-racket | lvis_v3_tennis-racket |
lvis | tent | cabana | lvis_v3_cabana |
lvis | tete-a-tete | loveseat | lvis_v3_loveseat |
lvis | textile | bandanna | lvis_v3_bandanna |
lvis | textile | bath-towel | lvis_v3_bath-towel |
lvis | textile | dishrag | lvis_v3_dishrag |
lvis | textile | dishtowel | lvis_v3_dishtowel |
lvis | textile | flannel | lvis_v3_flannel |
lvis | textile | fleece | lvis_v3_fleece |
lvis | textile | hairnet | lvis_v3_hairnet |
lvis | textile | hand-towel | lvis_v3_hand-towel |
lvis | textile | handkerchief | lvis_v3_handkerchief |
lvis | textile | paper-towel | lvis_v3_paper-towel |
lvis | textile | sail | lvis_v3_sail |
lvis | textile | tapestry | lvis_v3_tapestry |
lvis | textile | tarp | lvis_v3_tarp |
lvis | textile | tartan | lvis_v3_tartan |
lvis | textile | towel | lvis_v3_towel |
lvis | textile-machine | sewing-machine | lvis_v3_sewing-machine |
lvis | thalarctos-maritimus | polar-bear | lvis_v3_polar-bear |
lvis | therapeutic | lip-balm | lvis_v3_lip-balm |
lvis | thermoregulator | thermostat | lvis_v3_thermostat |
lvis | thermos | thermos-bottle | lvis_v3_thermos-bottle |
lvis | thermos-bottle | thermos-bottle | lvis_v3_thermos-bottle |
lvis | thermos-flask | thermos-bottle | lvis_v3_thermos-bottle |
lvis | thing | freshener | lvis_v3_freshener |
lvis | thong | flip-flop | lvis_v3_flip-flop |
lvis | thread | dental-floss | lvis_v3_dental-floss |
lvis | three-dimensional-figure | sculpture | lvis_v3_sculpture |
lvis | three-dimensional-figure | statue | lvis_v3_statue |
lvis | throne | toilet | lvis_v3_toilet |
lvis | ticker | heart | lvis_v3_heart |
lvis | ticker | pocket-watch | lvis_v3_pocket-watch |
lvis | ticker | watch | lvis_v3_watch |
lvis | tie | bolo-tie | lvis_v3_bolo-tie |
lvis | tie | bow-tie | lvis_v3_bow-tie |
lvis | tie | necktie | lvis_v3_necktie |
lvis | tights | pantyhose | lvis_v3_pantyhose |
lvis | till | cash-register | lvis_v3_cash-register |
lvis | timber | toothpick | lvis_v3_toothpick |
lvis | timekeeper | alarm-clock | lvis_v3_alarm-clock |
lvis | timekeeper | clock | lvis_v3_clock |
lvis | timekeeper | hourglass | lvis_v3_hourglass |
lvis | timekeeper | parking-meter | lvis_v3_parking-meter |
lvis | timekeeper | pocket-watch | lvis_v3_pocket-watch |
lvis | timekeeper | timer | lvis_v3_timer |
lvis | timekeeper | wall-clock | lvis_v3_wall-clock |
lvis | timekeeper | watch | lvis_v3_watch |
lvis | timepiece | alarm-clock | lvis_v3_alarm-clock |
lvis | timepiece | clock | lvis_v3_clock |
lvis | timepiece | hourglass | lvis_v3_hourglass |
lvis | timepiece | parking-meter | lvis_v3_parking-meter |
lvis | timepiece | pocket-watch | lvis_v3_pocket-watch |
lvis | timepiece | timer | lvis_v3_timer |
lvis | timepiece | wall-clock | lvis_v3_wall-clock |
lvis | timepiece | watch | lvis_v3_watch |
lvis | timer | parking-meter | lvis_v3_parking-meter |
lvis | tin | beer-can | lvis_v3_beer-can |
lvis | tin | can | lvis_v3_can |
lvis | tin | canister | lvis_v3_canister |
lvis | tin | milk-can | lvis_v3_milk-can |
lvis | tin-can | beer-can | lvis_v3_beer-can |
lvis | tin-can | can | lvis_v3_can |
lvis | tin-can | milk-can | lvis_v3_milk-can |
lvis | tin-foil | tinfoil | lvis_v3_tinfoil |
lvis | tin-opener | can-opener | lvis_v3_can-opener |
lvis | tissue | tissue-paper | lvis_v3_tissue-paper |
lvis | tissue | toilet-tissue | lvis_v3_toilet-tissue |
lvis | tissue-paper | tissue-paper | lvis_v3_tissue-paper |
lvis | tissue-paper | toilet-tissue | lvis_v3_toilet-tissue |
lvis | toad | frog | lvis_v3_frog |
lvis | toad-frog | frog | lvis_v3_frog |
lvis | tobacco | cigarette | lvis_v3_cigarette |
lvis | tobacco-pipe | hookah | lvis_v3_hookah |
lvis | tobacco-pipe | tobacco-pipe | lvis_v3_tobacco-pipe |
lvis | tofu | bean-curd | lvis_v3_bean-curd |
lvis | toilet-articles | perfume | lvis_v3_perfume |
lvis | toilet-articles | shaving-cream | lvis_v3_shaving-cream |
lvis | toilet-articles | toothbrush | lvis_v3_toothbrush |
lvis | toilet-paper | toilet-tissue | lvis_v3_toilet-tissue |
lvis | toiletry | perfume | lvis_v3_perfume |
lvis | toiletry | shaving-cream | lvis_v3_shaving-cream |
lvis | toiletry | toothbrush | lvis_v3_toothbrush |
lvis | tombstone | gravestone | lvis_v3_gravestone |
lvis | tonic | pop | lvis_v3_pop |
lvis | tool | bottle-opener | lvis_v3_bottle-opener |
lvis | tool | can-opener | lvis_v3_can-opener |
lvis | tool | drill | lvis_v3_drill |
lvis | tool | file | lvis_v3_file |
lvis | tool | hammer | lvis_v3_hammer |
lvis | tool | handsaw | lvis_v3_handsaw |
lvis | tool | lawn-mower | lvis_v3_lawn-mower |
lvis | tool | nailfile | lvis_v3_nailfile |
lvis | tool | pitchfork | lvis_v3_pitchfork |
lvis | tool | pliers | lvis_v3_pliers |
lvis | tool | plow | lvis_v3_plow |
lvis | tool | puncher | lvis_v3_puncher |
lvis | tool | razorblade | lvis_v3_razorblade |
lvis | tool | scraper | lvis_v3_scraper |
lvis | tool | screwdriver | lvis_v3_screwdriver |
lvis | tool | shovel | lvis_v3_shovel |
lvis | tool | spatula | lvis_v3_spatula |
lvis | tool | stylus | lvis_v3_stylus |
lvis | tool | toothpick | lvis_v3_toothpick |
lvis | tool | wrench | lvis_v3_wrench |
lvis | tool-cabinet | toolbox | lvis_v3_toolbox |
lvis | tool-case | toolbox | lvis_v3_toolbox |
lvis | tool-chest | toolbox | lvis_v3_toolbox |
lvis | toothed-whale | dolphin | lvis_v3_dolphin |
lvis | top | blouse | lvis_v3_blouse |
lvis | top | bottle-cap | lvis_v3_bottle-cap |
lvis | top | halter-top | lvis_v3_halter-top |
lvis | top | cover | lvis_v3_cover |
lvis | top-hat | dress-hat | lvis_v3_dress-hat |
lvis | topper | dress-hat | lvis_v3_dress-hat |
lvis | topping | whipped-cream | lvis_v3_whipped-cream |
lvis | torch | flashlight | lvis_v3_flashlight |
lvis | tote | tote-bag | lvis_v3_tote-bag |
lvis | tote-bag | tote-bag | lvis_v3_tote-bag |
lvis | touchstone | money | lvis_v3_money |
lvis | tow-car | tow-truck | lvis_v3_tow-truck |
lvis | towel | bath-towel | lvis_v3_bath-towel |
lvis | towel | dishtowel | lvis_v3_dishtowel |
lvis | towel | hand-towel | lvis_v3_hand-towel |
lvis | towel | paper-towel | lvis_v3_paper-towel |
lvis | towel-horse | towel-rack | lvis_v3_towel-rack |
lvis | tower | clock-tower | lvis_v3_clock-tower |
lvis | tower | silo | lvis_v3_silo |
lvis | toy | ball | lvis_v3_ball |
lvis | toy | beachball | lvis_v3_beachball |
lvis | toy | doll | lvis_v3_doll |
lvis | toy | frisbee | lvis_v3_frisbee |
lvis | toy | kite | lvis_v3_kite |
lvis | toy | lego | lvis_v3_lego |
lvis | toy | pinwheel | lvis_v3_pinwheel |
lvis | toy | rag-doll | lvis_v3_rag-doll |
lvis | toy | teddy-bear | lvis_v3_teddy-bear |
lvis | toy | water-gun | lvis_v3_water-gun |
lvis | tracheophyte | bamboo | lvis_v3_bamboo |
lvis | tracheophyte | broccoli | lvis_v3_broccoli |
lvis | tracheophyte | celery | lvis_v3_celery |
lvis | tracheophyte | lettuce | lvis_v3_lettuce |
lvis | tracked-vehicle | snowmobile | lvis_v3_snowmobile |
lvis | tracked-vehicle | army-tank | lvis_v3_army-tank |
lvis | tractor | bulldozer | lvis_v3_bulldozer |
lvis | tractor-trailer | trailer-truck | lvis_v3_trailer-truck |
lvis | trade-good | nightshirt | lvis_v3_nightshirt |
lvis | trademark | sharpie | lvis_v3_sharpie |
lvis | traffic-signal | traffic-light | lvis_v3_traffic-light |
lvis | trail-bike | dirt-bike | lvis_v3_dirt-bike |
lvis | train | bullet-train | lvis_v3_bullet-train |
lvis | trammel | handcuff | lvis_v3_handcuff |
lvis | transducer | bullhorn | lvis_v3_bullhorn |
lvis | transducer | earphone | lvis_v3_earphone |
lvis | transducer | earplug | lvis_v3_earplug |
lvis | transducer | speaker | lvis_v3_speaker |
lvis | transducer | microphone | lvis_v3_microphone |
lvis | transducer | subwoofer | lvis_v3_subwoofer |
lvis | transmitting-aerial | antenna | lvis_v3_antenna |
lvis | transmitting-aerial | dish-antenna | lvis_v3_dish-antenna |
lvis | transport | baby-buggy | lvis_v3_baby-buggy |
lvis | transport | bicycle | lvis_v3_bicycle |
lvis | transport | bus | lvis_v3_bus |
lvis | transport | railcar | lvis_v3_railcar |
lvis | transport | handcart | lvis_v3_handcart |
lvis | transport | motor-scooter | lvis_v3_motor-scooter |
lvis | transport | school-bus | lvis_v3_school-bus |
lvis | transport | skateboard | lvis_v3_skateboard |
lvis | transport | sled | lvis_v3_sled |
lvis | transport | army-tank | lvis_v3_army-tank |
lvis | transport | train | lvis_v3_train |
lvis | transport | tricycle | lvis_v3_tricycle |
lvis | transport | unicycle | lvis_v3_unicycle |
lvis | transport | wagon | lvis_v3_wagon |
lvis | trash-barrel | trash-can | lvis_v3_trash-can |
lvis | trash-bin | trash-can | lvis_v3_trash-can |
lvis | trash-can | trash-can | lvis_v3_trash-can |
lvis | traveling-bag | suitcase | lvis_v3_suitcase |
lvis | travelling-bag | suitcase | lvis_v3_suitcase |
lvis | treat | bubble-gum | lvis_v3_bubble-gum |
lvis | treat | candy-bar | lvis_v3_candy-bar |
lvis | treat | candy-cane | lvis_v3_candy-cane |
lvis | treat | fudge | lvis_v3_fudge |
lvis | treat | gelatin | lvis_v3_gelatin |
lvis | treat | jelly-bean | lvis_v3_jelly-bean |
lvis | treat | lollipop | lvis_v3_lollipop |
lvis | treat | mint-candy | lvis_v3_mint-candy |
lvis | treat | truffle | lvis_v3_truffle |
lvis | triangular-bandage | sling | lvis_v3_sling |
lvis | trichechus-manatus | manatee | lvis_v3_manatee |
lvis | trike | tricycle | lvis_v3_tricycle |
lvis | trilby | fedora | lvis_v3_fedora |
lvis | tripod | easel | lvis_v3_easel |
lvis | trophy | trophy-cup | lvis_v3_trophy-cup |
lvis | trough | slide | lvis_v3_slide |
lvis | trough | manger | lvis_v3_manger |
lvis | trouser | jean | lvis_v3_jean |
lvis | trouser | short-pants | lvis_v3_short-pants |
lvis | trouser | sweat-pants | lvis_v3_sweat-pants |
lvis | trouser | trousers | lvis_v3_trousers |
lvis | truck | fire-engine | lvis_v3_fire-engine |
lvis | truck | garbage-truck | lvis_v3_garbage-truck |
lvis | truck | minivan | lvis_v3_minivan |
lvis | truck | pickup-truck | lvis_v3_pickup-truck |
lvis | truck | tow-truck | lvis_v3_tow-truck |
lvis | truck | trailer-truck | lvis_v3_trailer-truck |
lvis | trucking-rig | trailer-truck | lvis_v3_trailer-truck |
lvis | true-cat | cat | lvis_v3_cat |
lvis | true-cat | cougar | lvis_v3_cougar |
lvis | trump | cornet | lvis_v3_cornet |
lvis | trumpet | cornet | lvis_v3_cornet |
lvis | trunks | short-pants | lvis_v3_short-pants |
lvis | tub | bathtub | lvis_v3_bathtub |
lvis | tub | vat | lvis_v3_vat |
lvis | tuba | bass-horn | lvis_v3_bass-horn |
lvis | tube | coil | lvis_v3_coil |
lvis | tube | fire-hose | lvis_v3_fire-hose |
lvis | tube | garden-hose | lvis_v3_garden-hose |
lvis | tube | hookah | lvis_v3_hookah |
lvis | tube | hose | lvis_v3_hose |
lvis | tube | tobacco-pipe | lvis_v3_tobacco-pipe |
lvis | tube | pipe | lvis_v3_pipe |
lvis | tube | straw | lvis_v3_straw |
lvis | tubing | coil | lvis_v3_coil |
lvis | tubing | fire-hose | lvis_v3_fire-hose |
lvis | tubing | garden-hose | lvis_v3_garden-hose |
lvis | tubing | hookah | lvis_v3_hookah |
lvis | tubing | hose | lvis_v3_hose |
lvis | tubing | tobacco-pipe | lvis_v3_tobacco-pipe |
lvis | tubing | pipe | lvis_v3_pipe |
lvis | tubing | straw | lvis_v3_straw |
lvis | tuffet | footstool | lvis_v3_footstool |
lvis | tuner | radio-receiver | lvis_v3_radio-receiver |
lvis | tup | ram | lvis_v3_ram |
lvis | turnip-plant | turnip | lvis_v3_turnip |
lvis | turtle | turtleneck | lvis_v3_turtleneck |
lvis | tutu | ballet-skirt | lvis_v3_ballet-skirt |
lvis | tux | tux | lvis_v3_tux |
lvis | tuxedo | tux | lvis_v3_tux |
lvis | tv | television-set | lvis_v3_television-set |
lvis | tv-camera | camcorder | lvis_v3_camcorder |
lvis | tv-camera | television-camera | lvis_v3_television-camera |
lvis | tv-set | television-set | lvis_v3_television-set |
lvis | tympan | drum | lvis_v3_drum |
lvis | tympan | tambourine | lvis_v3_tambourine |
lvis | unction | lip-balm | lvis_v3_lip-balm |
lvis | underclothes | underwear | lvis_v3_underwear |
lvis | underclothing | underwear | lvis_v3_underwear |
lvis | underdrawers | underdrawers | lvis_v3_underdrawers |
lvis | undergarment | brassiere | lvis_v3_brassiere |
lvis | undergarment | corset | lvis_v3_corset |
lvis | undergarment | underdrawers | lvis_v3_underdrawers |
lvis | undergarment | underwear | lvis_v3_underwear |
lvis | underpants | underdrawers | lvis_v3_underdrawers |
lvis | unguent | lip-balm | lvis_v3_lip-balm |
lvis | ungulate | camel | lvis_v3_camel |
lvis | ungulate | deer | lvis_v3_deer |
lvis | ungulate | giraffe | lvis_v3_giraffe |
lvis | ungulate | hippopotamus | lvis_v3_hippopotamus |
lvis | ungulate | hog | lvis_v3_hog |
lvis | ungulate | horse | lvis_v3_horse |
lvis | ungulate | rhinoceros | lvis_v3_rhinoceros |
lvis | ungulate | zebra | lvis_v3_zebra |
lvis | unit | ball | lvis_v3_ball |
lvis | unit | blackboard | lvis_v3_blackboard |
lvis | unit | gameboard | lvis_v3_gameboard |
lvis | unit | bob | lvis_v3_bob |
lvis | unit | bookmark | lvis_v3_bookmark |
lvis | unit | bow | lvis_v3_bow |
lvis | unit | christmas-tree | lvis_v3_christmas-tree |
lvis | unit | cone | lvis_v3_cone |
lvis | unit | cube | lvis_v3_cube |
lvis | unit | cushion | lvis_v3_cushion |
lvis | unit | doll | lvis_v3_doll |
lvis | unit | flannel | lvis_v3_flannel |
lvis | unit | flap | lvis_v3_flap |
lvis | unit | fleece | lvis_v3_fleece |
lvis | unit | flower-arrangement | lvis_v3_flower-arrangement |
lvis | unit | frisbee | lvis_v3_frisbee |
lvis | unit | gargoyle | lvis_v3_gargoyle |
lvis | unit | globe | lvis_v3_globe |
lvis | unit | fume-hood | lvis_v3_fume-hood |
lvis | unit | kite | lvis_v3_kite |
lvis | unit | lego | lvis_v3_lego |
lvis | unit | mascot | lvis_v3_mascot |
lvis | unit | nest | lvis_v3_nest |
lvis | unit | nut | lvis_v3_nut |
lvis | unit | inkpad | lvis_v3_inkpad |
lvis | unit | pad | lvis_v3_pad |
lvis | unit | paperweight | lvis_v3_paperweight |
lvis | unit | person | lvis_v3_person |
lvis | unit | pinwheel | lvis_v3_pinwheel |
lvis | unit | raft | lvis_v3_raft |
lvis | unit | signboard | lvis_v3_signboard |
lvis | unit | tape | lvis_v3_tape |
lvis | unit | tapestry | lvis_v3_tapestry |
lvis | unit | tartan | lvis_v3_tartan |
lvis | unit | teddy-bear | lvis_v3_teddy-bear |
lvis | unit | tinsel | lvis_v3_tinsel |
lvis | unit | cover | lvis_v3_cover |
lvis | unit | water-gun | lvis_v3_water-gun |
lvis | unit | wind-chime | lvis_v3_wind-chime |
lvis | unmentionable | brassiere | lvis_v3_brassiere |
lvis | unmentionable | corset | lvis_v3_corset |
lvis | unmentionable | underdrawers | lvis_v3_underdrawers |
lvis | unmentionable | underwear | lvis_v3_underwear |
lvis | upright | lamppost | lvis_v3_lamppost |
lvis | upright | telephone-pole | lvis_v3_telephone-pole |
lvis | ursus-arctos | grizzly | lvis_v3_grizzly |
lvis | ursus-arctos-horribilis | grizzly | lvis_v3_grizzly |
lvis | ursus-horribilis | grizzly | lvis_v3_grizzly |
lvis | ursus-maritimus | polar-bear | lvis_v3_polar-bear |
lvis | utensil | blender | lvis_v3_blender |
lvis | utensil | cooker | lvis_v3_cooker |
lvis | utensil | cooking-utensil | lvis_v3_cooking-utensil |
lvis | utensil | eggbeater | lvis_v3_eggbeater |
lvis | utensil | funnel | lvis_v3_funnel |
lvis | utensil | grater | lvis_v3_grater |
lvis | utensil | griddle | lvis_v3_griddle |
lvis | utensil | masher | lvis_v3_masher |
lvis | utensil | mixer | lvis_v3_mixer |
lvis | utensil | pan | lvis_v3_pan |
lvis | utensil | pot | lvis_v3_pot |
lvis | utensil | pottery | lvis_v3_pottery |
lvis | utensil | reamer | lvis_v3_reamer |
lvis | utensil | rolling-pin | lvis_v3_rolling-pin |
lvis | vacuum | vacuum-cleaner | lvis_v3_vacuum-cleaner |
lvis | vacuum-bottle | thermos-bottle | lvis_v3_thermos-bottle |
lvis | vacuum-cleaner | vacuum-cleaner | lvis_v3_vacuum-cleaner |
lvis | vacuum-flask | thermos-bottle | lvis_v3_thermos-bottle |
lvis | valance | cornice | lvis_v3_cornice |
lvis | valance-board | cornice | lvis_v3_cornice |
lvis | van | minivan | lvis_v3_minivan |
lvis | vane | weathervane | lvis_v3_weathervane |
lvis | vascular-plant | bamboo | lvis_v3_bamboo |
lvis | vascular-plant | broccoli | lvis_v3_broccoli |
lvis | vascular-plant | celery | lvis_v3_celery |
lvis | vascular-plant | lettuce | lvis_v3_lettuce |
lvis | vase | urn | lvis_v3_urn |
lvis | vat | vat | lvis_v3_vat |
lvis | veg | artichoke | lvis_v3_artichoke |
lvis | veg | asparagus | lvis_v3_asparagus |
lvis | veg | brussels-sprouts | lvis_v3_brussels-sprouts |
lvis | veg | cauliflower | lvis_v3_cauliflower |
lvis | veg | cucumber | lvis_v3_cucumber |
lvis | veg | eggplant | lvis_v3_eggplant |
lvis | veg | green-onion | lvis_v3_green-onion |
lvis | veg | mashed-potato | lvis_v3_mashed-potato |
lvis | veg | pea | lvis_v3_pea |
lvis | veg | potato | lvis_v3_potato |
lvis | veg | pumpkin | lvis_v3_pumpkin |
lvis | veg | sweet-potato | lvis_v3_sweet-potato |
lvis | veg | tomato | lvis_v3_tomato |
lvis | veg | zucchini | lvis_v3_zucchini |
lvis | vegetable | artichoke | lvis_v3_artichoke |
lvis | vegetable | asparagus | lvis_v3_asparagus |
lvis | vegetable | brussels-sprouts | lvis_v3_brussels-sprouts |
lvis | vegetable | cauliflower | lvis_v3_cauliflower |
lvis | vegetable | cucumber | lvis_v3_cucumber |
lvis | vegetable | eggplant | lvis_v3_eggplant |
lvis | vegetable | green-onion | lvis_v3_green-onion |
lvis | vegetable | mashed-potato | lvis_v3_mashed-potato |
lvis | vegetable | pea | lvis_v3_pea |
lvis | vegetable | potato | lvis_v3_potato |
lvis | vegetable | pumpkin | lvis_v3_pumpkin |
lvis | vegetable | sweet-potato | lvis_v3_sweet-potato |
lvis | vegetable | tomato | lvis_v3_tomato |
lvis | vegetable | zucchini | lvis_v3_zucchini |
lvis | vegetable-oil | olive-oil | lvis_v3_olive-oil |
lvis | veggie | artichoke | lvis_v3_artichoke |
lvis | veggie | asparagus | lvis_v3_asparagus |
lvis | veggie | brussels-sprouts | lvis_v3_brussels-sprouts |
lvis | veggie | cauliflower | lvis_v3_cauliflower |
lvis | veggie | cucumber | lvis_v3_cucumber |
lvis | veggie | eggplant | lvis_v3_eggplant |
lvis | veggie | green-onion | lvis_v3_green-onion |
lvis | veggie | mashed-potato | lvis_v3_mashed-potato |
lvis | veggie | pea | lvis_v3_pea |
lvis | veggie | potato | lvis_v3_potato |
lvis | veggie | pumpkin | lvis_v3_pumpkin |
lvis | veggie | sweet-potato | lvis_v3_sweet-potato |
lvis | veggie | tomato | lvis_v3_tomato |
lvis | veggie | zucchini | lvis_v3_zucchini |
lvis | vehicle | baby-buggy | lvis_v3_baby-buggy |
lvis | vehicle | barrow | lvis_v3_barrow |
lvis | vehicle | bicycle | lvis_v3_bicycle |
lvis | vehicle | boat | lvis_v3_boat |
lvis | vehicle | cabin-car | lvis_v3_cabin-car |
lvis | vehicle | railcar | lvis_v3_railcar |
lvis | vehicle | horse-carriage | lvis_v3_horse-carriage |
lvis | vehicle | cart | lvis_v3_cart |
lvis | vehicle | fighter-jet | lvis_v3_fighter-jet |
lvis | vehicle | forklift | lvis_v3_forklift |
lvis | vehicle | freight-car | lvis_v3_freight-car |
lvis | vehicle | handcart | lvis_v3_handcart |
lvis | vehicle | motor-scooter | lvis_v3_motor-scooter |
lvis | vehicle | motor-vehicle | lvis_v3_motor-vehicle |
lvis | vehicle | passenger-car | lvis_v3_passenger-car |
lvis | vehicle | shopping-cart | lvis_v3_shopping-cart |
lvis | vehicle | skateboard | lvis_v3_skateboard |
lvis | vehicle | sled | lvis_v3_sled |
lvis | vehicle | space-shuttle | lvis_v3_space-shuttle |
lvis | vehicle | army-tank | lvis_v3_army-tank |
lvis | vehicle | tractor | lvis_v3_tractor |
lvis | vehicle | tricycle | lvis_v3_tricycle |
lvis | vehicle | unicycle | lvis_v3_unicycle |
lvis | vehicle | wagon | lvis_v3_wagon |
lvis | vehicle | yacht | lvis_v3_yacht |
lvis | veil | veil | lvis_v3_veil |
lvis | velocipede | tricycle | lvis_v3_tricycle |
lvis | vent-hole | vent | lvis_v3_vent |
lvis | venthole | vent | lvis_v3_vent |
lvis | vertebrate | bat | lvis_v3_bat |
lvis | vertebrate | bird | lvis_v3_bird |
lvis | vertebrate | bull | lvis_v3_bull |
lvis | vertebrate | eagle | lvis_v3_eagle |
lvis | vertebrate | fish | lvis_v3_fish |
lvis | vertebrate | frog | lvis_v3_frog |
lvis | vertebrate | hummingbird | lvis_v3_hummingbird |
lvis | vertebrate | ostrich | lvis_v3_ostrich |
lvis | vertebrate | owl | lvis_v3_owl |
lvis | vertebrate | parakeet | lvis_v3_parakeet |
lvis | vertebrate | parrot | lvis_v3_parrot |
lvis | vertebrate | rodent | lvis_v3_rodent |
lvis | vertebrate | seabird | lvis_v3_seabird |
lvis | vertebrate | snake | lvis_v3_snake |
lvis | vertebrate | vulture | lvis_v3_vulture |
lvis | vertical | lamppost | lvis_v3_lamppost |
lvis | vertical | telephone-pole | lvis_v3_telephone-pole |
lvis | vespid | hornet | lvis_v3_hornet |
lvis | vespid-wasp | hornet | lvis_v3_hornet |
lvis | vessel | aquarium | lvis_v3_aquarium |
lvis | vessel | barge | lvis_v3_barge |
lvis | vessel | barrel | lvis_v3_barrel |
lvis | vessel | bathtub | lvis_v3_bathtub |
lvis | vessel | bedpan | lvis_v3_bedpan |
lvis | vessel | beer-bottle | lvis_v3_beer-bottle |
lvis | vessel | birdbath | lvis_v3_birdbath |
lvis | vessel | boat | lvis_v3_boat |
lvis | vessel | bottle | lvis_v3_bottle |
lvis | vessel | bucket | lvis_v3_bucket |
lvis | vessel | canoe | lvis_v3_canoe |
lvis | vessel | canteen | lvis_v3_canteen |
lvis | vessel | cargo-ship | lvis_v3_cargo-ship |
lvis | vessel | cistern | lvis_v3_cistern |
lvis | vessel | coffeepot | lvis_v3_coffeepot |
lvis | vessel | cream-pitcher | lvis_v3_cream-pitcher |
lvis | vessel | crock-pot | lvis_v3_crock-pot |
lvis | vessel | dinghy | lvis_v3_dinghy |
lvis | vessel | ferry | lvis_v3_ferry |
lvis | vessel | fishbowl | lvis_v3_fishbowl |
lvis | vessel | gondola | lvis_v3_gondola |
lvis | vessel | houseboat | lvis_v3_houseboat |
lvis | vessel | jar | lvis_v3_jar |
lvis | vessel | keg | lvis_v3_keg |
lvis | vessel | kettle | lvis_v3_kettle |
lvis | vessel | ladle | lvis_v3_ladle |
lvis | vessel | mug | lvis_v3_mug |
lvis | vessel | passenger-ship | lvis_v3_passenger-ship |
lvis | vessel | pitcher | lvis_v3_pitcher |
lvis | vessel | pot | lvis_v3_pot |
lvis | vessel | river-boat | lvis_v3_river-boat |
lvis | vessel | tank | lvis_v3_tank |
lvis | vessel | teakettle | lvis_v3_teakettle |
lvis | vessel | teapot | lvis_v3_teapot |
lvis | vessel | vat | lvis_v3_vat |
lvis | vessel | urn | lvis_v3_urn |
lvis | vessel | vase | lvis_v3_vase |
lvis | vessel | water-bottle | lvis_v3_water-bottle |
lvis | vessel | water-heater | lvis_v3_water-heater |
lvis | vessel | water-jug | lvis_v3_water-jug |
lvis | vessel | water-scooter | lvis_v3_water-scooter |
lvis | vessel | water-tower | lvis_v3_water-tower |
lvis | vessel | wine-bottle | lvis_v3_wine-bottle |
lvis | vessel | wine-bucket | lvis_v3_wine-bucket |
lvis | vessel | yacht | lvis_v3_yacht |
lvis | vest | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | vesture | apron | lvis_v3_apron |
lvis | vesture | ballet-skirt | lvis_v3_ballet-skirt |
lvis | vesture | baseball-cap | lvis_v3_baseball-cap |
lvis | vesture | bathrobe | lvis_v3_bathrobe |
lvis | vesture | belt | lvis_v3_belt |
lvis | vesture | beret | lvis_v3_beret |
lvis | vesture | blouse | lvis_v3_blouse |
lvis | vesture | bonnet | lvis_v3_bonnet |
lvis | vesture | bowler-hat | lvis_v3_bowler-hat |
lvis | vesture | suspenders | lvis_v3_suspenders |
lvis | vesture | brassiere | lvis_v3_brassiere |
lvis | vesture | breechcloth | lvis_v3_breechcloth |
lvis | vesture | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | vesture | cap | lvis_v3_cap |
lvis | vesture | cardigan | lvis_v3_cardigan |
lvis | vesture | chap | lvis_v3_chap |
lvis | vesture | cloak | lvis_v3_cloak |
lvis | vesture | coat | lvis_v3_coat |
lvis | vesture | costume | lvis_v3_costume |
lvis | vesture | coverall | lvis_v3_coverall |
lvis | vesture | cowboy-hat | lvis_v3_cowboy-hat |
lvis | vesture | crown | lvis_v3_crown |
lvis | vesture | diaper | lvis_v3_diaper |
lvis | vesture | tux | lvis_v3_tux |
lvis | vesture | dress | lvis_v3_dress |
lvis | vesture | dress-hat | lvis_v3_dress-hat |
lvis | vesture | dress-suit | lvis_v3_dress-suit |
lvis | vesture | fedora | lvis_v3_fedora |
lvis | vesture | football-helmet | lvis_v3_football-helmet |
lvis | vesture | glove | lvis_v3_glove |
lvis | vesture | halter-top | lvis_v3_halter-top |
lvis | vesture | hat | lvis_v3_hat |
lvis | vesture | veil | lvis_v3_veil |
lvis | vesture | helmet | lvis_v3_helmet |
lvis | vesture | jean | lvis_v3_jean |
lvis | vesture | jersey | lvis_v3_jersey |
lvis | vesture | jumpsuit | lvis_v3_jumpsuit |
lvis | vesture | kilt | lvis_v3_kilt |
lvis | vesture | kimono | lvis_v3_kimono |
lvis | vesture | knee-pad | lvis_v3_knee-pad |
lvis | vesture | legging | lvis_v3_legging |
lvis | vesture | mitten | lvis_v3_mitten |
lvis | vesture | necktie | lvis_v3_necktie |
lvis | vesture | nightshirt | lvis_v3_nightshirt |
lvis | vesture | overalls | lvis_v3_overalls |
lvis | vesture | pajamas | lvis_v3_pajamas |
lvis | vesture | polo-shirt | lvis_v3_polo-shirt |
lvis | vesture | robe | lvis_v3_robe |
lvis | vesture | scarf | lvis_v3_scarf |
lvis | vesture | shirt | lvis_v3_shirt |
lvis | vesture | short-pants | lvis_v3_short-pants |
lvis | vesture | shower-cap | lvis_v3_shower-cap |
lvis | vesture | skirt | lvis_v3_skirt |
lvis | vesture | skullcap | lvis_v3_skullcap |
lvis | vesture | sock | lvis_v3_sock |
lvis | vesture | sombrero | lvis_v3_sombrero |
lvis | vesture | sportswear | lvis_v3_sportswear |
lvis | vesture | suit | lvis_v3_suit |
lvis | vesture | sunhat | lvis_v3_sunhat |
lvis | vesture | sweat-pants | lvis_v3_sweat-pants |
lvis | vesture | sweater | lvis_v3_sweater |
lvis | vesture | swimsuit | lvis_v3_swimsuit |
lvis | vesture | tank-top | lvis_v3_tank-top |
lvis | vesture | tiara | lvis_v3_tiara |
lvis | vesture | tights | lvis_v3_tights |
lvis | vesture | trousers | lvis_v3_trousers |
lvis | vesture | turban | lvis_v3_turban |
lvis | vesture | turtleneck | lvis_v3_turtleneck |
lvis | vesture | underwear | lvis_v3_underwear |
lvis | vesture | vest | lvis_v3_vest |
lvis | vesture | wet-suit | lvis_v3_wet-suit |
lvis | vesture | wig | lvis_v3_wig |
lvis | victuals | applesauce | lvis_v3_applesauce |
lvis | victuals | boiled-egg | lvis_v3_boiled-egg |
lvis | victuals | burrito | lvis_v3_burrito |
lvis | victuals | casserole | lvis_v3_casserole |
lvis | victuals | crisp | lvis_v3_crisp |
lvis | victuals | coleslaw | lvis_v3_coleslaw |
lvis | victuals | egg-roll | lvis_v3_egg-roll |
lvis | victuals | french-toast | lvis_v3_french-toast |
lvis | victuals | gelatin | lvis_v3_gelatin |
lvis | victuals | lasagna | lvis_v3_lasagna |
lvis | victuals | meatball | lvis_v3_meatball |
lvis | victuals | omelet | lvis_v3_omelet |
lvis | victuals | patty | lvis_v3_patty |
lvis | victuals | pizza | lvis_v3_pizza |
lvis | victuals | pudding | lvis_v3_pudding |
lvis | victuals | quesadilla | lvis_v3_quesadilla |
lvis | victuals | salad | lvis_v3_salad |
lvis | victuals | sandwich | lvis_v3_sandwich |
lvis | victuals | soup | lvis_v3_soup |
lvis | victuals | stew | lvis_v3_stew |
lvis | victuals | sushi | lvis_v3_sushi |
lvis | victuals | taco | lvis_v3_taco |
lvis | video | videotape | lvis_v3_videotape |
lvis | video-display | monitor | lvis_v3_monitor |
lvis | video-equipment | camcorder | lvis_v3_camcorder |
lvis | video-equipment | television-camera | lvis_v3_television-camera |
lvis | video-recording | videotape | lvis_v3_videotape |
lvis | vis-a-vis | loveseat | lvis_v3_loveseat |
lvis | viscus | heart | lvis_v3_heart |
lvis | visor | visor | lvis_v3_visor |
lvis | visual-signal | pennant | lvis_v3_pennant |
lvis | visual-signal | brake-light | lvis_v3_brake-light |
lvis | visual-signal | traffic-light | lvis_v3_traffic-light |
lvis | visual-signal | windsock | lvis_v3_windsock |
lvis | vivarium | aquarium | lvis_v3_aquarium |
lvis | vivarium | fishbowl | lvis_v3_fishbowl |
lvis | vizor | visor | lvis_v3_visor |
lvis | voider | clothes-hamper | lvis_v3_clothes-hamper |
lvis | voltaic-battery | car-battery | lvis_v3_car-battery |
lvis | volume | hardback-book | lvis_v3_hardback-book |
lvis | volume | notebook | lvis_v3_notebook |
lvis | volume | paperback-book | lvis_v3_paperback-book |
lvis | wader | flamingo | lvis_v3_flamingo |
lvis | wader | heron | lvis_v3_heron |
lvis | wading-bird | flamingo | lvis_v3_flamingo |
lvis | wading-bird | heron | lvis_v3_heron |
lvis | waggon | cart | lvis_v3_cart |
lvis | waggon | wagon | lvis_v3_wagon |
lvis | wagon | cart | lvis_v3_cart |
lvis | waistband | cincture | lvis_v3_cincture |
lvis | waistcloth | cincture | lvis_v3_cincture |
lvis | waistcoat | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | waistcoat | vest | lvis_v3_vest |
lvis | walking-stick | walking-cane | lvis_v3_walking-cane |
lvis | wall-plug | wall-socket | lvis_v3_wall-socket |
lvis | wardrobe | armoire | lvis_v3_armoire |
lvis | ware | chinaware | lvis_v3_chinaware |
lvis | ware | chopstick | lvis_v3_chopstick |
lvis | ware | cup | lvis_v3_cup |
lvis | ware | dish | lvis_v3_dish |
lvis | ware | fork | lvis_v3_fork |
lvis | ware | plate | lvis_v3_plate |
lvis | ware | platter | lvis_v3_platter |
lvis | ware | saucer | lvis_v3_saucer |
lvis | ware | spoon | lvis_v3_spoon |
lvis | ware | wooden-spoon | lvis_v3_wooden-spoon |
lvis | warmer | heater | lvis_v3_heater |
lvis | warmer | water-heater | lvis_v3_water-heater |
lvis | warning-device | fire-alarm | lvis_v3_fire-alarm |
lvis | warplane | fighter-jet | lvis_v3_fighter-jet |
lvis | washbowl | washbasin | lvis_v3_washbasin |
lvis | washer | automatic-washer | lvis_v3_automatic-washer |
lvis | washing-machine | automatic-washer | lvis_v3_automatic-washer |
lvis | washstand | washbasin | lvis_v3_washbasin |
lvis | wasp | hornet | lvis_v3_hornet |
lvis | wastebin | trash-can | lvis_v3_trash-can |
lvis | watch | pocket-watch | lvis_v3_pocket-watch |
lvis | water-bird | duck | lvis_v3_duck |
lvis | water-bird | duckling | lvis_v3_duckling |
lvis | water-bird | goose | lvis_v3_goose |
lvis | water-bird | mallard | lvis_v3_mallard |
lvis | water-gun | water-gun | lvis_v3_water-gun |
lvis | water-pipe | hookah | lvis_v3_hookah |
lvis | water-pistol | water-gun | lvis_v3_water-gun |
lvis | water-tank | cistern | lvis_v3_cistern |
lvis | water-tap | water-faucet | lvis_v3_water-faucet |
lvis | waterbird | duck | lvis_v3_duck |
lvis | waterbird | duckling | lvis_v3_duckling |
lvis | waterbird | goose | lvis_v3_goose |
lvis | waterbird | mallard | lvis_v3_mallard |
lvis | watercraft | barge | lvis_v3_barge |
lvis | watercraft | boat | lvis_v3_boat |
lvis | watercraft | canoe | lvis_v3_canoe |
lvis | watercraft | cargo-ship | lvis_v3_cargo-ship |
lvis | watercraft | dinghy | lvis_v3_dinghy |
lvis | watercraft | ferry | lvis_v3_ferry |
lvis | watercraft | gondola | lvis_v3_gondola |
lvis | watercraft | houseboat | lvis_v3_houseboat |
lvis | watercraft | passenger-ship | lvis_v3_passenger-ship |
lvis | watercraft | river-boat | lvis_v3_river-boat |
lvis | watercraft | water-scooter | lvis_v3_water-scooter |
lvis | watercraft | yacht | lvis_v3_yacht |
lvis | waterfowl | duck | lvis_v3_duck |
lvis | waterfowl | duckling | lvis_v3_duckling |
lvis | waterfowl | goose | lvis_v3_goose |
lvis | waterfowl | mallard | lvis_v3_mallard |
lvis | watering-pot | watering-can | lvis_v3_watering-can |
lvis | waterproof | raincoat | lvis_v3_raincoat |
lvis | waterproof | trench-coat | lvis_v3_trench-coat |
lvis | wax-crayon | crayon | lvis_v3_crayon |
lvis | wax-light | candle | lvis_v3_candle |
lvis | way | ladder | lvis_v3_ladder |
lvis | weapon | bow | lvis_v3_bow |
lvis | weapon | dagger | lvis_v3_dagger |
lvis | weapon | gun | lvis_v3_gun |
lvis | weapon | pistol | lvis_v3_pistol |
lvis | weapon | projectile | lvis_v3_projectile |
lvis | weapon | rifle | lvis_v3_rifle |
lvis | weapon | spear | lvis_v3_spear |
lvis | weapon | sword | lvis_v3_sword |
lvis | weapon-system | bow | lvis_v3_bow |
lvis | weapon-system | dagger | lvis_v3_dagger |
lvis | weapon-system | gun | lvis_v3_gun |
lvis | weapon-system | pistol | lvis_v3_pistol |
lvis | weapon-system | projectile | lvis_v3_projectile |
lvis | weapon-system | rifle | lvis_v3_rifle |
lvis | weapon-system | spear | lvis_v3_spear |
lvis | weapon-system | sword | lvis_v3_sword |
lvis | wear | apron | lvis_v3_apron |
lvis | wear | ballet-skirt | lvis_v3_ballet-skirt |
lvis | wear | baseball-cap | lvis_v3_baseball-cap |
lvis | wear | bathrobe | lvis_v3_bathrobe |
lvis | wear | belt | lvis_v3_belt |
lvis | wear | beret | lvis_v3_beret |
lvis | wear | blouse | lvis_v3_blouse |
lvis | wear | bonnet | lvis_v3_bonnet |
lvis | wear | bowler-hat | lvis_v3_bowler-hat |
lvis | wear | suspenders | lvis_v3_suspenders |
lvis | wear | brassiere | lvis_v3_brassiere |
lvis | wear | breechcloth | lvis_v3_breechcloth |
lvis | wear | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | wear | cap | lvis_v3_cap |
lvis | wear | cardigan | lvis_v3_cardigan |
lvis | wear | chap | lvis_v3_chap |
lvis | wear | cloak | lvis_v3_cloak |
lvis | wear | coat | lvis_v3_coat |
lvis | wear | costume | lvis_v3_costume |
lvis | wear | coverall | lvis_v3_coverall |
lvis | wear | cowboy-hat | lvis_v3_cowboy-hat |
lvis | wear | crown | lvis_v3_crown |
lvis | wear | diaper | lvis_v3_diaper |
lvis | wear | tux | lvis_v3_tux |
lvis | wear | dress | lvis_v3_dress |
lvis | wear | dress-hat | lvis_v3_dress-hat |
lvis | wear | dress-suit | lvis_v3_dress-suit |
lvis | wear | fedora | lvis_v3_fedora |
lvis | wear | football-helmet | lvis_v3_football-helmet |
lvis | wear | glove | lvis_v3_glove |
lvis | wear | halter-top | lvis_v3_halter-top |
lvis | wear | hat | lvis_v3_hat |
lvis | wear | veil | lvis_v3_veil |
lvis | wear | helmet | lvis_v3_helmet |
lvis | wear | jean | lvis_v3_jean |
lvis | wear | jersey | lvis_v3_jersey |
lvis | wear | jumpsuit | lvis_v3_jumpsuit |
lvis | wear | kilt | lvis_v3_kilt |
lvis | wear | kimono | lvis_v3_kimono |
lvis | wear | knee-pad | lvis_v3_knee-pad |
lvis | wear | legging | lvis_v3_legging |
lvis | wear | mitten | lvis_v3_mitten |
lvis | wear | necktie | lvis_v3_necktie |
lvis | wear | nightshirt | lvis_v3_nightshirt |
lvis | wear | overalls | lvis_v3_overalls |
lvis | wear | pajamas | lvis_v3_pajamas |
lvis | wear | polo-shirt | lvis_v3_polo-shirt |
lvis | wear | robe | lvis_v3_robe |
lvis | wear | scarf | lvis_v3_scarf |
lvis | wear | shirt | lvis_v3_shirt |
lvis | wear | short-pants | lvis_v3_short-pants |
lvis | wear | shower-cap | lvis_v3_shower-cap |
lvis | wear | skirt | lvis_v3_skirt |
lvis | wear | skullcap | lvis_v3_skullcap |
lvis | wear | sock | lvis_v3_sock |
lvis | wear | sombrero | lvis_v3_sombrero |
lvis | wear | sportswear | lvis_v3_sportswear |
lvis | wear | suit | lvis_v3_suit |
lvis | wear | sunhat | lvis_v3_sunhat |
lvis | wear | sweat-pants | lvis_v3_sweat-pants |
lvis | wear | sweater | lvis_v3_sweater |
lvis | wear | swimsuit | lvis_v3_swimsuit |
lvis | wear | tank-top | lvis_v3_tank-top |
lvis | wear | tiara | lvis_v3_tiara |
lvis | wear | tights | lvis_v3_tights |
lvis | wear | trousers | lvis_v3_trousers |
lvis | wear | turban | lvis_v3_turban |
lvis | wear | turtleneck | lvis_v3_turtleneck |
lvis | wear | underwear | lvis_v3_underwear |
lvis | wear | vest | lvis_v3_vest |
lvis | wear | wet-suit | lvis_v3_wet-suit |
lvis | wear | wig | lvis_v3_wig |
lvis | wearable | apron | lvis_v3_apron |
lvis | wearable | ballet-skirt | lvis_v3_ballet-skirt |
lvis | wearable | baseball-cap | lvis_v3_baseball-cap |
lvis | wearable | bathrobe | lvis_v3_bathrobe |
lvis | wearable | belt | lvis_v3_belt |
lvis | wearable | beret | lvis_v3_beret |
lvis | wearable | blouse | lvis_v3_blouse |
lvis | wearable | bonnet | lvis_v3_bonnet |
lvis | wearable | bowler-hat | lvis_v3_bowler-hat |
lvis | wearable | suspenders | lvis_v3_suspenders |
lvis | wearable | brassiere | lvis_v3_brassiere |
lvis | wearable | breechcloth | lvis_v3_breechcloth |
lvis | wearable | bulletproof-vest | lvis_v3_bulletproof-vest |
lvis | wearable | cap | lvis_v3_cap |
lvis | wearable | cardigan | lvis_v3_cardigan |
lvis | wearable | chap | lvis_v3_chap |
lvis | wearable | cloak | lvis_v3_cloak |
lvis | wearable | coat | lvis_v3_coat |
lvis | wearable | costume | lvis_v3_costume |
lvis | wearable | coverall | lvis_v3_coverall |
lvis | wearable | cowboy-hat | lvis_v3_cowboy-hat |
lvis | wearable | crown | lvis_v3_crown |
lvis | wearable | diaper | lvis_v3_diaper |
lvis | wearable | tux | lvis_v3_tux |
lvis | wearable | dress | lvis_v3_dress |
lvis | wearable | dress-hat | lvis_v3_dress-hat |
lvis | wearable | dress-suit | lvis_v3_dress-suit |
lvis | wearable | fedora | lvis_v3_fedora |
lvis | wearable | football-helmet | lvis_v3_football-helmet |
lvis | wearable | glove | lvis_v3_glove |
lvis | wearable | halter-top | lvis_v3_halter-top |
lvis | wearable | hat | lvis_v3_hat |
lvis | wearable | veil | lvis_v3_veil |
lvis | wearable | helmet | lvis_v3_helmet |
lvis | wearable | jean | lvis_v3_jean |
lvis | wearable | jersey | lvis_v3_jersey |
lvis | wearable | jumpsuit | lvis_v3_jumpsuit |
lvis | wearable | kilt | lvis_v3_kilt |
lvis | wearable | kimono | lvis_v3_kimono |
lvis | wearable | knee-pad | lvis_v3_knee-pad |
lvis | wearable | legging | lvis_v3_legging |
lvis | wearable | mitten | lvis_v3_mitten |
lvis | wearable | necktie | lvis_v3_necktie |
lvis | wearable | nightshirt | lvis_v3_nightshirt |
lvis | wearable | overalls | lvis_v3_overalls |
lvis | wearable | pajamas | lvis_v3_pajamas |
lvis | wearable | polo-shirt | lvis_v3_polo-shirt |
lvis | wearable | robe | lvis_v3_robe |
lvis | wearable | scarf | lvis_v3_scarf |
lvis | wearable | shirt | lvis_v3_shirt |
lvis | wearable | short-pants | lvis_v3_short-pants |
lvis | wearable | shower-cap | lvis_v3_shower-cap |
lvis | wearable | skirt | lvis_v3_skirt |
lvis | wearable | skullcap | lvis_v3_skullcap |
lvis | wearable | sock | lvis_v3_sock |
lvis | wearable | sombrero | lvis_v3_sombrero |
lvis | wearable | sportswear | lvis_v3_sportswear |
lvis | wearable | suit | lvis_v3_suit |
lvis | wearable | sunhat | lvis_v3_sunhat |
lvis | wearable | sweat-pants | lvis_v3_sweat-pants |
lvis | wearable | sweater | lvis_v3_sweater |
lvis | wearable | swimsuit | lvis_v3_swimsuit |
lvis | wearable | tank-top | lvis_v3_tank-top |
lvis | wearable | tiara | lvis_v3_tiara |
lvis | wearable | tights | lvis_v3_tights |
lvis | wearable | trousers | lvis_v3_trousers |
lvis | wearable | turban | lvis_v3_turban |
lvis | wearable | turtleneck | lvis_v3_turtleneck |
lvis | wearable | underwear | lvis_v3_underwear |
lvis | wearable | vest | lvis_v3_vest |
lvis | wearable | wet-suit | lvis_v3_wet-suit |
lvis | wearable | wig | lvis_v3_wig |
lvis | wearing-apparel | jean | lvis_v3_jean |
lvis | weather-vane | weathervane | lvis_v3_weathervane |
lvis | wedding-band | wedding-ring | lvis_v3_wedding-ring |
lvis | wedding-dress | bridal-gown | lvis_v3_bridal-gown |
lvis | wedding-gown | bridal-gown | lvis_v3_bridal-gown |
lvis | weighing-machine | scale | lvis_v3_scale |
lvis | weight | barbell | lvis_v3_barbell |
lvis | weight | dumbbell | lvis_v3_dumbbell |
lvis | weight | paperweight | lvis_v3_paperweight |
lvis | welcome-mat | doormat | lvis_v3_doormat |
lvis | wetter | detergent | lvis_v3_detergent |
lvis | wetting-agent | detergent | lvis_v3_detergent |
lvis | whale | dolphin | lvis_v3_dolphin |
lvis | wheel | bicycle | lvis_v3_bicycle |
lvis | wheel | steering-wheel | lvis_v3_steering-wheel |
lvis | wheel | wagon-wheel | lvis_v3_wagon-wheel |
lvis | wheelbarrow | barrow | lvis_v3_barrow |
lvis | wheeled-vehicle | baby-buggy | lvis_v3_baby-buggy |
lvis | wheeled-vehicle | barrow | lvis_v3_barrow |
lvis | wheeled-vehicle | bicycle | lvis_v3_bicycle |
lvis | wheeled-vehicle | horse-buggy | lvis_v3_horse-buggy |
lvis | wheeled-vehicle | bulldozer | lvis_v3_bulldozer |
lvis | wheeled-vehicle | cabin-car | lvis_v3_cabin-car |
lvis | wheeled-vehicle | camper | lvis_v3_camper |
lvis | wheeled-vehicle | car | lvis_v3_car |
lvis | wheeled-vehicle | railcar | lvis_v3_railcar |
lvis | wheeled-vehicle | horse-carriage | lvis_v3_horse-carriage |
lvis | wheeled-vehicle | cart | lvis_v3_cart |
lvis | wheeled-vehicle | forklift | lvis_v3_forklift |
lvis | wheeled-vehicle | freight-car | lvis_v3_freight-car |
lvis | wheeled-vehicle | golfcart | lvis_v3_golfcart |
lvis | wheeled-vehicle | handcart | lvis_v3_handcart |
lvis | wheeled-vehicle | motor-scooter | lvis_v3_motor-scooter |
lvis | wheeled-vehicle | motor-vehicle | lvis_v3_motor-vehicle |
lvis | wheeled-vehicle | motorcycle | lvis_v3_motorcycle |
lvis | wheeled-vehicle | passenger-car | lvis_v3_passenger-car |
lvis | wheeled-vehicle | shopping-cart | lvis_v3_shopping-cart |
lvis | wheeled-vehicle | skateboard | lvis_v3_skateboard |
lvis | wheeled-vehicle | snowmobile | lvis_v3_snowmobile |
lvis | wheeled-vehicle | army-tank | lvis_v3_army-tank |
lvis | wheeled-vehicle | tractor | lvis_v3_tractor |
lvis | wheeled-vehicle | tricycle | lvis_v3_tricycle |
lvis | wheeled-vehicle | truck | lvis_v3_truck |
lvis | wheeled-vehicle | unicycle | lvis_v3_unicycle |
lvis | wheeled-vehicle | wagon | lvis_v3_wagon |
lvis | whelp | puppy | lvis_v3_puppy |
lvis | whirlybird | helicopter | lvis_v3_helicopter |
lvis | white-bread | baguet | lvis_v3_baguet |
lvis | white-goods | bath-mat | lvis_v3_bath-mat |
lvis | white-goods | bath-towel | lvis_v3_bath-towel |
lvis | white-goods | cooler | lvis_v3_cooler |
lvis | white-goods | dishwasher | lvis_v3_dishwasher |
lvis | white-goods | refrigerator | lvis_v3_refrigerator |
lvis | white-goods | napkin | lvis_v3_napkin |
lvis | white-goods | place-mat | lvis_v3_place-mat |
lvis | white-goods | tablecloth | lvis_v3_tablecloth |
lvis | white-goods | automatic-washer | lvis_v3_automatic-washer |
lvis | white-potato | mashed-potato | lvis_v3_mashed-potato |
lvis | white-potato | potato | lvis_v3_potato |
lvis | white-tie | dress-suit | lvis_v3_dress-suit |
lvis | white-tie-and-tails | dress-suit | lvis_v3_dress-suit |
lvis | white-turnip | turnip | lvis_v3_turnip |
lvis | whole | ball | lvis_v3_ball |
lvis | whole | blackboard | lvis_v3_blackboard |
lvis | whole | gameboard | lvis_v3_gameboard |
lvis | whole | bob | lvis_v3_bob |
lvis | whole | bookmark | lvis_v3_bookmark |
lvis | whole | bow | lvis_v3_bow |
lvis | whole | christmas-tree | lvis_v3_christmas-tree |
lvis | whole | cone | lvis_v3_cone |
lvis | whole | cube | lvis_v3_cube |
lvis | whole | cushion | lvis_v3_cushion |
lvis | whole | doll | lvis_v3_doll |
lvis | whole | flannel | lvis_v3_flannel |
lvis | whole | flap | lvis_v3_flap |
lvis | whole | fleece | lvis_v3_fleece |
lvis | whole | flower-arrangement | lvis_v3_flower-arrangement |
lvis | whole | frisbee | lvis_v3_frisbee |
lvis | whole | gargoyle | lvis_v3_gargoyle |
lvis | whole | globe | lvis_v3_globe |
lvis | whole | fume-hood | lvis_v3_fume-hood |
lvis | whole | kite | lvis_v3_kite |
lvis | whole | lego | lvis_v3_lego |
lvis | whole | mascot | lvis_v3_mascot |
lvis | whole | nest | lvis_v3_nest |
lvis | whole | nut | lvis_v3_nut |
lvis | whole | inkpad | lvis_v3_inkpad |
lvis | whole | pad | lvis_v3_pad |
lvis | whole | paperweight | lvis_v3_paperweight |
lvis | whole | person | lvis_v3_person |
lvis | whole | pinwheel | lvis_v3_pinwheel |
lvis | whole | raft | lvis_v3_raft |
lvis | whole | signboard | lvis_v3_signboard |
lvis | whole | tape | lvis_v3_tape |
lvis | whole | tapestry | lvis_v3_tapestry |
lvis | whole | tartan | lvis_v3_tartan |
lvis | whole | teddy-bear | lvis_v3_teddy-bear |
lvis | whole | tinsel | lvis_v3_tinsel |
lvis | whole | cover | lvis_v3_cover |
lvis | whole | water-gun | lvis_v3_water-gun |
lvis | whole | wind-chime | lvis_v3_wind-chime |
lvis | wildcat | cougar | lvis_v3_cougar |
lvis | wind | bagpipe | lvis_v3_bagpipe |
lvis | wind | bass-horn | lvis_v3_bass-horn |
lvis | wind | cornet | lvis_v3_cornet |
lvis | wind | harmonium | lvis_v3_harmonium |
lvis | wind | whistle | lvis_v3_whistle |
lvis | wind-bell | wind-chime | lvis_v3_wind-chime |
lvis | wind-cone | windsock | lvis_v3_windsock |
lvis | wind-instrument | bagpipe | lvis_v3_bagpipe |
lvis | wind-instrument | bass-horn | lvis_v3_bass-horn |
lvis | wind-instrument | cornet | lvis_v3_cornet |
lvis | wind-instrument | harmonium | lvis_v3_harmonium |
lvis | wind-instrument | whistle | lvis_v3_whistle |
lvis | wind-sleeve | windsock | lvis_v3_windsock |
lvis | wind-sock | windsock | lvis_v3_windsock |
lvis | wind-vane | weathervane | lvis_v3_weathervane |
lvis | windbreaker | parka | lvis_v3_parka |
lvis | windbreaker | ski-parka | lvis_v3_ski-parka |
lvis | windcheater | parka | lvis_v3_parka |
lvis | windcheater | ski-parka | lvis_v3_ski-parka |
lvis | winder | bobbin | lvis_v3_bobbin |
lvis | windscreen-wiper | windshield-wiper | lvis_v3_windshield-wiper |
lvis | wine-cooler | wine-bucket | lvis_v3_wine-bucket |
lvis | wineglass | flute-glass | lvis_v3_flute-glass |
lvis | winker | blinder | lvis_v3_blinder |
lvis | wiper | windshield-wiper | lvis_v3_windshield-wiper |
lvis | wiper-blade | windshield-wiper | lvis_v3_windshield-wiper |
lvis | wireless | radio-receiver | lvis_v3_radio-receiver |
lvis | wireless-telephone | cellular-telephone | lvis_v3_cellular-telephone |
lvis | woman's-clothing | blouse | lvis_v3_blouse |
lvis | woman's-clothing | brassiere | lvis_v3_brassiere |
lvis | woman's-clothing | bridal-gown | lvis_v3_bridal-gown |
lvis | woman's-clothing | dress | lvis_v3_dress |
lvis | woman's-clothing | halter-top | lvis_v3_halter-top |
lvis | wood | clarinet | lvis_v3_clarinet |
lvis | wood | log | lvis_v3_log |
lvis | wood | saxophone | lvis_v3_saxophone |
lvis | wooden-leg | wooden-leg | lvis_v3_wooden-leg |
lvis | woodenware | wooden-spoon | lvis_v3_wooden-spoon |
lvis | woodwind | clarinet | lvis_v3_clarinet |
lvis | woodwind | saxophone | lvis_v3_saxophone |
lvis | woodwind-instrument | clarinet | lvis_v3_clarinet |
lvis | woodwind-instrument | saxophone | lvis_v3_saxophone |
lvis | word | bible | lvis_v3_bible |
lvis | word-of-god | bible | lvis_v3_bible |
lvis | work | book | lvis_v3_book |
lvis | work | booklet | lvis_v3_booklet |
lvis | work | comic-book | lvis_v3_comic-book |
lvis | work-clothes | overalls | lvis_v3_overalls |
lvis | work-clothing | overalls | lvis_v3_overalls |
lvis | work-surface | clipboard | lvis_v3_clipboard |
lvis | working-dog | bulldog | lvis_v3_bulldog |
lvis | working-dog | shepherd-dog | lvis_v3_shepherd-dog |
lvis | workwear | jean | lvis_v3_jean |
lvis | wrapping-paper | gift-wrap | lvis_v3_gift-wrap |
lvis | wrecker | tow-truck | lvis_v3_tow-truck |
lvis | wrecking-bar | crowbar | lvis_v3_crowbar |
lvis | wrist-band | wristlet | lvis_v3_wristlet |
lvis | writing | bible | lvis_v3_bible |
lvis | writing | diary | lvis_v3_diary |
lvis | writing | passport | lvis_v3_passport |
lvis | writing-board | clipboard | lvis_v3_clipboard |
lvis | writing-implement | crayon | lvis_v3_crayon |
lvis | writing-implement | marker | lvis_v3_marker |
lvis | writing-implement | pen | lvis_v3_pen |
lvis | writing-implement | pencil | lvis_v3_pencil |
lvis | writing-implement | sharpie | lvis_v3_sharpie |
lvis | written-communication | bible | lvis_v3_bible |
lvis | written-communication | card | lvis_v3_card |
lvis | written-communication | diary | lvis_v3_diary |
lvis | written-communication | postcard | lvis_v3_postcard |
lvis | written-document | passport | lvis_v3_passport |
lvis | written-language | bible | lvis_v3_bible |
lvis | written-language | card | lvis_v3_card |
lvis | written-language | diary | lvis_v3_diary |
lvis | written-language | postcard | lvis_v3_postcard |
lvis | written-material | bible | lvis_v3_bible |
lvis | written-material | diary | lvis_v3_diary |
lvis | written-material | passport | lvis_v3_passport |
lvis | yarn | dental-floss | lvis_v3_dental-floss |
lvis | yarn | thread | lvis_v3_thread |
lvis | yoghourt | yogurt | lvis_v3_yogurt |
lvis | yoghurt | yogurt | lvis_v3_yogurt |
lvis | yolk | egg-yolk | lvis_v3_egg-yolk |
lvis | young | calf | lvis_v3_calf |
lvis | young | cub | lvis_v3_cub |
lvis | young | foal | lvis_v3_foal |
lvis | young | kitten | lvis_v3_kitten |
lvis | young | lamb | lvis_v3_lamb |
lvis | young | puppy | lvis_v3_puppy |
lvis | young-carnivore | cub | lvis_v3_cub |
lvis | young-mammal | calf | lvis_v3_calf |
lvis | young-mammal | cub | lvis_v3_cub |
lvis | young-mammal | foal | lvis_v3_foal |
lvis | young-mammal | kitten | lvis_v3_kitten |
lvis | young-mammal | lamb | lvis_v3_lamb |
lvis | young-mammal | puppy | lvis_v3_puppy |
lvis | zoom-lens | telephoto-lens | lvis_v3_telephoto-lens |
watermark-detection | watermark | N/A | N/A |
watermark-detection | clean | N/A | N/A |
watermark-detection | banner | N/A | N/A |
unidet | accessory | handbag | unidet_v1_handbag |
unidet | accessory | umbrella | unidet_v1_umbrella |
unidet | accessory | backpack | unidet_v1_backpack |
unidet | accessory | tie | unidet_v1_tie |
unidet | accessory | briefcase | unidet_v1_briefcase |
unidet | aeroplane | airplane | unidet_v1_airplane |
unidet | aircraft | helicopter | unidet_v1_helicopter |
unidet | aircraft | airplane | unidet_v1_airplane |
unidet | aircraft | rocket | unidet_v1_rocket |
unidet | animal | lizard | unidet_v1_lizard |
unidet | animal | sea-lion | unidet_v1_sea-lion |
unidet | animal | beetle | unidet_v1_beetle |
unidet | animal | brown-bear | unidet_v1_brown-bear |
unidet | animal | owl | unidet_v1_owl |
unidet | animal | fox | unidet_v1_fox |
unidet | animal | snake | unidet_v1_snake |
unidet | animal | snail | unidet_v1_snail |
unidet | animal | giraffe | unidet_v1_giraffe |
unidet | animal | fish | unidet_v1_fish |
unidet | animal | duck | unidet_v1_duck |
unidet | animal | goose | unidet_v1_goose |
unidet | animal | penguin | unidet_v1_penguin |
unidet | animal | sparrow | unidet_v1_sparrow |
unidet | animal | oyster | unidet_v1_oyster |
unidet | animal | lion | unidet_v1_lion |
unidet | animal | swan | unidet_v1_swan |
unidet | animal | spider | unidet_v1_spider |
unidet | animal | butterfly | unidet_v1_butterfly |
unidet | animal | canary | unidet_v1_canary |
unidet | animal | cattle | unidet_v1_cattle |
unidet | animal | deer | unidet_v1_deer |
unidet | animal | jellyfish | unidet_v1_jellyfish |
unidet | animal | bird | unidet_v1_bird |
unidet | animal | marine-invertebrates | unidet_v1_marine-invertebrates |
unidet | animal | moths-and-butterflies | unidet_v1_moths-and-butterflies |
unidet | animal | squirrel | unidet_v1_squirrel |
unidet | animal | whale | unidet_v1_whale |
unidet | animal | goldfish | unidet_v1_goldfish |
unidet | animal | goat | unidet_v1_goat |
unidet | animal | cat | unidet_v1_cat |
unidet | animal | sheep | unidet_v1_sheep |
unidet | animal | ladybug | unidet_v1_ladybug |
unidet | animal | bee | unidet_v1_bee |
unidet | animal | ant | unidet_v1_ant |
unidet | animal | reptile | unidet_v1_reptile |
unidet | animal | rhinoceros | unidet_v1_rhinoceros |
unidet | animal | elephant | unidet_v1_elephant |
unidet | animal | cheetah | unidet_v1_cheetah |
unidet | animal | lynx | unidet_v1_lynx |
unidet | animal | dolphin | unidet_v1_dolphin |
unidet | animal | carnivore | unidet_v1_carnivore |
unidet | animal | ostrich | unidet_v1_ostrich |
unidet | animal | chicken | unidet_v1_chicken |
unidet | animal | turkey | unidet_v1_turkey |
unidet | animal | raccoon | unidet_v1_raccoon |
unidet | animal | tick | unidet_v1_tick |
unidet | animal | turtle | unidet_v1_turtle |
unidet | animal | bear | unidet_v1_bear |
unidet | animal | bull | unidet_v1_bull |
unidet | animal | insect | unidet_v1_insect |
unidet | animal | camel | unidet_v1_camel |
unidet | animal | wild-bird | unidet_v1_wild-bird |
unidet | animal | woodpecker | unidet_v1_woodpecker |
unidet | animal | porcupine | unidet_v1_porcupine |
unidet | animal | sea-turtle | unidet_v1_sea-turtle |
unidet | animal | hamster | unidet_v1_hamster |
unidet | animal | harbor-seal | unidet_v1_harbor-seal |
unidet | animal | jaguar | unidet_v1_jaguar |
unidet | animal | horse | unidet_v1_horse |
unidet | animal | pig | unidet_v1_pig |
unidet | animal | crab | unidet_v1_crab |
unidet | animal | zebra | unidet_v1_zebra |
unidet | animal | starfish | unidet_v1_starfish |
unidet | animal | mouse | unidet_v1_mouse |
unidet | animal | mule | unidet_v1_mule |
unidet | animal | falcon | unidet_v1_falcon |
unidet | animal | bat | unidet_v1_bat |
unidet | animal | monkey | unidet_v1_monkey |
unidet | animal | dinosaur | unidet_v1_dinosaur |
unidet | animal | crocodile | unidet_v1_crocodile |
unidet | animal | shark | unidet_v1_shark |
unidet | animal | dog | unidet_v1_dog |
unidet | animal | parrot | unidet_v1_parrot |
unidet | animal | antelope | unidet_v1_antelope |
unidet | animal | rabbit | unidet_v1_rabbit |
unidet | animal | seahorse | unidet_v1_seahorse |
unidet | animal | centipede | unidet_v1_centipede |
unidet | animal | eagle | unidet_v1_eagle |
unidet | animal | raven | unidet_v1_raven |
unidet | animal | polar-bear | unidet_v1_polar-bear |
unidet | animal | leopard | unidet_v1_leopard |
unidet | animal | marine-mammal | unidet_v1_marine-mammal |
unidet | animal | blue-jay | unidet_v1_blue-jay |
unidet | animal | otter | unidet_v1_otter |
unidet | animal | shrimp | unidet_v1_shrimp |
unidet | animal | lobster | unidet_v1_lobster |
unidet | animal | invertebrate | unidet_v1_invertebrate |
unidet | animal | caterpillar | unidet_v1_caterpillar |
unidet | animal | tiger | unidet_v1_tiger |
unidet | animal | frog | unidet_v1_frog |
unidet | animal | kangaroo | unidet_v1_kangaroo |
unidet | animal | tortoise | unidet_v1_tortoise |
unidet | animal | alpaca | unidet_v1_alpaca |
unidet | animal | shellfish | unidet_v1_shellfish |
unidet | animal | dragonfly | unidet_v1_dragonfly |
unidet | appliance | microwave | unidet_v1_microwave |
unidet | appliance | sink | unidet_v1_sink |
unidet | appliance | refrigerator | unidet_v1_refrigerator |
unidet | appliance | toaster | unidet_v1_toaster |
unidet | appliance | oven | unidet_v1_oven |
unidet | auto-part | vehicle-registration-plate | unidet_v1_vehicle-registration-plate |
unidet | auto-part | tire | unidet_v1_tire |
unidet | auto-part | seat-belt | unidet_v1_seat-belt |
unidet | auto-part | wheel | unidet_v1_wheel |
unidet | baked-goods | bread | unidet_v1_bread |
unidet | baked-goods | cookie | unidet_v1_cookie |
unidet | baked-goods | doughnut | unidet_v1_doughnut |
unidet | baked-goods | tart | unidet_v1_tart |
unidet | baked-goods | croissant | unidet_v1_croissant |
unidet | baked-goods | muffin | unidet_v1_muffin |
unidet | baked-goods | pretzel | unidet_v1_pretzel |
unidet | baked-goods | bagel | unidet_v1_bagel |
unidet | ball | football | unidet_v1_football |
unidet | ball | cricket-ball | unidet_v1_cricket-ball |
unidet | ball | rugby-ball | unidet_v1_rugby-ball |
unidet | ball | tennis-ball | unidet_v1_tennis-ball |
unidet | ball | volleyball | unidet_v1_volleyball |
unidet | bathroom-accessory | toilet-paper | unidet_v1_toilet-paper |
unidet | bathroom-accessory | towel | unidet_v1_towel |
unidet | bear | polar-bear | unidet_v1_polar-bear |
unidet | bear | brown-bear | unidet_v1_brown-bear |
unidet | bed | infant-bed | unidet_v1_infant-bed |
unidet | bed | studio-couch | unidet_v1_studio-couch |
unidet | beetle | ladybug | unidet_v1_ladybug |
unidet | bird | duck | unidet_v1_duck |
unidet | bird | turkey | unidet_v1_turkey |
unidet | bird | penguin | unidet_v1_penguin |
unidet | bird | swan | unidet_v1_swan |
unidet | bird | parrot | unidet_v1_parrot |
unidet | bird | falcon | unidet_v1_falcon |
unidet | bird | eagle | unidet_v1_eagle |
unidet | bird | woodpecker | unidet_v1_woodpecker |
unidet | bird | chicken | unidet_v1_chicken |
unidet | bird | blue-jay | unidet_v1_blue-jay |
unidet | bird | goose | unidet_v1_goose |
unidet | bird | raven | unidet_v1_raven |
unidet | bird | ostrich | unidet_v1_ostrich |
unidet | bird | canary | unidet_v1_canary |
unidet | bird | owl | unidet_v1_owl |
unidet | bird | sparrow | unidet_v1_sparrow |
unidet | boat | barge | unidet_v1_barge |
unidet | boat | canoe | unidet_v1_canoe |
unidet | boat | gondola | unidet_v1_gondola |
unidet | building | house | unidet_v1_house |
unidet | building | lighthouse | unidet_v1_lighthouse |
unidet | building | tower | unidet_v1_tower |
unidet | building | office-building | unidet_v1_office-building |
unidet | building | castle | unidet_v1_castle |
unidet | building | convenience-store | unidet_v1_convenience-store |
unidet | building | skyscraper | unidet_v1_skyscraper |
unidet | car | limousine | unidet_v1_limousine |
unidet | car | van | unidet_v1_van |
unidet | carnivore | raccoon | unidet_v1_raccoon |
unidet | carnivore | lion | unidet_v1_lion |
unidet | carnivore | polar-bear | unidet_v1_polar-bear |
unidet | carnivore | bear | unidet_v1_bear |
unidet | carnivore | dog | unidet_v1_dog |
unidet | carnivore | cat | unidet_v1_cat |
unidet | carnivore | tiger | unidet_v1_tiger |
unidet | carnivore | leopard | unidet_v1_leopard |
unidet | carnivore | lynx | unidet_v1_lynx |
unidet | carnivore | brown-bear | unidet_v1_brown-bear |
unidet | carnivore | jaguar | unidet_v1_jaguar |
unidet | carnivore | fox | unidet_v1_fox |
unidet | carnivore | otter | unidet_v1_otter |
unidet | carnivore | cheetah | unidet_v1_cheetah |
unidet | clock | wall-clock | unidet_v1_wall-clock |
unidet | clock | digital-clock | unidet_v1_digital-clock |
unidet | clock | alarm-clock | unidet_v1_alarm-clock |
unidet | clothing | footwear | unidet_v1_footwear |
unidet | clothing | helmet | unidet_v1_helmet |
unidet | clothing | sandal | unidet_v1_sandal |
unidet | clothing | roller-skates | unidet_v1_roller-skates |
unidet | clothing | suitcase | unidet_v1_suitcase |
unidet | clothing | handbag | unidet_v1_handbag |
unidet | clothing | umbrella | unidet_v1_umbrella |
unidet | clothing | backpack | unidet_v1_backpack |
unidet | clothing | tie | unidet_v1_tie |
unidet | clothing | briefcase | unidet_v1_briefcase |
unidet | clothing | baseball-glove | unidet_v1_baseball-glove |
unidet | clothing | glove | unidet_v1_glove |
unidet | clothing | hat | unidet_v1_hat |
unidet | clothing | sombrero | unidet_v1_sombrero |
unidet | clothing | tiara | unidet_v1_tiara |
unidet | clothing | dress | unidet_v1_dress |
unidet | clothing | fedora | unidet_v1_fedora |
unidet | clothing | necklace | unidet_v1_necklace |
unidet | clothing | sports-uniform | unidet_v1_sports-uniform |
unidet | clothing | coat | unidet_v1_coat |
unidet | clothing | sock | unidet_v1_sock |
unidet | clothing | glasses | unidet_v1_glasses |
unidet | clothing | belt | unidet_v1_belt |
unidet | clothing | sunglasses | unidet_v1_sunglasses |
unidet | clothing | skirt | unidet_v1_skirt |
unidet | clothing | boot | unidet_v1_boot |
unidet | clothing | swimwear | unidet_v1_swimwear |
unidet | clothing | jeans | unidet_v1_jeans |
unidet | clothing | high-heels | unidet_v1_high-heels |
unidet | clothing | scarf | unidet_v1_scarf |
unidet | clothing | swim-cap | unidet_v1_swim-cap |
unidet | clothing | earrings | unidet_v1_earrings |
unidet | clothing | luggage-and-bags | unidet_v1_luggage-and-bags |
unidet | clothing | bicycle-helmet | unidet_v1_bicycle-helmet |
unidet | clothing | watch | unidet_v1_watch |
unidet | clothing | football-helmet | unidet_v1_football-helmet |
unidet | clothing | shorts | unidet_v1_shorts |
unidet | clothing | miniskirt | unidet_v1_miniskirt |
unidet | clothing | cowboy-hat | unidet_v1_cowboy-hat |
unidet | clothing | goggles | unidet_v1_goggles |
unidet | clothing | jacket | unidet_v1_jacket |
unidet | clothing | shirt | unidet_v1_shirt |
unidet | clothing | sun-hat | unidet_v1_sun-hat |
unidet | clothing | crown | unidet_v1_crown |
unidet | clothing | suit | unidet_v1_suit |
unidet | clothing | trousers | unidet_v1_trousers |
unidet | clothing | brassiere | unidet_v1_brassiere |
unidet | container | flowerpot | unidet_v1_flowerpot |
unidet | container | beaker | unidet_v1_beaker |
unidet | container | barrel | unidet_v1_barrel |
unidet | container | picnic-basket | unidet_v1_picnic-basket |
unidet | container | waste-container | unidet_v1_waste-container |
unidet | container | tin-can | unidet_v1_tin-can |
unidet | container | bottle | unidet_v1_bottle |
unidet | container | jug | unidet_v1_jug |
unidet | couch | loveseat | unidet_v1_loveseat |
unidet | couch | sofa-bed | unidet_v1_sofa-bed |
unidet | couch | sofa | unidet_v1_sofa |
unidet | dessert | cookie | unidet_v1_cookie |
unidet | dessert | ice-cream | unidet_v1_ice-cream |
unidet | dessert | cake | unidet_v1_cake |
unidet | dessert | muffin | unidet_v1_muffin |
unidet | dessert | candy | unidet_v1_candy |
unidet | diningtable | dining-table | unidet_v1_dining-table |
unidet | drink | juice | unidet_v1_juice |
unidet | drink | beer | unidet_v1_beer |
unidet | drink | wine | unidet_v1_wine |
unidet | drink | tea | unidet_v1_tea |
unidet | drink | cocktail | unidet_v1_cocktail |
unidet | drink | coffee | unidet_v1_coffee |
unidet | electronic | remote | unidet_v1_remote |
unidet | electronic | laptop | unidet_v1_laptop |
unidet | electronic | mobile-phone | unidet_v1_mobile-phone |
unidet | electronic | computer-keyboard | unidet_v1_computer-keyboard |
unidet | electronic | computer-mouse | unidet_v1_computer-mouse |
unidet | fashion-accessory | handbag | unidet_v1_handbag |
unidet | fashion-accessory | umbrella | unidet_v1_umbrella |
unidet | fashion-accessory | tie | unidet_v1_tie |
unidet | fashion-accessory | baseball-glove | unidet_v1_baseball-glove |
unidet | fashion-accessory | glove | unidet_v1_glove |
unidet | fashion-accessory | hat | unidet_v1_hat |
unidet | fashion-accessory | sombrero | unidet_v1_sombrero |
unidet | fashion-accessory | tiara | unidet_v1_tiara |
unidet | fashion-accessory | fedora | unidet_v1_fedora |
unidet | fashion-accessory | necklace | unidet_v1_necklace |
unidet | fashion-accessory | sock | unidet_v1_sock |
unidet | fashion-accessory | glasses | unidet_v1_glasses |
unidet | fashion-accessory | belt | unidet_v1_belt |
unidet | fashion-accessory | sunglasses | unidet_v1_sunglasses |
unidet | fashion-accessory | scarf | unidet_v1_scarf |
unidet | fashion-accessory | earrings | unidet_v1_earrings |
unidet | fashion-accessory | watch | unidet_v1_watch |
unidet | fashion-accessory | cowboy-hat | unidet_v1_cowboy-hat |
unidet | fashion-accessory | goggles | unidet_v1_goggles |
unidet | fashion-accessory | sun-hat | unidet_v1_sun-hat |
unidet | fashion-accessory | crown | unidet_v1_crown |
unidet | fast-food | french-fries | unidet_v1_french-fries |
unidet | fast-food | hot-dog | unidet_v1_hot-dog |
unidet | fish | goldfish | unidet_v1_goldfish |
unidet | fish | shark | unidet_v1_shark |
unidet | fish | seahorse | unidet_v1_seahorse |
unidet | flower | rose | unidet_v1_rose |
unidet | flower | lily | unidet_v1_lily |
unidet | flower | lavender | unidet_v1_lavender |
unidet | flying-disc | frisbee | unidet_v1_frisbee |
unidet | food | hot-dog | unidet_v1_hot-dog |
unidet | food | common-fig | unidet_v1_common-fig |
unidet | food | strawberry | unidet_v1_strawberry |
unidet | food | muffin | unidet_v1_muffin |
unidet | food | egg | unidet_v1_egg |
unidet | food | orange | unidet_v1_orange |
unidet | food | bell-pepper | unidet_v1_bell-pepper |
unidet | food | carrot | unidet_v1_carrot |
unidet | food | winter-melon | unidet_v1_winter-melon |
unidet | food | zucchini | unidet_v1_zucchini |
unidet | food | popcorn | unidet_v1_popcorn |
unidet | food | cabbage | unidet_v1_cabbage |
unidet | food | cake | unidet_v1_cake |
unidet | food | tomato | unidet_v1_tomato |
unidet | food | pear | unidet_v1_pear |
unidet | food | vegetable | unidet_v1_vegetable |
unidet | food | candy | unidet_v1_candy |
unidet | food | salad | unidet_v1_salad |
unidet | food | bread | unidet_v1_bread |
unidet | food | pizza | unidet_v1_pizza |
unidet | food | squash | unidet_v1_squash |
unidet | food | burrito | unidet_v1_burrito |
unidet | food | oyster | unidet_v1_oyster |
unidet | food | grapefruit | unidet_v1_grapefruit |
unidet | food | apple | unidet_v1_apple |
unidet | food | potato | unidet_v1_potato |
unidet | food | mango | unidet_v1_mango |
unidet | food | crab | unidet_v1_crab |
unidet | food | french-fries | unidet_v1_french-fries |
unidet | food | tart | unidet_v1_tart |
unidet | food | doughnut | unidet_v1_doughnut |
unidet | food | peach | unidet_v1_peach |
unidet | food | shrimp | unidet_v1_shrimp |
unidet | food | banana | unidet_v1_banana |
unidet | food | lobster | unidet_v1_lobster |
unidet | food | sandwich | unidet_v1_sandwich |
unidet | food | cucumber | unidet_v1_cucumber |
unidet | food | pancake | unidet_v1_pancake |
unidet | food | pumpkin | unidet_v1_pumpkin |
unidet | food | cookie | unidet_v1_cookie |
unidet | food | lemon | unidet_v1_lemon |
unidet | food | fruit | unidet_v1_fruit |
unidet | food | seafood | unidet_v1_seafood |
unidet | food | mushroom | unidet_v1_mushroom |
unidet | food | submarine-sandwich | unidet_v1_submarine-sandwich |
unidet | food | ice-cream | unidet_v1_ice-cream |
unidet | food | dessert | unidet_v1_dessert |
unidet | food | grape | unidet_v1_grape |
unidet | food | broccoli | unidet_v1_broccoli |
unidet | food | radish | unidet_v1_radish |
unidet | food | sushi | unidet_v1_sushi |
unidet | food | waffle | unidet_v1_waffle |
unidet | food | honeycomb | unidet_v1_honeycomb |
unidet | food | guacamole | unidet_v1_guacamole |
unidet | food | pomegranate | unidet_v1_pomegranate |
unidet | food | bagel | unidet_v1_bagel |
unidet | food | shellfish | unidet_v1_shellfish |
unidet | food | pretzel | unidet_v1_pretzel |
unidet | food | watermelon | unidet_v1_watermelon |
unidet | food | croissant | unidet_v1_croissant |
unidet | food | pasta | unidet_v1_pasta |
unidet | food | hamburger | unidet_v1_hamburger |
unidet | food | taco | unidet_v1_taco |
unidet | food | artichoke | unidet_v1_artichoke |
unidet | food | pineapple | unidet_v1_pineapple |
unidet | footwear | sandal | unidet_v1_sandal |
unidet | footwear | roller-skates | unidet_v1_roller-skates |
unidet | footwear | boot | unidet_v1_boot |
unidet | footwear | high-heels | unidet_v1_high-heels |
unidet | fruit | orange | unidet_v1_orange |
unidet | fruit | tomato | unidet_v1_tomato |
unidet | fruit | lemon | unidet_v1_lemon |
unidet | fruit | strawberry | unidet_v1_strawberry |
unidet | fruit | grape | unidet_v1_grape |
unidet | fruit | pear | unidet_v1_pear |
unidet | fruit | peach | unidet_v1_peach |
unidet | fruit | apple | unidet_v1_apple |
unidet | fruit | banana | unidet_v1_banana |
unidet | fruit | grapefruit | unidet_v1_grapefruit |
unidet | fruit | watermelon | unidet_v1_watermelon |
unidet | fruit | pomegranate | unidet_v1_pomegranate |
unidet | fruit | pineapple | unidet_v1_pineapple |
unidet | fruit | mango | unidet_v1_mango |
unidet | fruit | common-fig | unidet_v1_common-fig |
unidet | furniture | sofa-bed | unidet_v1_sofa-bed |
unidet | furniture | desk | unidet_v1_desk |
unidet | furniture | cabinetry | unidet_v1_cabinetry |
unidet | furniture | bench | unidet_v1_bench |
unidet | furniture | bed | unidet_v1_bed |
unidet | furniture | studio-couch | unidet_v1_studio-couch |
unidet | furniture | drawer | unidet_v1_drawer |
unidet | furniture | cupboard | unidet_v1_cupboard |
unidet | furniture | chair | unidet_v1_chair |
unidet | furniture | kitchen-&-dining-room-table | unidet_v1_kitchen-&-dining-room-table |
unidet | furniture | shelf | unidet_v1_shelf |
unidet | furniture | stool | unidet_v1_stool |
unidet | furniture | bookcase | unidet_v1_bookcase |
unidet | furniture | table | unidet_v1_table |
unidet | furniture | nightstand | unidet_v1_nightstand |
unidet | furniture | couch | unidet_v1_couch |
unidet | furniture | loveseat | unidet_v1_loveseat |
unidet | furniture | bidet | unidet_v1_bidet |
unidet | furniture | wall-clock | unidet_v1_wall-clock |
unidet | furniture | filing-cabinet | unidet_v1_filing-cabinet |
unidet | furniture | infant-bed | unidet_v1_infant-bed |
unidet | furniture | bathroom-cabinet | unidet_v1_bathroom-cabinet |
unidet | furniture | coffee-table | unidet_v1_coffee-table |
unidet | furniture | chest-of-drawers | unidet_v1_chest-of-drawers |
unidet | glove | baseball-glove | unidet_v1_baseball-glove |
unidet | hair-drier | hair-dryer | unidet_v1_hair-dryer |
unidet | hat | sombrero | unidet_v1_sombrero |
unidet | hat | fedora | unidet_v1_fedora |
unidet | hat | cowboy-hat | unidet_v1_cowboy-hat |
unidet | hat | sun-hat | unidet_v1_sun-hat |
unidet | helmet | bicycle-helmet | unidet_v1_bicycle-helmet |
unidet | helmet | football-helmet | unidet_v1_football-helmet |
unidet | home-appliance | kettle | unidet_v1_kettle |
unidet | home-appliance | ceiling-fan | unidet_v1_ceiling-fan |
unidet | home-appliance | gas-stove | unidet_v1_gas-stove |
unidet | home-appliance | washing-machine | unidet_v1_washing-machine |
unidet | home-appliance | coffeemaker | unidet_v1_coffeemaker |
unidet | home-appliance | mixer | unidet_v1_mixer |
unidet | home-appliance | refrigerator | unidet_v1_refrigerator |
unidet | home-appliance | toaster | unidet_v1_toaster |
unidet | home-appliance | blender | unidet_v1_blender |
unidet | home-appliance | wood-burning-stove | unidet_v1_wood-burning-stove |
unidet | home-appliance | mechanical-fan | unidet_v1_mechanical-fan |
unidet | home-appliance | sewing-machine | unidet_v1_sewing-machine |
unidet | home-appliance | microwave-oven | unidet_v1_microwave-oven |
unidet | home-appliance | oven | unidet_v1_oven |
unidet | human-body-part | human-nose | unidet_v1_human-nose |
unidet | human-body-part | human-head | unidet_v1_human-head |
unidet | human-body-part | human-leg | unidet_v1_human-leg |
unidet | human-body-part | human-mouth | unidet_v1_human-mouth |
unidet | human-body-part | skull | unidet_v1_skull |
unidet | human-body-part | human-ear | unidet_v1_human-ear |
unidet | human-body-part | human-hair | unidet_v1_human-hair |
unidet | human-body-part | human-face | unidet_v1_human-face |
unidet | human-body-part | human-foot | unidet_v1_human-foot |
unidet | human-body-part | human-hand | unidet_v1_human-hand |
unidet | human-body-part | human-beard | unidet_v1_human-beard |
unidet | human-body-part | human-arm | unidet_v1_human-arm |
unidet | human-body-part | human-eye | unidet_v1_human-eye |
unidet | indoor | toothbrush | unidet_v1_toothbrush |
unidet | indoor | vase | unidet_v1_vase |
unidet | indoor | teddy-bear | unidet_v1_teddy-bear |
unidet | indoor | clock | unidet_v1_clock |
unidet | indoor | scissors | unidet_v1_scissors |
unidet | indoor | book | unidet_v1_book |
unidet | indoor | hair-dryer | unidet_v1_hair-dryer |
unidet | insect | butterfly | unidet_v1_butterfly |
unidet | insect | ladybug | unidet_v1_ladybug |
unidet | insect | dragonfly | unidet_v1_dragonfly |
unidet | insect | moths-and-butterflies | unidet_v1_moths-and-butterflies |
unidet | insect | bee | unidet_v1_bee |
unidet | insect | ant | unidet_v1_ant |
unidet | insect | beetle | unidet_v1_beetle |
unidet | insect | caterpillar | unidet_v1_caterpillar |
unidet | invertebrate | shrimp | unidet_v1_shrimp |
unidet | invertebrate | jellyfish | unidet_v1_jellyfish |
unidet | invertebrate | butterfly | unidet_v1_butterfly |
unidet | invertebrate | starfish | unidet_v1_starfish |
unidet | invertebrate | ladybug | unidet_v1_ladybug |
unidet | invertebrate | dragonfly | unidet_v1_dragonfly |
unidet | invertebrate | moths-and-butterflies | unidet_v1_moths-and-butterflies |
unidet | invertebrate | bee | unidet_v1_bee |
unidet | invertebrate | oyster | unidet_v1_oyster |
unidet | invertebrate | ant | unidet_v1_ant |
unidet | invertebrate | crab | unidet_v1_crab |
unidet | invertebrate | beetle | unidet_v1_beetle |
unidet | invertebrate | lobster | unidet_v1_lobster |
unidet | invertebrate | insect | unidet_v1_insect |
unidet | invertebrate | tick | unidet_v1_tick |
unidet | invertebrate | caterpillar | unidet_v1_caterpillar |
unidet | invertebrate | marine-invertebrates | unidet_v1_marine-invertebrates |
unidet | invertebrate | snail | unidet_v1_snail |
unidet | invertebrate | centipede | unidet_v1_centipede |
unidet | invertebrate | spider | unidet_v1_spider |
unidet | kitchen | bottle | unidet_v1_bottle |
unidet | kitchen | cup | unidet_v1_cup |
unidet | kitchen | knife | unidet_v1_knife |
unidet | kitchen | wine-glass | unidet_v1_wine-glass |
unidet | kitchen | fork | unidet_v1_fork |
unidet | kitchen | spoon | unidet_v1_spoon |
unidet | kitchen | bowl | unidet_v1_bowl |
unidet | kitchen-appliance | coffeemaker | unidet_v1_coffeemaker |
unidet | kitchen-appliance | mixer | unidet_v1_mixer |
unidet | kitchen-appliance | refrigerator | unidet_v1_refrigerator |
unidet | kitchen-appliance | blender | unidet_v1_blender |
unidet | kitchen-appliance | food-processor | unidet_v1_food-processor |
unidet | kitchen-appliance | slow-cooker | unidet_v1_slow-cooker |
unidet | kitchen-appliance | microwave-oven | unidet_v1_microwave-oven |
unidet | kitchen-appliance | pressure-cooker | unidet_v1_pressure-cooker |
unidet | kitchen-appliance | oven | unidet_v1_oven |
unidet | kitchen-utensil | spatula | unidet_v1_spatula |
unidet | kitchen-utensil | cutting-board | unidet_v1_cutting-board |
unidet | kitchen-utensil | chopsticks | unidet_v1_chopsticks |
unidet | kitchen-utensil | fork | unidet_v1_fork |
unidet | kitchen-utensil | spoon | unidet_v1_spoon |
unidet | kitchen-utensil | knife | unidet_v1_knife |
unidet | kitchen-utensil | drinking-straw | unidet_v1_drinking-straw |
unidet | kitchen-utensil | measuring-cup | unidet_v1_measuring-cup |
unidet | kitchenware | bowl | unidet_v1_bowl |
unidet | kitchenware | spatula | unidet_v1_spatula |
unidet | kitchenware | cutting-board | unidet_v1_cutting-board |
unidet | kitchenware | coffeemaker | unidet_v1_coffeemaker |
unidet | kitchenware | chopsticks | unidet_v1_chopsticks |
unidet | kitchenware | mixer | unidet_v1_mixer |
unidet | kitchenware | wine-glass | unidet_v1_wine-glass |
unidet | kitchenware | fork | unidet_v1_fork |
unidet | kitchenware | spoon | unidet_v1_spoon |
unidet | kitchenware | refrigerator | unidet_v1_refrigerator |
unidet | kitchenware | blender | unidet_v1_blender |
unidet | kitchenware | food-processor | unidet_v1_food-processor |
unidet | kitchenware | frying-pan | unidet_v1_frying-pan |
unidet | kitchenware | knife | unidet_v1_knife |
unidet | kitchenware | slow-cooker | unidet_v1_slow-cooker |
unidet | kitchenware | coffee-cup | unidet_v1_coffee-cup |
unidet | kitchenware | microwave-oven | unidet_v1_microwave-oven |
unidet | kitchenware | serving-tray | unidet_v1_serving-tray |
unidet | kitchenware | kitchen-knife | unidet_v1_kitchen-knife |
unidet | kitchenware | salt-and-pepper-shakers | unidet_v1_salt-and-pepper-shakers |
unidet | kitchenware | platter | unidet_v1_platter |
unidet | kitchenware | drinking-straw | unidet_v1_drinking-straw |
unidet | kitchenware | saucer | unidet_v1_saucer |
unidet | kitchenware | pitcher | unidet_v1_pitcher |
unidet | kitchenware | kitchen-appliance | unidet_v1_kitchen-appliance |
unidet | kitchenware | cake-stand | unidet_v1_cake-stand |
unidet | kitchenware | tableware | unidet_v1_tableware |
unidet | kitchenware | mug | unidet_v1_mug |
unidet | kitchenware | pressure-cooker | unidet_v1_pressure-cooker |
unidet | kitchenware | oven | unidet_v1_oven |
unidet | kitchenware | measuring-cup | unidet_v1_measuring-cup |
unidet | kitchenware | teapot | unidet_v1_teapot |
unidet | kitchenware | bottle | unidet_v1_bottle |
unidet | kitchenware | plate | unidet_v1_plate |
unidet | kitchenware | jug | unidet_v1_jug |
unidet | kitchenware | wok | unidet_v1_wok |
unidet | land-vehicle | wheelchair | unidet_v1_wheelchair |
unidet | land-vehicle | cart | unidet_v1_cart |
unidet | land-vehicle | ambulance | unidet_v1_ambulance |
unidet | land-vehicle | segway | unidet_v1_segway |
unidet | land-vehicle | truck | unidet_v1_truck |
unidet | land-vehicle | car | unidet_v1_car |
unidet | land-vehicle | bicycle | unidet_v1_bicycle |
unidet | land-vehicle | motorcycle | unidet_v1_motorcycle |
unidet | land-vehicle | bus | unidet_v1_bus |
unidet | land-vehicle | train | unidet_v1_train |
unidet | land-vehicle | golf-cart | unidet_v1_golf-cart |
unidet | land-vehicle | limousine | unidet_v1_limousine |
unidet | land-vehicle | taxi | unidet_v1_taxi |
unidet | land-vehicle | van | unidet_v1_van |
unidet | land-vehicle | snowmobile | unidet_v1_snowmobile |
unidet | land-vehicle | tank | unidet_v1_tank |
unidet | luggage-and-bags | suitcase | unidet_v1_suitcase |
unidet | luggage-and-bags | handbag | unidet_v1_handbag |
unidet | luggage-and-bags | backpack | unidet_v1_backpack |
unidet | luggage-and-bags | briefcase | unidet_v1_briefcase |
unidet | mammal | deer | unidet_v1_deer |
unidet | mammal | raccoon | unidet_v1_raccoon |
unidet | mammal | camel | unidet_v1_camel |
unidet | mammal | antelope | unidet_v1_antelope |
unidet | mammal | pig | unidet_v1_pig |
unidet | mammal | dolphin | unidet_v1_dolphin |
unidet | mammal | alpaca | unidet_v1_alpaca |
unidet | mammal | lion | unidet_v1_lion |
unidet | mammal | polar-bear | unidet_v1_polar-bear |
unidet | mammal | sea-lion | unidet_v1_sea-lion |
unidet | mammal | monkey | unidet_v1_monkey |
unidet | mammal | rabbit | unidet_v1_rabbit |
unidet | mammal | bear | unidet_v1_bear |
unidet | mammal | horse | unidet_v1_horse |
unidet | mammal | cattle | unidet_v1_cattle |
unidet | mammal | sheep | unidet_v1_sheep |
unidet | mammal | dog | unidet_v1_dog |
unidet | mammal | elephant | unidet_v1_elephant |
unidet | mammal | cat | unidet_v1_cat |
unidet | mammal | zebra | unidet_v1_zebra |
unidet | mammal | giraffe | unidet_v1_giraffe |
unidet | mammal | hamster | unidet_v1_hamster |
unidet | mammal | tiger | unidet_v1_tiger |
unidet | mammal | carnivore | unidet_v1_carnivore |
unidet | mammal | marine-mammal | unidet_v1_marine-mammal |
unidet | mammal | rhinoceros | unidet_v1_rhinoceros |
unidet | mammal | squirrel | unidet_v1_squirrel |
unidet | mammal | leopard | unidet_v1_leopard |
unidet | mammal | harbor-seal | unidet_v1_harbor-seal |
unidet | mammal | goat | unidet_v1_goat |
unidet | mammal | lynx | unidet_v1_lynx |
unidet | mammal | brown-bear | unidet_v1_brown-bear |
unidet | mammal | jaguar | unidet_v1_jaguar |
unidet | mammal | fox | unidet_v1_fox |
unidet | mammal | mouse | unidet_v1_mouse |
unidet | mammal | bat | unidet_v1_bat |
unidet | mammal | mule | unidet_v1_mule |
unidet | mammal | otter | unidet_v1_otter |
unidet | mammal | bull | unidet_v1_bull |
unidet | mammal | whale | unidet_v1_whale |
unidet | mammal | porcupine | unidet_v1_porcupine |
unidet | mammal | cheetah | unidet_v1_cheetah |
unidet | mammal | kangaroo | unidet_v1_kangaroo |
unidet | marine-invertebrates | shrimp | unidet_v1_shrimp |
unidet | marine-invertebrates | jellyfish | unidet_v1_jellyfish |
unidet | marine-invertebrates | starfish | unidet_v1_starfish |
unidet | marine-invertebrates | crab | unidet_v1_crab |
unidet | marine-invertebrates | lobster | unidet_v1_lobster |
unidet | marine-mammal | dolphin | unidet_v1_dolphin |
unidet | marine-mammal | sea-lion | unidet_v1_sea-lion |
unidet | marine-mammal | harbor-seal | unidet_v1_harbor-seal |
unidet | marine-mammal | whale | unidet_v1_whale |
unidet | medical-equipment | stretcher | unidet_v1_stretcher |
unidet | moths-and-butterflies | butterfly | unidet_v1_butterfly |
unidet | moths-and-butterflies | caterpillar | unidet_v1_caterpillar |
unidet | motorbike | motorcycle | unidet_v1_motorcycle |
unidet | musical-instrument | drum | unidet_v1_drum |
unidet | musical-instrument | guitar | unidet_v1_guitar |
unidet | musical-instrument | musical-keyboard | unidet_v1_musical-keyboard |
unidet | musical-instrument | cello | unidet_v1_cello |
unidet | musical-instrument | saxophone | unidet_v1_saxophone |
unidet | musical-instrument | trombone | unidet_v1_trombone |
unidet | musical-instrument | flute | unidet_v1_flute |
unidet | musical-instrument | harp | unidet_v1_harp |
unidet | musical-instrument | harpsichord | unidet_v1_harpsichord |
unidet | musical-instrument | violin | unidet_v1_violin |
unidet | musical-instrument | trumpet | unidet_v1_trumpet |
unidet | musical-instrument | organ | unidet_v1_organ |
unidet | musical-instrument | accordion | unidet_v1_accordion |
unidet | musical-instrument | piano | unidet_v1_piano |
unidet | musical-instrument | oboe | unidet_v1_oboe |
unidet | office-supplies | box | unidet_v1_box |
unidet | office-supplies | pen | unidet_v1_pen |
unidet | office-supplies | whiteboard | unidet_v1_whiteboard |
unidet | office-supplies | toilet-paper | unidet_v1_toilet-paper |
unidet | office-supplies | adhesive-tape | unidet_v1_adhesive-tape |
unidet | office-supplies | scissors | unidet_v1_scissors |
unidet | office-supplies | ring-binder | unidet_v1_ring-binder |
unidet | office-supplies | poster | unidet_v1_poster |
unidet | office-supplies | plastic-bag | unidet_v1_plastic-bag |
unidet | office-supplies | envelope | unidet_v1_envelope |
unidet | outdoor | bench | unidet_v1_bench |
unidet | outdoor | traffic-light | unidet_v1_traffic-light |
unidet | outdoor | stop-sign | unidet_v1_stop-sign |
unidet | outdoor | fire-hydrant | unidet_v1_fire-hydrant |
unidet | outdoor | parking-meter | unidet_v1_parking-meter |
unidet | pastry | doughnut | unidet_v1_doughnut |
unidet | pastry | tart | unidet_v1_tart |
unidet | pastry | croissant | unidet_v1_croissant |
unidet | person | person | unidet_v1_person |
unidet | person | man | unidet_v1_man |
unidet | person | woman | unidet_v1_woman |
unidet | person | girl | unidet_v1_girl |
unidet | person | boy | unidet_v1_boy |
unidet | personal-care | wheelchair | unidet_v1_wheelchair |
unidet | personal-care | glasses | unidet_v1_glasses |
unidet | personal-care | sunglasses | unidet_v1_sunglasses |
unidet | personal-care | crutch | unidet_v1_crutch |
unidet | personal-care | goggles | unidet_v1_goggles |
unidet | plant | houseplant | unidet_v1_houseplant |
unidet | plant | rose | unidet_v1_rose |
unidet | plant | tree | unidet_v1_tree |
unidet | plant | flower | unidet_v1_flower |
unidet | plant | christmas-tree | unidet_v1_christmas-tree |
unidet | plant | willow | unidet_v1_willow |
unidet | plant | palm-tree | unidet_v1_palm-tree |
unidet | plant | lily | unidet_v1_lily |
unidet | plant | lavender | unidet_v1_lavender |
unidet | plant | maple | unidet_v1_maple |
unidet | plumbing-fixture | tap | unidet_v1_tap |
unidet | plumbing-fixture | shower | unidet_v1_shower |
unidet | plumbing-fixture | bidet | unidet_v1_bidet |
unidet | plumbing-fixture | sink | unidet_v1_sink |
unidet | plumbing-fixture | bathtub | unidet_v1_bathtub |
unidet | plumbing-fixture | toilet | unidet_v1_toilet |
unidet | potted-plant | houseplant | unidet_v1_houseplant |
unidet | pottedplant | houseplant | unidet_v1_houseplant |
unidet | racket | table-tennis-racket | unidet_v1_table-tennis-racket |
unidet | racket | tennis-racket | unidet_v1_tennis-racket |
unidet | reptile | tortoise | unidet_v1_tortoise |
unidet | reptile | sea-turtle | unidet_v1_sea-turtle |
unidet | reptile | crocodile | unidet_v1_crocodile |
unidet | reptile | turtle | unidet_v1_turtle |
unidet | reptile | snake | unidet_v1_snake |
unidet | reptile | frog | unidet_v1_frog |
unidet | reptile | lizard | unidet_v1_lizard |
unidet | reptile | dinosaur | unidet_v1_dinosaur |
unidet | sandwich | hamburger | unidet_v1_hamburger |
unidet | sandwich | submarine-sandwich | unidet_v1_submarine-sandwich |
unidet | sculpture | bronze-sculpture | unidet_v1_bronze-sculpture |
unidet | sculpture | bust | unidet_v1_bust |
unidet | sculpture | snowman | unidet_v1_snowman |
unidet | seafood | shrimp | unidet_v1_shrimp |
unidet | seafood | shellfish | unidet_v1_shellfish |
unidet | seafood | oyster | unidet_v1_oyster |
unidet | seafood | crab | unidet_v1_crab |
unidet | seafood | lobster | unidet_v1_lobster |
unidet | shellfish | shrimp | unidet_v1_shrimp |
unidet | shellfish | oyster | unidet_v1_oyster |
unidet | shellfish | crab | unidet_v1_crab |
unidet | shellfish | lobster | unidet_v1_lobster |
unidet | skirt | miniskirt | unidet_v1_miniskirt |
unidet | snack | cookie | unidet_v1_cookie |
unidet | snack | pretzel | unidet_v1_pretzel |
unidet | snack | popcorn | unidet_v1_popcorn |
unidet | sofa | couch | unidet_v1_couch |
unidet | sports | frisbee | unidet_v1_frisbee |
unidet | sports | ball | unidet_v1_ball |
unidet | sports | ski | unidet_v1_ski |
unidet | sports | baseball-glove | unidet_v1_baseball-glove |
unidet | sports | baseball-bat | unidet_v1_baseball-bat |
unidet | sports | skateboard | unidet_v1_skateboard |
unidet | sports | surfboard | unidet_v1_surfboard |
unidet | sports | tennis-racket | unidet_v1_tennis-racket |
unidet | sports | snowboard | unidet_v1_snowboard |
unidet | sports | kite | unidet_v1_kite |
unidet | sports-equipment | helmet | unidet_v1_helmet |
unidet | sports-equipment | paddle | unidet_v1_paddle |
unidet | sports-equipment | football | unidet_v1_football |
unidet | sports-equipment | roller-skates | unidet_v1_roller-skates |
unidet | sports-equipment | cricket-ball | unidet_v1_cricket-ball |
unidet | sports-equipment | rugby-ball | unidet_v1_rugby-ball |
unidet | sports-equipment | tennis-ball | unidet_v1_tennis-ball |
unidet | sports-equipment | golf-ball | unidet_v1_golf-ball |
unidet | sports-equipment | volleyball | unidet_v1_volleyball |
unidet | sports-equipment | dumbbell | unidet_v1_dumbbell |
unidet | sports-equipment | treadmill | unidet_v1_treadmill |
unidet | sports-equipment | table-tennis-racket | unidet_v1_table-tennis-racket |
unidet | sports-equipment | ball | unidet_v1_ball |
unidet | sports-equipment | bicycle | unidet_v1_bicycle |
unidet | sports-equipment | ski | unidet_v1_ski |
unidet | sports-equipment | baseball-glove | unidet_v1_baseball-glove |
unidet | sports-equipment | baseball-bat | unidet_v1_baseball-bat |
unidet | sports-equipment | skateboard | unidet_v1_skateboard |
unidet | sports-equipment | surfboard | unidet_v1_surfboard |
unidet | sports-equipment | tennis-racket | unidet_v1_tennis-racket |
unidet | sports-equipment | snowboard | unidet_v1_snowboard |
unidet | sports-equipment | training-bench | unidet_v1_training-bench |
unidet | sports-equipment | billiard-table | unidet_v1_billiard-table |
unidet | sports-equipment | punching-bag | unidet_v1_punching-bag |
unidet | sports-equipment | stationary-bicycle | unidet_v1_stationary-bicycle |
unidet | sports-equipment | bicycle-helmet | unidet_v1_bicycle-helmet |
unidet | sports-equipment | football-helmet | unidet_v1_football-helmet |
unidet | sports-equipment | racket | unidet_v1_racket |
unidet | sports-equipment | parachute | unidet_v1_parachute |
unidet | sports-equipment | scoreboard | unidet_v1_scoreboard |
unidet | sports-equipment | bow-and-arrow | unidet_v1_bow-and-arrow |
unidet | squash | zucchini | unidet_v1_zucchini |
unidet | squash | pumpkin | unidet_v1_pumpkin |
unidet | table | kitchen-&-dining-room-table | unidet_v1_kitchen-&-dining-room-table |
unidet | table | coffee-table | unidet_v1_coffee-table |
unidet | tableware | bowl | unidet_v1_bowl |
unidet | tableware | chopsticks | unidet_v1_chopsticks |
unidet | tableware | wine-glass | unidet_v1_wine-glass |
unidet | tableware | fork | unidet_v1_fork |
unidet | tableware | spoon | unidet_v1_spoon |
unidet | tableware | coffee-cup | unidet_v1_coffee-cup |
unidet | tableware | serving-tray | unidet_v1_serving-tray |
unidet | tableware | kitchen-knife | unidet_v1_kitchen-knife |
unidet | tableware | salt-and-pepper-shakers | unidet_v1_salt-and-pepper-shakers |
unidet | tableware | platter | unidet_v1_platter |
unidet | tableware | saucer | unidet_v1_saucer |
unidet | tableware | pitcher | unidet_v1_pitcher |
unidet | tableware | cake-stand | unidet_v1_cake-stand |
unidet | tableware | mug | unidet_v1_mug |
unidet | tableware | teapot | unidet_v1_teapot |
unidet | tableware | bottle | unidet_v1_bottle |
unidet | tableware | plate | unidet_v1_plate |
unidet | tableware | jug | unidet_v1_jug |
unidet | telephone | corded-phone | unidet_v1_corded-phone |
unidet | telephone | mobile-phone | unidet_v1_mobile-phone |
unidet | tool | camera | unidet_v1_camera |
unidet | tool | spatula | unidet_v1_spatula |
unidet | tool | cutting-board | unidet_v1_cutting-board |
unidet | tool | ladder | unidet_v1_ladder |
unidet | tool | chopsticks | unidet_v1_chopsticks |
unidet | tool | binoculars | unidet_v1_binoculars |
unidet | tool | fork | unidet_v1_fork |
unidet | tool | spoon | unidet_v1_spoon |
unidet | tool | scissors | unidet_v1_scissors |
unidet | tool | flashlight | unidet_v1_flashlight |
unidet | tool | torch | unidet_v1_torch |
unidet | tool | knife | unidet_v1_knife |
unidet | tool | flowerpot | unidet_v1_flowerpot |
unidet | tool | beaker | unidet_v1_beaker |
unidet | tool | ruler | unidet_v1_ruler |
unidet | tool | drinking-straw | unidet_v1_drinking-straw |
unidet | tool | wrench | unidet_v1_wrench |
unidet | tool | snowplow | unidet_v1_snowplow |
unidet | tool | barrel | unidet_v1_barrel |
unidet | tool | picnic-basket | unidet_v1_picnic-basket |
unidet | tool | screwdriver | unidet_v1_screwdriver |
unidet | tool | waste-container | unidet_v1_waste-container |
unidet | tool | nail | unidet_v1_nail |
unidet | tool | tin-can | unidet_v1_tin-can |
unidet | tool | tripod | unidet_v1_tripod |
unidet | tool | measuring-cup | unidet_v1_measuring-cup |
unidet | tool | bottle | unidet_v1_bottle |
unidet | tool | jug | unidet_v1_jug |
unidet | toy | doll | unidet_v1_doll |
unidet | toy | balloon | unidet_v1_balloon |
unidet | toy | kite | unidet_v1_kite |
unidet | toy | teddy-bear | unidet_v1_teddy-bear |
unidet | toy | dice | unidet_v1_dice |
unidet | traffic-sign | stop-sign | unidet_v1_stop-sign |
unidet | tree | christmas-tree | unidet_v1_christmas-tree |
unidet | tree | willow | unidet_v1_willow |
unidet | tree | palm-tree | unidet_v1_palm-tree |
unidet | tree | maple | unidet_v1_maple |
unidet | trousers | jeans | unidet_v1_jeans |
unidet | turtle | tortoise | unidet_v1_tortoise |
unidet | turtle | sea-turtle | unidet_v1_sea-turtle |
unidet | tvmonitor | computer-monitor | unidet_v1_computer-monitor |
unidet | vegetable | tomato | unidet_v1_tomato |
unidet | vegetable | squash | unidet_v1_squash |
unidet | vegetable | cucumber | unidet_v1_cucumber |
unidet | vegetable | cabbage | unidet_v1_cabbage |
unidet | vegetable | broccoli | unidet_v1_broccoli |
unidet | vegetable | carrot | unidet_v1_carrot |
unidet | vegetable | zucchini | unidet_v1_zucchini |
unidet | vegetable | radish | unidet_v1_radish |
unidet | vegetable | bell-pepper | unidet_v1_bell-pepper |
unidet | vegetable | artichoke | unidet_v1_artichoke |
unidet | vegetable | pumpkin | unidet_v1_pumpkin |
unidet | vegetable | winter-melon | unidet_v1_winter-melon |
unidet | vegetable | salad | unidet_v1_salad |
unidet | vegetable | potato | unidet_v1_potato |
unidet | vehicle | snowmobile | unidet_v1_snowmobile |
unidet | vehicle | tank | unidet_v1_tank |
unidet | vehicle | rocket | unidet_v1_rocket |
unidet | vehicle | airplane | unidet_v1_airplane |
unidet | vehicle | barge | unidet_v1_barge |
unidet | vehicle | bus | unidet_v1_bus |
unidet | vehicle | taxi | unidet_v1_taxi |
unidet | vehicle | car | unidet_v1_car |
unidet | vehicle | land-vehicle | unidet_v1_land-vehicle |
unidet | vehicle | bicycle | unidet_v1_bicycle |
unidet | vehicle | van | unidet_v1_van |
unidet | vehicle | motorcycle | unidet_v1_motorcycle |
unidet | vehicle | wheelchair | unidet_v1_wheelchair |
unidet | vehicle | watercraft | unidet_v1_watercraft |
unidet | vehicle | aircraft | unidet_v1_aircraft |
unidet | vehicle | segway | unidet_v1_segway |
unidet | vehicle | gondola | unidet_v1_gondola |
unidet | vehicle | helicopter | unidet_v1_helicopter |
unidet | vehicle | limousine | unidet_v1_limousine |
unidet | vehicle | cart | unidet_v1_cart |
unidet | vehicle | train | unidet_v1_train |
unidet | vehicle | ambulance | unidet_v1_ambulance |
unidet | vehicle | truck | unidet_v1_truck |
unidet | vehicle | golf-cart | unidet_v1_golf-cart |
unidet | vehicle | jet-ski | unidet_v1_jet-ski |
unidet | vehicle | canoe | unidet_v1_canoe |
unidet | vehicle | boat | unidet_v1_boat |
unidet | watercraft | barge | unidet_v1_barge |
unidet | watercraft | boat | unidet_v1_boat |
unidet | watercraft | canoe | unidet_v1_canoe |
unidet | watercraft | jet-ski | unidet_v1_jet-ski |
unidet | watercraft | gondola | unidet_v1_gondola |
unidet | weapon | rifle | unidet_v1_rifle |
unidet | weapon | cannon | unidet_v1_cannon |
unidet | weapon | knife | unidet_v1_knife |
unidet | weapon | missile | unidet_v1_missile |
unidet | weapon | shotgun | unidet_v1_shotgun |
unidet | weapon | handgun | unidet_v1_handgun |
unidet | weapon | dagger | unidet_v1_dagger |
unidet | weapon | sword | unidet_v1_sword |
unidet | weapon | bow-and-arrow | unidet_v1_bow-and-arrow |
unidet | weapon | tank | unidet_v1_tank |
image-type | content-type | adventure | image-type_v1_adventure |
image-type | content-type | astrophotography | image-type_v1_astrophotography |
image-type | content-type | cityscape | image-type_v1_cityscape |
image-type | content-type | family | image-type_v1_family |
image-type | content-type | food | image-type_v1_food |
image-type | content-type | landscape | image-type_v1_landscape |
image-type | content-type | pet | image-type_v1_pet |
image-type | content-type | portrait | image-type_v1_portrait |
image-type | content-type | real-estate | image-type_v1_real-estate |
image-type | content-type | seascape | image-type_v1_seascape |
image-type | content-type | sports | image-type_v1_sports |
image-type | content-type | street | image-type_v1_street |
image-type | content-type | underwater | image-type_v1_underwater |
image-type | content-type | urban-exploration | image-type_v1_urban-exploration |
image-type | content-type | drone | image-type_v1_drone |
image-type | content-type | war | image-type_v1_war |
image-type | content-type | product | image-type_v1_product |
image-type | content-type | special-occasion | image-type_v1_special-occasion |
image-type | content-type | wildlife | image-type_v1_wildlife |
image-type | content-type | abstract | image-type_v1_abstract |
image-type | illustration | illustration | image-type_v1_illustration |
image-type | illustration | natural | image-type_v1_natural |
image-type | style | photo-illustration | image-type_v1_photo-illustration |
image-type | style | realistic | image-type_v1_realistic |
image-type | style | still-life | image-type_v1_still-life |
image-type | location | indoor | image-type_v1_indoor |
image-type | location | outdoor | image-type_v1_outdoor |
image-type | time | day | image-type_v1_day |
image-type | time | night | image-type_v1_night |
image-type | time | evening | image-type_v1_evening |
image-type | time | afternoon | image-type_v1_afternoon |
image-type | ocassion | wedding | image-type_v1_wedding |
image-type | ocassion | birthday | image-type_v1_birthday |
image-type | ocassion | dances | image-type_v1_dances |
image-type | ocassion | awards | image-type_v1_awards |
image-type | ocassion | funeral | image-type_v1_funeral |
image-type | ocassion | conference | image-type_v1_conference |
image-type | ocassion | live-concert | image-type_v1_live-concert |
image-type | ocassion | holiday | image-type_v1_holiday |
image-type | ocassion | daily-life | image-type_v1_daily-life |
cld-text | text-block | text-block | cld-text_v1_text-block |
shop-classifier | studio | N/A | N/A |
shop-classifier | natural | N/A | N/A |
human-anatomy | human-body-part | left-face | human-anatomy_v1_left-face |
human-anatomy | human-body-part | right-face | human-anatomy_v1_right-face |
human-anatomy | human-body-part | left-upper-arm | human-anatomy_v1_left-upper-arm |
human-anatomy | human-body-part | right-upper-arm | human-anatomy_v1_right-upper-arm |
human-anatomy | human-body-part | left-lower-arm | human-anatomy_v1_left-lower-arm |
human-anatomy | human-body-part | right-lower-arm | human-anatomy_v1_right-lower-arm |
human-anatomy | human-body-part | left-hand | human-anatomy_v1_left-hand |
human-anatomy | human-body-part | right-hand | human-anatomy_v1_right-hand |
human-anatomy | human-body-part | torso | human-anatomy_v1_torso |
human-anatomy | human-body-part | left-upper-leg | human-anatomy_v1_left-upper-leg |
human-anatomy | human-body-part | right-upper-leg | human-anatomy_v1_right-upper-leg |
human-anatomy | human-body-part | left-lower-leg | human-anatomy_v1_left-lower-leg |
human-anatomy | human-body-part | right-lower-leg | human-anatomy_v1_right-lower-leg |
human-anatomy | human-body-part | left-foot | human-anatomy_v1_left-foot |
human-anatomy | human-body-part | right-foot | human-anatomy_v1_right-foot |
human-anatomy | head | left-face | human-anatomy_v1_left-face |
human-anatomy | head | right-face | human-anatomy_v1_right-face |
human-anatomy | upper-body | left-face | human-anatomy_v1_left-face |
human-anatomy | upper-body | right-face | human-anatomy_v1_right-face |
human-anatomy | upper-body | torso | human-anatomy_v1_torso |
human-anatomy | upper-body | right-upper-arm | human-anatomy_v1_right-upper-arm |
human-anatomy | upper-body | right-lower-arm | human-anatomy_v1_right-lower-arm |
human-anatomy | upper-body | left-upper-arm | human-anatomy_v1_left-upper-arm |
human-anatomy | upper-body | left-lower-arm | human-anatomy_v1_left-lower-arm |
human-anatomy | upper-body | left-hand | human-anatomy_v1_left-hand |
human-anatomy | upper-body | right-hand | human-anatomy_v1_right-hand |
human-anatomy | arm | right-upper-arm | human-anatomy_v1_right-upper-arm |
human-anatomy | arm | left-upper-arm | human-anatomy_v1_left-upper-arm |
human-anatomy | arm | left-lower-arm | human-anatomy_v1_left-lower-arm |
human-anatomy | arm | right-lower-arm | human-anatomy_v1_right-lower-arm |
human-anatomy | arm | left-hand | human-anatomy_v1_left-hand |
human-anatomy | arm | right-hand | human-anatomy_v1_right-hand |
human-anatomy | upper-arm | right-upper-arm | human-anatomy_v1_right-upper-arm |
human-anatomy | upper-arm | left-upper-arm | human-anatomy_v1_left-upper-arm |
human-anatomy | lower-arm | left-lower-arm | human-anatomy_v1_left-lower-arm |
human-anatomy | lower-arm | right-lower-arm | human-anatomy_v1_right-lower-arm |
human-anatomy | hand | left-hand | human-anatomy_v1_left-hand |
human-anatomy | hand | right-hand | human-anatomy_v1_right-hand |
human-anatomy | lower-body | left-upper-leg | human-anatomy_v1_left-upper-leg |
human-anatomy | lower-body | right-upper-leg | human-anatomy_v1_right-upper-leg |
human-anatomy | lower-body | left-lower-leg | human-anatomy_v1_left-lower-leg |
human-anatomy | lower-body | right-lower-leg | human-anatomy_v1_right-lower-leg |
human-anatomy | lower-body | left-foot | human-anatomy_v1_left-foot |
human-anatomy | lower-body | right-foot | human-anatomy_v1_right-foot |
human-anatomy | leg | left-upper-leg | human-anatomy_v1_left-upper-leg |
human-anatomy | leg | right-upper-leg | human-anatomy_v1_right-upper-leg |
human-anatomy | leg | left-lower-leg | human-anatomy_v1_left-lower-leg |
human-anatomy | leg | right-lower-leg | human-anatomy_v1_right-lower-leg |
human-anatomy | leg | left-foot | human-anatomy_v1_left-foot |
human-anatomy | leg | right-foot | human-anatomy_v1_right-foot |
human-anatomy | upper-leg | left-upper-leg | human-anatomy_v1_left-upper-leg |
human-anatomy | upper-leg | right-upper-leg | human-anatomy_v1_right-upper-leg |
human-anatomy | lower-leg | left-lower-leg | human-anatomy_v1_left-lower-leg |
human-anatomy | lower-leg | right-lower-leg | human-anatomy_v1_right-lower-leg |
human-anatomy | foot | left-foot | human-anatomy_v1_left-foot |
human-anatomy | foot | right-foot | human-anatomy_v1_right-foot |
coco | accessory | backpack | coco_v2_backpack |
coco | accessory | umbrella | coco_v2_umbrella |
coco | accessory | handbag | coco_v2_handbag |
coco | accessory | tie | coco_v2_tie |
coco | accessory | suitcase | coco_v2_suitcase |
coco | animal | bird | coco_v2_bird |
coco | animal | cat | coco_v2_cat |
coco | animal | dog | coco_v2_dog |
coco | animal | horse | coco_v2_horse |
coco | animal | sheep | coco_v2_sheep |
coco | animal | cow | coco_v2_cow |
coco | animal | elephant | coco_v2_elephant |
coco | animal | bear | coco_v2_bear |
coco | animal | zebra | coco_v2_zebra |
coco | animal | giraffe | coco_v2_giraffe |
coco | appliance | microwave | coco_v2_microwave |
coco | appliance | oven | coco_v2_oven |
coco | appliance | toaster | coco_v2_toaster |
coco | appliance | sink | coco_v2_sink |
coco | appliance | refrigerator | coco_v2_refrigerator |
coco | electronic | tvmonitor | coco_v2_tvmonitor |
coco | electronic | laptop | coco_v2_laptop |
coco | electronic | mouse | coco_v2_mouse |
coco | electronic | remote | coco_v2_remote |
coco | electronic | keyboard | coco_v2_keyboard |
coco | electronic | cell-phone | coco_v2_cell-phone |
coco | food | banana | coco_v2_banana |
coco | food | apple | coco_v2_apple |
coco | food | sandwich | coco_v2_sandwich |
coco | food | orange | coco_v2_orange |
coco | food | broccoli | coco_v2_broccoli |
coco | food | carrot | coco_v2_carrot |
coco | food | hot-dog | coco_v2_hot-dog |
coco | food | pizza | coco_v2_pizza |
coco | food | donut | coco_v2_donut |
coco | food | cake | coco_v2_cake |
coco | furniture | chair | coco_v2_chair |
coco | furniture | sofa | coco_v2_sofa |
coco | furniture | pottedplant | coco_v2_pottedplant |
coco | furniture | bed | coco_v2_bed |
coco | furniture | diningtable | coco_v2_diningtable |
coco | furniture | toilet | coco_v2_toilet |
coco | indoor | book | coco_v2_book |
coco | indoor | clock | coco_v2_clock |
coco | indoor | vase | coco_v2_vase |
coco | indoor | scissors | coco_v2_scissors |
coco | indoor | teddy-bear | coco_v2_teddy-bear |
coco | indoor | hair-drier | coco_v2_hair-drier |
coco | indoor | toothbrush | coco_v2_toothbrush |
coco | kitchen | bottle | coco_v2_bottle |
coco | kitchen | wine-glass | coco_v2_wine-glass |
coco | kitchen | cup | coco_v2_cup |
coco | kitchen | fork | coco_v2_fork |
coco | kitchen | knife | coco_v2_knife |
coco | kitchen | spoon | coco_v2_spoon |
coco | kitchen | bowl | coco_v2_bowl |
coco | outdoor | traffic-light | coco_v2_traffic-light |
coco | outdoor | stop-sign | coco_v2_stop-sign |
coco | outdoor | parking-meter | coco_v2_parking-meter |
coco | outdoor | fire-hydrant | coco_v2_fire-hydrant |
coco | outdoor | bench | coco_v2_bench |
coco | person | person | coco_v2_person |
coco | sports | frisbee | coco_v2_frisbee |
coco | sports | skis | coco_v2_skis |
coco | sports | snowboard | coco_v2_snowboard |
coco | sports | sports-ball | coco_v2_sports-ball |
coco | sports | kite | coco_v2_kite |
coco | sports | baseball-bat | coco_v2_baseball-bat |
coco | sports | baseball-glove | coco_v2_baseball-glove |
coco | sports | skateboard | coco_v2_skateboard |
coco | sports | surfboard | coco_v2_surfboard |
coco | sports | tennis-racket | coco_v2_tennis-racket |
coco | vehicle | bicycle | coco_v2_bicycle |
coco | vehicle | car | coco_v2_car |
coco | vehicle | motorbike | coco_v2_motorbike |
coco | vehicle | aeroplane | coco_v2_aeroplane |
coco | vehicle | bus | coco_v2_bus |
coco | vehicle | train | coco_v2_train |
coco | vehicle | truck | coco_v2_truck |
coco | vehicle | boat | coco_v2_boat |
-
- The Full URL Syntax column shows the syntax to use to detect a specific object or category in a particular version of a model (e.g.
coco_v2_tie
). You can also omit the version (e.g.coco_tie
), or both the model and version (e.g.tie
).
- The Full URL Syntax column shows the syntax to use to detect a specific object or category in a particular version of a model (e.g.
-
- You can specify the model and version (e.g.
coco_v2
), or only the model (e.g.coco
).
- You can specify the model and version (e.g.
-
- Specify the object from the cld-fashion model (e.g.
g_track_person:obj_hat
)
- Specify the object from the cld-fashion model (e.g.
Private models
If you have your own content-aware detection models that you would like to use, these can be integrated as private models that work only on your product environment. This service is provided for customers on Enterprise plans through Professional Services. Contact our Enterprise support and sales team or your CSM to find out more.
Object detection demo
This demo lets you choose one of the content-aware detection models, and shows up to twenty objects that are detected by that model in an image of your choice.
Automatic image tagging is requested on upload, and the response provides the necessary information to overlay bounding boxes around the detected objects, together with the confidence level.
- Read this blog to discover all the Cloudinary features in this demo.
Object-aware cropping
When object-aware cropping is invoked, Cloudinary applies advanced AI-based object detection algorithms on the fly during the crop process. You can either use it in conjunction with auto-gravity to give higher priority to the objects you care about, or directly specify that the crop should be exactly based on the detected coordinates of the specified objects.
Watch this demo to see how the same image is cropped according to the parameters specified in the URL:

- 2x
- 1.5x
- 1.25x
- 1x, selected
- 0.5x
- descriptions off, selected
- captions off, selected
This is a modal window.
Applying object-aware cropping
After registering for the Cloudinary AI Content Analysis add-on, you can apply it in one of two ways:
Automatic gravity with a high weighting towards a specified object
This variant of auto-gravity cropping enables you to indicate specific objects or object categories that should be given priority when parts of a photo are cropped out. This is done by specifying an object or an object category as thefocal_gravity
attribute for theauto
gravity parameter (for example,g_auto:cat
in URLs) together with a cropping option. If the specified content is not found in the image, the gravity is determined by the standard auto-gravity algorithm.Object-specific gravity
By specifying an object or object category as the gravity parameter (for example,g_cat
in URLs) together with a cropping option, you can accurately crop around objects without needing to specify dimensions or aspect ratio. If the specified content is not found in the image, the gravity remains at the center of the image.
When specifying an object or category, you can optionally include a specific model (that supports bounding boxes) and version. For example, you can specify:
- Only the object/category, e.g.:
g_auto:cat
org_cat
- The model with the object/category, e.g.:
g_auto:coco_cat
org_coco_cat
- The model and version with object/category, e.g.:
g_auto:coco_v2_cat
org_coco_v2_cat
If you choose not to specify a model, each model that supports bounding boxes is invoked in turn until the specified content is detected. The order in which they are invoked is: coco > cld-fashion > lvis > unidet > human-anatomy > cld-text.
Consider the original image of a kitchen below:
Using auto-gravity, you can deliver a square thumbnail crop that prioritizes the detected coordinates of the sink, microwave, or refrigerator. To do this, specify the relevant object option for the g_auto
gravity definition in conjunction with the thumb
or auto
cropping option:
Using object-specific gravity, you can choose not to give dimensions or aspect ratio, and deliver an image that is tightly cropped to the object. To do this, specify the relevant object option for the gravity definition in conjunction with the crop
cropping option:
You can also specify an aspect ratio together with the crop
cropping option, without including specific dimensions. This keeps the object but may show more of the image to fit the aspect ratio.
In addition to the crop, thumb and auto cropping modes, object aware cropping can also be used with the fill and lfill (limit fill) cropping modes. The fill_pad and auto_pad cropping modes work with the auto-gravity variant of object aware cropping, but not object-specific gravity.
Notes on specifying categories and objects
When applying object-aware cropping, you can specify either individual objects or more general object categories.
- When you specify a category, the algorithm gives priority to any objects that are detected from that category.
- The regular auto-gravity behavior also impacts the cropping decision. But if requested objects are detected, they get significantly higher priority than the subjects or salient areas that the regular auto-gravity algorithm selects.
- If you specify the generic
object
category with auto-gravity (g_auto:object
), then any detected objects from any category get priority. - If there are multiple objects of the same type in the image, object-specific gravity selects the most prominent of the objects, and bases its crop around only that object, whereas auto-gravity may choose to keep more than one of the objects in the crop.
- The categories and objects also work in their plural forms when using object-specific gravity. So, for example,
c_crop,g_birds
keeps all birds in the crop, whereasc_crop,g_bird
keeps only the most prominent bird.
Combining focal gravity options using auto-gravity
When using auto
gravity to determine the area to keep in a crop, you can specify multiple focal_gravity
options.
This means that in a single auto-gravity parameter, you can optionally specify:
- One or multiple objects (from the same or different categories and/or models)
- Built-in focal gravity options such as
face
/faces
orcustom_no_override
- Other add-on based focal gravity options, such as the
adv_face
,adv_eyes
options from the Advanced Facial Attributes Detection add-on - Only the
classic
or only thesubject
auto-gravity algorithm, which in some cases may have some impact on the exact coordinates of the crop, even if other specified objects or focal gravity options are detected. Note that the default algorithm, which combines both of these algorithms, is recommended in the majority of cases.
For example, your auto-gravity URL parameter might be: g_auto:cat:sofa:faces:adv_eyes
This would instruct the cropping mechanism to give top priority to any cats, sofas, faces, or eyes detected in the photo.
For a complete list of all focal_gravity
options, see the g_<special_position> section of the Transformation URL API Reference.
- The focal gravity options can be specified in any order. The order does not impact the result.
- When multiple items are detected that match the requested focal options, larger, more central, and more in-focus (less blurry) objects will get higher priority.
In special cases, it's possible to fine-tune this default prioritization further. For details, contact support. - If a particular image has custom coordinates defined, those coordinates always override all other focal gravity options, unless you use the
custom_no_override
option in conjunction with the other options, in which case the custom coordinates are taken into account when determining the gravity (see Custom coordinates with auto gravity).
Combining focal gravity options using object-specific gravity
When using object-specific gravity to determine the area to keep in a crop, you can specify multiple focal_gravity
options, but unlike auto-gravity, the order in which they are specified has an impact on the delivered image.
For example, consider this photo of a cat and dog:
By setting the gravity
parameter to cat:dog
the cat gets precedence:
Whereas, if you switch the order to dog:cat
the dog gets precedence:
You can also combine the auto
option to invoke the auto-gravity algorithm if none of the specified objects are found. For example:
-
g_dog:cat:auto
- auto-gravity is invoked only if no dogs and cats are detected. -
g_dog:auto:cat
- auto-gravity weighted by cat (g_auto:cat
) is invoked if no dogs are detected.
auto
option then you also need to specify at least one dimension parameter (width or height).For example, consider this photo of a cat and three birds:
As there is no dog in the photo, auto-gravity weighted by bird is invoked when using dog:auto:bird
. In this case, two birds are kept in the crop:
Notice that if auto-gravity is not specified, the object-specific algorithm chooses the most prominent bird out of the three and only keeps this bird in the crop:
Specifying objects to avoid using auto-gravity
In addition to specifying objects to keep in an image, you can specify objects that you would rather not see. To minimize the likelihood of including a particular object in the cropped image, use auto-gravity with the avoid
option for the relevant object or category.
For example, in photos like the one below, you may prefer not to include people because the purpose of the photo is to show an interesting storefront, and the people are a distraction.
Using g_auto
by itself makes the people the focal point, but if we use g_auto:person_avoid
, the other side of the photo is shown, without the people.
Choosing the cropping mode
When you specify an object, either specifically or in your auto-gravity parameter, the Object-Aware Cropping AI algorithm detects the coordinates of the object and those coordinates are used by the cropping mode.
When using thumb cropping (
c_thumb
), the image is cropped as closely as possible to the detected coordinates of the object given the requested aspect ratio, and then scaled to the requested pixel size. Note that if the requested pixel size is greater than the crop, the image is not scaled up, but filled with further pixels from the image.When using crop mode (
c_crop
), the detected coordinates are prioritized as the area to keep when determining how much to cut from each edge of the photo in order to achieve the requested pixel size. If using auto-gravity and the requested pixel size is larger than the coordinates of the detected object, other elements of the image that receive priority fromg_auto
may impact what else is included in the photo and where in your resulting image the detected object may be located, meaning that the detected object will not necessarily be the center of the photo.When using any of the fill-based modes (
c_fill
,c_lfill
,c_fill_pad
), the coordinates of the detected object should be retained if any cropping is required after scaling. If using auto-gravity, other elements of the image that receive priority fromg_auto
may impact what else is included in the photo and where in your resulting image the detected object may be located, meaning that the detected object will not necessarily be the center of the photo.When using the auto cropping mode (
c_auto
), the crop is focused on the object, but also takes into account more of the whole picture, so gives a more 'zoomed out' result than thumb, and crop but more 'zoomed in' than fill. If the requested dimensions are smaller than the best crop, the result is downscaled. If the requested dimensions are larger than the original image, the result is upscaled.
The following examples show how different your cropping results may be for the same requested object in the gravity, but with different cropping modes. In this case, we take the original photo below and apply g_auto:camera
and g_camera
with fill
, crop
, thumb
and auto
cropping modes. In all cases, the same width and aspect ratio are requested (ar_1,w_200
).
g_auto:camera
g_camera
Using object-aware cropping for responsive delivery
You can take advantage of object-aware cropping with various cropping modes to assist in responsive art direction. This means that when you deliver different sized images to different devices, you don't just scale the same image, but rather crop images differently for different sizes, so that the important objects are always highly visible.
For example, you may:
- deliver a full-size image to large HD screens
- use
g_auto:[your_important_object]
, org_[your_important_object]
withfill
cropping for medium sized screens - use
g_auto:[your_important_object]
, org_[your_important_object]
withthumb
orauto
cropping for very small screens.
For more details on delivering responsive images, see the Responsive images guide.
Using objects with the zoompan effect
In addition to cropping, the Cloudinary AI Content Analysis add-on allows you to use objects for start and end points of a zoompan transformation.
The zoompan
effect lets you create a video or animated GIF from an image by zooming and panning from one area of the image to another. Use the from
and/or to
options with objects as gravity and specify a video or animated image format.
The example below is a seven second MP4 video (.mp4
) of a model wearing fashionable items, starting zoomed into the hat (from_(g_hat;zoom_4.5)
), then zooming out and panning to the pants (to_(g_pants;zoom_1.6)
).
Signed URLs
Cloudinary's dynamic image transformation URLs are powerful tools. However, due to the potential costs of your customers experimenting with dynamic URLs that apply the object-aware cropping algorithm, image transformation add-on URLs are required (by default) to be signed using Cloudinary's authenticated API. Alternatively, you can eagerly generate the requested derived images using Cloudinary's authenticated API.
To create a signed delivery URL using SDKs, set the sign_url
parameter to true
when building a URL or creating an image tag.
The following code example applies object-aware cropping to the skater
image, including a signed Cloudinary URL:
cloudinary.image("Skater.jpg", {width: 400, aspect_ratio: "1", gravity: "auto:skateboard", crop: "thumb", sign_url: true})
The generated Cloudinary URL shown below includes a signature component (/s--acvfjq2y--/
). Only URLs with a valid signature that matches the requested image transformation will be approved for on-the-fly image transformation and delivery.
https://res.cloudinary.com/my_cloud/image/upload/s--acvfjq2y--/w_400,ar_1,c_thumb,g_auto:skateboard/Skater.jpg
For more details on signed URLs, see Signed delivery URLs.
Automatic image tagging
The automatic image tagging behavior of the Cloudinary AI Content Analysis add-on can be invoked on uploading an image, or by updating an image that's already stored in your product environment. Using the specified model, it analyzes the image, identifies categories and objects, and suggests tags that could be applied to the image.
Object and category detection
Take a look at the following photo of a woman dressed fashionably for winter:
By setting the detection
parameter to the name of the model (and optionally the version, e.g. cld-fashion_v3
) you want to invoke when calling Cloudinary's upload or update methods, the add-on automatically analyzes the content of the uploaded or specified existing image. For example, invoking the cld-fashion
detection model while uploading winter_fashion.jpg
:
curl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/winter_fashion.jpg' -F 'detection=cld-fashion' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
You can use upload presets to centrally define a set of upload options including add-on operations to apply, instead of specifying them in each upload call. You can define multiple upload presets, and apply different presets in different upload scenarios. You can create new upload presets in the Upload Presets page of the Console Settings or using the upload_presets Admin API method. From the Upload page of the Console Settings, you can also select default upload presets to use for image, video, and raw API uploads (respectively) as well as default presets for image, video, and raw uploads performed via the Media Library UI.
Learn more: Upload presets
The upload API response includes the categories and objects automatically identified by the model you requested. As can be seen in the response snippet below, a hat and a specific type of outerwear are automatically detected in the uploaded photo. Depending on the capabilities of each model, different information is returned. In the example below, a confidence score, bounding box and in some cases, attributes, are returned for each detected object. The confidence score is a numerical value representing the certainty of a correct detection, where 1.0 means 100% confidence. The bounding-box parameter shows the location of the object in the image, as an array: [x-coordinate of top left corner
, y-coordinate of top left corner
, width of box
, height of box
]. Bounding-box information is used in the object detection demo.
{
...
"info": {
"detection": {
"object_detection": {
"status": "complete",
"data": {
"cld-fashion": {
"model_name": "cld-fashion",
"model_version": 3,
"schema_version": 1,
"tags": {
"hat": [
{
"bounding-box": [
1203.4641054329725,
85.94320068359376,
419.43426051207325,
351.2288696289063
],
"categories": [
"fashion"
],
"confidence": 0.9853795170783997
}
],
"outerwear": [
{
"attributes": {
"jackets_coats": [
[
"blanket (coat)",
0.8722688555717468
]
],
"length": [
[
"knee (length)",
0.5171285271644592
]
],
"neckline_type": [
[
"cowl (neck)",
0.6793023943901062
]
],
"pattern": [
[
"herringbone (pattern)",
0.7162534594535828
]
],
"silhouette_fit": [
[
"loose (fit)",
0.636439859867096
]
],
"special_features": [
[
"lining",
0.7706462740898132
]
]
},
"bounding-box": [
1134.8407251769358,
329.68173828125003,
553.6939594608659,
951.91826171875
],
"categories": [
"fashion"
],
"confidence": 0.9895038604736328
}
]
}
}
}
}
}
},
Adding tags to images
By providing the auto_tagging
parameter to an upload
or update
request, images are automatically assigned tags based on the detected content. The value of the auto_tagging
parameter is the minimum confidence score of a detected category or object that should be automatically used as an assigned tag. You can also set auto_tagging
to default
, which uses the model's default confidence.
The following code example automatically tags an uploaded image with all detected categories that have a confidence score higher than 0.6.
curl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/winter_fashion.jpg' -F 'detection=cld-fashion' -F 'auto_tagging=0.6' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
The response to the upload request returns the detected categories as well as the assigned tags for categories meeting the minimum confidence score of 0.6:
{
...
"tags": [
"hat",
"outerwear"
],
...
}
You can also use the update
method to apply auto-tagging to images already stored in your product environment.
The following example uses Cloudinary's update
method on the puppy
image in the product environment, to detect objects and categories in the LVIS model. Tags are automatically assigned based on the objects and categories detected with over a 90% confidence level.
cloudinary.v2.api
.update("puppy",
{ detection: "lvis",
auto_tagging: 0.9 })
.then(result=>console.log(result));
You can use the Admin API's resource_by_tag method to return all resources with a certain tag, for example hat
:
curl https://<API_KEY>:<API_SECRET>@api.cloudinary.com/v1_1/<cloud_name>/resources/image/tags/hat
You can also use the search method or the Media Library advanced search to find images with certain tags.
Asynchronous handling
As automatic image tagging may not be immediate, it is good practice to use asynchronous handling for these calls.
To make the call asynchronous, set the async
parameter of the upload
method to true
. To be notified when the processing is complete, you can either set the notification_url
parameter of the upload
method (as in the example below) or the global webhook Notification URL in the Upload page of your Cloudinary Console Settings.
curl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/winter_fashion.jpg' -F 'detection=cld-fashion' -F 'auto_tagging=0.6' -F 'async=true' -F 'notification_url=https://mysite.example.com/upload_endpoint' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
The response to an asynchronous upload call looks similar to this:
{
"status": "pending",
"type": "upload",
"batch_id": "a7877927ae1af0d1115485018ce92a6792c97938bb3edb9b0777d4663d6abbee"
}
When the processing is finished, the complete upload response is sent to the notification URL that you specified.
{
"notification_type": "upload",
"timestamp": "2022-06-15T14:49:17+00:00",
"request_id": "3fcdc820276ace1fa51d4b345d28286b",
"asset_id": "8580b2beaba30dc93a72f05db9f3d47d",
"public_id": "ow1pnmgfxkdp1mqkkoac",
...
"access_mode": "public",
"info": {
"detection": {
"object_detection": {
"status": "complete",
"data": {
"cld-fashion": {
"model_name": "cld-fashion",
"model_version": 4,
"schema_version": 1,
"tags": {
...
},
"original_filename": "winter_fashion"
}
Image quality analysis
You can analyze the quality of an image using the Image Quality Analysis (IQA) model by setting the detection
parameter to iqa
when calling Cloudinary's upload or update methods.
A quality score from 0 to 1 is returned in the score
attribute of the response, and a general quality estimation of low
, medium
, or high
is returned in the quality
attribute.
For example, invoking the iqa
model while uploading winter_fashion.jpg
:
curl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/winter_fashion.jpg' -F 'detection=iqa' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
The response includes the iqa-analysis
field:
"info": {
"detection": {
"object_detection": {
"status": "complete",
"data": {
"iqa": {
"model_name": "iqa",
"model_version": 1,
"schema_version": 1,
"tags": {
"iqa-analysis": [
{
"attributes": {
"quality": "medium",
"score": 0.4521875
},
"categories": [],
"confidence": 1.0
}
]
}
}
}
}
}
},
- You can also use asynchronous handling as described for automatic image tagging.
- Learn about other ways to perform image quality analysis.
Watermark detection
You can detect watermarks in images by setting the detection
parameter to watermark-detection
when calling Cloudinary's upload or update methods. The response can be one of the following: banner
(see banners), watermark
(see watermarks), or, if neither of these are detected, clean
.
banner
, watermark
or clean
by setting the auto_tagging
parameter, as described in Adding tags to images and you can also use asynchronous handling.Banners
If the image contains an opaque text/logo layer with a semi-transparent background it is likely that the image will be flagged as containing a banner.
For example, uploading the following image, requesting watermark-detection
, the response shows 99% confidence that it contains a banner:
Upload request:
curl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/roses-ban.jpg' -F 'detection=watermark-detection' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
The response includes:
"info": {
"detection": {
"object_detection": {
"status": "complete",
"data": {
"watermark-detection": {
"model_name": "watermark-detection",
"model_version": 1,
"schema_version": 1,
"tags": {
"banner": [
{
"categories": [],
"confidence": 0.99
}
]
}
}
}
}
}
},
Watermarks
If the image contains a semi-transparent layer, it is likely that the image will be flagged as containing a watermark.
For example, uploading the following image, requesting watermark-detection
, the response shows 99% confidence that it contains a watermark:
Upload request:
curl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/roses-wm.jpg' -F 'detection=watermark-detection' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
The response includes:
"info": {
"detection": {
"object_detection": {
"status": "complete",
"data": {
"watermark-detection": {
"model_name": "watermark-detection",
"model_version": 1,
"schema_version": 1,
"tags": {
"watermark": [
{
"categories": [],
"confidence": 0.99
}
]
}
}
}
}
}
},
AI-based image captioning
The Cloudinary AI Content Analysis add-on can be used to analyze an image and suggest a caption based on the image's contents.
Some example captions suggested by the AI:
- A brown dog standing on top of a street next to a sidewalk with a building in the background
- A group of young children playing soccer on a soccer field with a goal post in the foreground and a goal post in the background
- A hand reaching for a donut with chocolate and sprinkles on it on a dark surface
By setting the detection
parameter to captioning
when calling Cloudinary's upload or update methods, the add-on automatically analyzes the content of the image. For example, invoking the captioning
detection model while uploading toy_room.jpg
:
curl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/toy_room.jpg' -F 'detection=captioning' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
You can use upload presets to centrally define a set of upload options including add-on operations to apply, instead of specifying them in each upload call. You can define multiple upload presets, and apply different presets in different upload scenarios. You can create new upload presets in the Upload Presets page of the Console Settings or using the upload_presets Admin API method. From the Upload page of the Console Settings, you can also select default upload presets to use for image, video, and raw API uploads (respectively) as well as default presets for image, video, and raw uploads performed via the Media Library UI.
Learn more: Upload presets
The upload API response includes the captioning information:
{
"asset_id": "a30dc93a8580b272f05db9f3d47dbeab",
"public_id": "1mqow1pnmgfxkkoackdp",
...
...
"info": {
"detection": {
"captioning": {
"status": "complete",
"data": {
"caption": "A little girl playing with a toy tablet in a room with other children’s toys and toys on the floor"
},
"model_version": 1.0,
"schema_version": 1.0
}
}
},
"original_filename": "toy_room"
...
...
}
- You can retrieve the caption text value from the response and then use the
update
method of the Admin API to add the caption text to the metadata of images stored in your product environment, such as the contextual metadata (context
) or a structured metadata field (metadata
). - After you've requested a caption using the
upload
orupdate
method, you can use the Admin API get details of a single resource method to return details of the image, including the stored caption value. - You can also request analysis using the Analyze API (Beta) which also accepts external assets to analyze.
- Watch a video tutorial showing how to automatically set alt text for images in a Next.js application.
Asynchronous handling
As the response may not be immediate, it is good practice to use asynchronous handling for these calls.
To make the call asynchronous, set the async
parameter of the upload
method to true
. To be notified when the processing is complete, you can either set the notification_url
parameter of the upload
method (as in the example below) or the global webhook Notification URL in the Upload page of your Cloudinary Console Settings.
curl https://api.cloudinary.com/v1_1/demo/image/upload -X POST -F 'file=@/path/to/toy_room.jpg' -F 'detection=captioning' -F 'async=true' -F 'notification_url=https://mysite.example.com/upload_endpoint' -F 'timestamp=173719931' -F 'api_key=436464676' -F 'signature=a781d61f86a6f818af'
The response to an asynchronous upload call looks similar to this:
{
"status": "pending",
"type": "upload",
"batch_id": "a7877927ae1af0d1115485018ce92a6792c97938bb3edb9b0777d4663d6abbee"
}
When the processing is finished, the complete upload response is sent to the notification URL that you specified.
{
"notification_type": "upload",
"timestamp": "2023-03-03T14:49:17+00:00",
"request_id": "ce1fa51d4b3fcdc820276a345d28286b",
"asset_id": "beaba30dc93a8580b272f05db9f3d47d",
"public_id": "kdp1mqow1pnmgfxkkoac",
...
...
"access_mode": "public",
"info": {
"detection": {
"captioning": {
"status": "complete",
"data": {
"caption": "A little girl playing with a toy tablet in a room with other children’s toys and toys on the floor"
},
"model_version": 1.0,
"schema_version": 1.0
}
}
},
"original_filename": "toy_room"
...
...
}
✔️ Feedback sent!
Error
Unfortunately there's been an error sending your feedback.