NHunspell 线程安全吗?
Is NHunspell thread safe?
NHunspell 拼写库是线程安全的吗?
在 NHunspell 的 home page 上,它显示为 "Keep in mind that the Hunspell object is not thread safe." 但是,库中可能有替代的线程安全 class 吗?
为清楚起见,此问题指的是 Hunspell 的 .NET 变体。
是,但只有 如果 您使用 SpellEngine 和 SpellFactory 类:
NHunspell 拼写库是线程安全的吗?
在 NHunspell 的 home page 上,它显示为 "Keep in mind that the Hunspell object is not thread safe." 但是,库中可能有替代的线程安全 class 吗?
为清楚起见,此问题指的是 Hunspell 的 .NET 变体。
是,但只有 如果 您使用 SpellEngine 和 SpellFactory 类: