Skip to content

Testing dictionaries against corpus

Sagar Jadhav edited this page Jun 29, 2021 · 19 revisions

Testing dictionaries against corpus

  1. I created "invasive plant" minicorpus of 500 research articles using

    getpapers -q "invasive plant" -o corpora1 -x -p -k 500 -f corpora1/log.txt

  2. I ran following commands

    a. ami -p "corpora1" section

    b. ami -p "corpora1" search --dictionary country.xml invasive_plant.xml

    c. ami -p "corpora1" search --dictionary plant_compound.xml invasive_plant.xml

  3. I obtained following data tables.

    Country Invasive plant

    Compound Invasive plant

    plant_material_history

    plant_genus

  4. invasive_plant, country, plant_material_history, plant_genus and plant_compound dictionaries are working well. After analyzing, I found values are coming from "Reference" section also. So, I will be analyzing results from ami_gui.

Clone this wiki locally