diff options
Diffstat (limited to 'results/classifier/118/review/853')
| -rw-r--r-- | results/classifier/118/review/853 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/results/classifier/118/review/853 b/results/classifier/118/review/853 new file mode 100644 index 000000000..3e98d64e1 --- /dev/null +++ b/results/classifier/118/review/853 @@ -0,0 +1,70 @@ +mistranslation: 0.925 +x86: 0.793 +device: 0.740 +semantic: 0.733 +files: 0.669 +graphic: 0.511 +network: 0.507 +architecture: 0.392 +vnc: 0.374 +kernel: 0.344 +register: 0.339 +i386: 0.336 +socket: 0.321 +debug: 0.304 +ppc: 0.280 +virtual: 0.270 +permissions: 0.253 +arm: 0.242 +boot: 0.230 +peripherals: 0.226 +VMM: 0.220 +performance: 0.220 +hypervisor: 0.209 +TCG: 0.190 +risc-v: 0.169 +user-level: 0.162 +PID: 0.158 +KVM: 0.136 +assembly: 0.052 +-------------------- +hypervisor: 0.933 +files: 0.765 +user-level: 0.701 +semantic: 0.444 +debug: 0.268 +x86: 0.157 +TCG: 0.120 +virtual: 0.059 +device: 0.016 +register: 0.013 +peripherals: 0.008 +network: 0.007 +kernel: 0.007 +ppc: 0.004 +architecture: 0.003 +graphic: 0.003 +boot: 0.002 +PID: 0.002 +performance: 0.002 +risc-v: 0.001 +i386: 0.001 +mistranslation: 0.001 +arm: 0.001 +permissions: 0.001 +socket: 0.001 +VMM: 0.000 +vnc: 0.000 +assembly: 0.000 +KVM: 0.000 + +Quaint English in qemu-options.hx +Description of problem: +qemu-options.hx contains grammar that a native English-speaking person would never use. I had to read a sentence in that file very slowly and more than once to understand it. +Steps to reproduce: +1. Install QEMU +2. Run a command to display documentation that includes qemu-options.hx for instance "man qemu-system-x86_64" +3. Observe "This option defines where is connected the drive ..." +4. Scratch head, figure out that "This option defines where the drive is connected ..." is the meaning. +Additional information: +It is very difficult to report QEMU documentation bugs. |