Home
last modified time | relevance | path

Searched refs:add_sentence (Results 1 – 6 of 6) sorted by relevance

/dports/www/p5-HTML-Summary/HTML-Summary-0.020/lib/HTML/
H A DSummary.pm358 my $add_sentence = sub {
425 $add_sentence->( $sentence, $tag, $score );
/dports/textproc/py-nltk/nltk-3.4.1/nltk/inference/
H A Ddiscourse.py217 def add_sentence(self, sentence, informchk=False, consistchk=False): member in DiscourseTester
591 dt.add_sentence('John is a boxer')
601 dt.add_sentence('No person dances', consistchk=True)
611 dt.add_sentence('A person dances', informchk=True)
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/pywmlx/
H A Dnodemanip.py105 nodes[-1].add_sentence(sentence, ismultiline=ismultiline,
H A Dpostring.py129 def add_sentence(self, sentence, *, ismultiline, lineno, member in WmlNode
/dports/textproc/py-nltk/nltk-3.4.1/nltk/test/
H A Ddiscourse.doctest168 is method ``add_sentence()`` for doing just this.
170 >>> dt.add_sentence('John is a boxer')
220 have? The `` consistchk=True`` parameter of ``add_sentence()`` allows
223 >>> dt.add_sentence('No person dances', consistchk=True)
285 >>> dt.add_sentence('A person dances', informchk=True)
/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp405 void add_sentence(const sentence& s);
819 gold_data.add_sentence(gold); in evaluate()
853 system_goldtok_data.add_sentence(system); in evaluate()
869 system_goldtok_goldtags_data.add_sentence(system); in evaluate()
891 system_plaintext_data.add_sentence(system); in evaluate()
1017 void evaluator::evaluation_data::add_sentence(const sentence& s) { in add_sentence() function in ufal::udpipe::evaluator::evaluation_data