Skip to content
forked from adhikara/linguee

translator from FR-EN using linguee

Notifications You must be signed in to change notification settings

fstinner/linguee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

#linguee#

This is a simple web scraper to fetch translations from Linguee.

Use pip to install BeautifulSoup (bs4) in order to use this code.

#usage#

The code is set up to generate the definition and the first example from Linguee.

Use: python linguee.py [french word]

Because of how Linguee works, you can also try python linguee.py [english word] to get the French translation. It is also possible to make this code able to pull translations for any language -- you need to simply change the website queried to www.linguee.com. However, note that you will need to modify the code to pull other features like what language the original text is in and things like that.

#warning#

Linguee has rules about how its website is used.

This code is obviously not fetching data from Linguee's API, as it does not have one yet. It could stop working if the developers change the HTML tags, organization of the HTML output, etc.

Also, please note that if you send too many requests to Linguee, this will happen: "You have sent too many requests causing Linguee to block your computer" (lol: from experience).

About

translator from FR-EN using linguee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%