Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Computational linguistic program - Need some help
Post: RE: Computational linguistic program - Need some h...

Indeed, I did not know zip but it is way more practical compare to what I did. Thanks a lot, that works perfectly **smile** I mark this thread as solved.
Antoine Homework 4 2,451 May-01-2019, 07:43 PM
    Thread: Computational linguistic program - Need some help
Post: RE: Computational linguistic program - Need some h...

Here is the code : import re words=[] questions=[] text = open("dutch", mode="r") for line in text: line=line.rstrip("\n") list=re.finditer(r"\b[dD]e\b|\b[hH]et\b", line) for correspondan...
Antoine Homework 4 2,451 May-01-2019, 03:43 PM
    Thread: Computational linguistic program - Need some help
Post: Computational linguistic program - Need some help

Hello, I am a student in linguistic from France. So excuse me if my english is perfectible. I follow a course in computational linguistic and I have to create a program from a list of projects propose...
Antoine Homework 4 2,451 May-01-2019, 12:05 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020