Skip to content
/ FST Public
forked from PetroProtsyk/FST

C# implementation of Finite State Transducers for use in full-text search tasks

License

Notifications You must be signed in to change notification settings

pms-search/FST

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite State Transducer (FST) Library for .NET Core

License: MIT Travis Status

C# implementation of Finite State Transducer for use in full-text search tasks

Command Line Arguments

 dotnet run --configuration=Release -- build -i ../../Datasets/Simple/airports.txt -f Compressed
 Input read term: 46894, time: 00:00:00.0527490
 FST constructed time: 00:00:00.6492170
 FST verification time: 00:00:00.0529780
 FST written to the output file: output.fst, size: 1180354, time: 00:00:00.0250810
 dotnet run --configuration=Release -- print -p "Lely*"
 FST read from: output.fst, time: 00:00:00.0592460
 Lelygebergte Airstrip->323787
 Lelystad Airport->2522
 FST print terms: 2, time: 00:00:00.0475820

References

About

C# implementation of Finite State Transducers for use in full-text search tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Batchfile 0.1%