Forum: C++ Jan 11th, 2009 |
| Replies: 6 Views: 625 In a loop, I used this code to start from the found word and take until the first encounter with a dot. But I think there's something wrong with it, because in output there are some errors. I search... |
Forum: C++ Jan 11th, 2009 |
| Replies: 6 Views: 625 But I can't decide whether it's beginning of a sentence looking at the capital. It can also be a name or another things. |
Forum: C++ Jan 11th, 2009 |
| Replies: 6 Views: 625 Hello everybody,
I have a paragraph containing many sentences and I need to extract a certain sentence, which contains a certain. I have no problem finding the word with my code but my question... |
Forum: C++ Jan 10th, 2009 |
| Replies: 9 Views: 726 thanks, everyone. I have solved the problem =) It was a basic loop error.. |
Forum: C++ Jan 10th, 2009 |
| Replies: 9 Views: 726 Thanks for the explanation, but I still don't understand how I can load text files, which I need to search, into a string vector. Should I get them line by line and load into a vector using "getline"... |
Forum: C++ Jan 9th, 2009 |
| Replies: 9 Views: 726 Thanks for the reply, but it doesn't work.. |
Forum: C++ Jan 7th, 2009 |
| Replies: 9 Views: 726 Hello,
I'm working on a code for my project at college. The goal of the project is to find and extract keywords, and the sentences, which contain these keywords from many text files, which I have... |