FASTR System

From GM-RKB
Jump to navigation Jump to search

A FASTR System is a Term Extraction System and Indexing System developed by Christian Jacquemin.



References

2017

Fastr uses the following resources:
http://www.ims.uni-stuttgart.de/Tools/DecisionTreeTagger.html
  • ./lib/der-families-xx
  • ./lib/sem-classes-xx or ./lib/sem-links-xx
for the format (xx is the name of the language [en|fr]).
Perl modules are provided in order to generate these data from WordNet and CELEX for the English language.
The formalism of Fastr is close to PATR-II.

2009

  • http://perso.limsi.fr/jacquemi/FASTR/
    • FASTR - A Tool for Automatic Indexing (1988-2001)
    • Fastr is a parser for term and variant recognition. Fastr take as input a corpus and a list of terms and ouputs the indexed corpus in which terms and variants are recognized.
    • Fastr can be used in two modes:
      • controlled indexing: input consists of a corpus and a list of terms,
      • free indexing: input only consists of a corpus, the list of terms is automatically acquired from the corpus.

2001

1997

1994

  • (Jacquemin, 1994) ⇒ Christian Jacquemin. (1994). “FASTR : A Unification-based Front-End to Automatic Indexing.” In: RIAO 1994: 34-48
    • ABSTRACT: Most natural language processing approaches to full-text information retrieval are based on indexing documents by the occurrences of controlled terms they contain. An important problem with this approach is that terms accept numerous variations, and can therefore cause many documents not to be retrieved although being relevant. For example, "myeloid leukaemia cells" and "myeloid and erythoid cell" are two occurrences of "myeloid cell" which cannot be detected without an account of local morpho-syntactic variations.

      In this paper, we present a linguistic analysis of the observed variations and a three-tier constraint-based formalism for representing them. This technique has been implemented and results in FASTR, a natural language processing tool that extracts terms and their variants from full-text documents. We justify the choice of a unification-based formalism by its expressivity and by the addition of conceptual and computational devices which make the parser computationally tractable. Contrary to the generally accepted idea, high quality natural language processing through unification and industrial requirements can fit together, provided that the application is carefully designed in order to control and minimize data accesses and computation times.

      The effectiveness of FASTR for extracting correct occurrences is supported by experiments on two English corpora of scientific abstracts and a list of 71,623 controlled terms. We report that an account of three kinds of variants (insertions, permutations and coordinations) increases recall by 16.7% without altering precision.