~wintermute-devel/wintermute/linguistics-devel

« back to all changes in this revision

Viewing changes to wintermute-linguistics-en/src/EnglishParser.hpp

  • Committer: Jacky Alciné
  • Date: 2011-04-09 22:18:29 UTC
  • Revision ID: jackyalcine@gmail.com-20110409221829-igczcog3k673ici7
Hmm.. candy :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifndef WINTERMUTE_LINGUISTICS_ENGLISHPARSER_HPP
25
25
#    define     WINTERMUTE_LINGUISTICS_ENGLISHPARSER_HPP
26
26
 
27
 
#    include <wintermute-linguistics.hpp>
 
27
#    include <wintermute/linguistics/wintermute-linguistics.hpp>
28
28
#    include <vector>
29
29
 
30
30
namespace Wintermute {
86
86
                                 * @descripion Interprets and, if needed, carries out the tasks described by a sentence.
87
87
                                 * @param The LinkVector to iterate over and interpret.
88
88
                                 */
89
 
                                virtual void interpretLinks ( const LinkVector& );
 
89
                                virtual void interpretLinks ( const LinkVector&, const PhraseVector& );
90
90
                        };
91
91
                }
92
92
        }