Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nltk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
nltk
Commits
16fbd5d0
Commit
16fbd5d0
authored
Nov 06, 2011
by
Steven Bird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated doctest outputs
parent
e061aacd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
50 deletions
+0
-50
nltk/test/tag.errs
+0
-50
No files found.
nltk/test/tag.errs
View file @
16fbd5d0
***************************************************************************
File "/Users/sb/git/nltk/nltk/test/tag.doctest", line 167, in tag.doctest
Failed example:
print 'Accuracy: %4.1f%%' % (
100.0 * unigram_tagger.evaluate(brown_test))
Expected:
Accuracy: 85.4%
Got:
Accuracy: 85.8%
***************************************************************************
File "/Users/sb/git/nltk/nltk/test/tag.doctest", line 178, in tag.doctest
Failed example:
print 'Accuracy: %4.1f%%' % (
100.0 * unigram_tagger_2.evaluate(brown_test))
Expected:
Accuracy: 88.0%
Got:
Accuracy: 88.4%
***************************************************************************
File "/Users/sb/git/nltk/nltk/test/tag.doctest", line 205, in tag.doctest
Failed example:
print bigram_tagger.size()
Expected:
3394
Got:
3386
***************************************************************************
File "/Users/sb/git/nltk/nltk/test/tag.doctest", line 207, in tag.doctest
Failed example:
print 'Accuracy: %4.1f%%' % (
100.0 * bigram_tagger.evaluate(brown_test))
Expected:
Accuracy: 89.4%
Got:
Accuracy: 89.6%
***************************************************************************
File "/Users/sb/git/nltk/nltk/test/tag.doctest", line 222, in tag.doctest
Failed example:
print trigram_tagger.size()
...
...
@@ -108,14 +69,4 @@ Got:
59 62 3 2 | CS -> QL if the text of words i+1...i+3 is 'as'
55 55 0 1 | NN -> VB if the tag of the preceding word is 'MD'
55 59 4 0 | VBD -> VBN if the tag of words i-2...i-1 is 'BEDZ'
***************************************************************************
File "/Users/sb/git/nltk/nltk/test/tag.doctest", line 274, in tag.doctest
Failed example:
print 'Accuracy: %4.1f%%' % (
100.0 * brill_tagger.evaluate(brown_test))
Expected:
Accuracy: 89.1%
Got:
Accuracy: 89.5%
.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment